Update README.md

This commit is contained in:
J K Terry
2022-02-08 11:18:31 -05:00
committed by GitHub
parent 526e14e779
commit 110626ee1c

View File

@@ -2,7 +2,7 @@
Gym is an open source Python library for developing and comparing reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments, as well as a standard set of environments compliant with that API. Since its release, Gym's API has become the field standard for doing this.
Gym documentation website is at [https://www.gymlibrary.ml/](https://www.gymlibrary.ml/), and you can propose changes in [here](https://github.com/Farama-Foundation/gym-docs)
Gym documentation website is at [https://www.gymlibrary.ml/](https://www.gymlibrary.ml/), and you can propose fixes and changes[here](https://github.com/Farama-Foundation/gym-docs)
## Installation