Files
Gymnasium/docs
FirefoxMetzger edd0552c1d Removed Scoreboard reference & Q-Learning agent (#869)
Both the agent and the scoreboard have been depricated, thus were removed from the documentation.
2018-02-10 11:32:28 -08:00
..
2017-12-26 09:08:38 +13:00
2018-02-02 22:31:04 -08:00

Table of Contents

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

  • Environments lists more environments to run your algorithms against. These do not come prepackaged with the gym.

  • 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.