Files
Gymnasium/docs
Ariel Kwiatkowski 4e38147f15 Taxi-v3 docs fix (#2360)
* Changed the docstring of Taxi env

* Changed the docs of Taxi env
2021-08-26 15:09:54 -04:00
..
2021-08-26 15:09:54 -04:00
2021-08-16 19:48:38 -04:00
2021-08-25 18:02:55 -04:00
2019-03-22 15:03:21 -07:00
2021-08-23 10:28:30 -04:00

Table of Contents

  • Environments lists Gym environments to run your algorithms against.

  • Creating your own Environments how to create your own Gym environments.

  • Wrappers list of general purpose wrappers for environments. These can perform pre/postprocessing on the data that is exchanged between the agent and the environment.

  • Agents contains a listing of agents compatible with Gym environments. Agents facilitate the running of an algorithm against an environment.

  • Miscellaneous is a collection of other value-add tools and utilities. These could be anything from a small convenience lib to a collection of video tutorials or a new language binding.