Skip to content

Commit

Permalink
Clarify in README.md that we switched to gymnasium. (HumanCompatibleA…
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum authored Dec 5, 2023
1 parent 928d576 commit 3649188
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ You can read the latest benchmark results [here](https://imitation.readthedocs.i
### Prerequisites

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

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

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

0 comments on commit 3649188

Please sign in to comment.