Skip to content

Commit 3649188

Browse files
authored
Clarify in README.md that we switched to gymnasium. (#824)
1 parent 928d576 commit 3649188

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ You can read the latest benchmark results [here](https://imitation.readthedocs.i
2929
### Prerequisites
3030

3131
- Python 3.8+
32-
- (Optional) OpenGL (to render Gym environments)
32+
- (Optional) OpenGL (to render Gymnasium environments)
3333
- (Optional) FFmpeg (to encode videos of renders)
3434

35+
> Note: `imitation` is only compatible with newer [gymnasium](https://gymnasium.farama.org/) environment API and does not support the older `gym` API.
36+
3537
### Installing PyPI release
3638

3739
Installing the PyPI release is the standard way to use `imitation`, and the recommended way for most users.

0 commit comments

Comments
 (0)