Update README.md

This commit is contained in:
J K Terry
2022-02-08 11:15:50 -05:00
committed by GitHub
parent 2b6ec51580
commit 6f2fe46913

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 currently has two pieces of documentation: the [documentation website](http://gym.openai.com) and the [FAQ](https://github.com/openai/gym/wiki/FAQ).
Gym documentation website is at [https://www.gymlibrary.ml/](https://www.gymlibrary.ml/)
## Installation