We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928d576 commit 3649188Copy full SHA for 3649188
README.md
@@ -29,9 +29,11 @@ You can read the latest benchmark results [here](https://imitation.readthedocs.i
29
### Prerequisites
30
31
- Python 3.8+
32
-- (Optional) OpenGL (to render Gym environments)
+- (Optional) OpenGL (to render Gymnasium environments)
33
- (Optional) FFmpeg (to encode videos of renders)
34
35
+> Note: `imitation` is only compatible with newer [gymnasium](https://gymnasium.farama.org/) environment API and does not support the older `gym` API.
36
+
37
### Installing PyPI release
38
39
Installing the PyPI release is the standard way to use `imitation`, and the recommended way for most users.
0 commit comments