Files
Gymnasium/docs
Max Schrader 4928dd2e4b Add new Environment in environments.md (#951)
I added a reference to my recently published Sokoban environment. 
I am not 100% sure if this is the right place to add the environment. In case it is not the right place please let me know which is better. ;-)
2018-04-06 23:24:26 -07: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.