Files
Gymnasium/gym/envs
Rohan138 c00c1babb9 Remove unused toytext environments (#2384)
* Moved Unused ToyText Environments

* Fixed error message

* removed KellyCoinFlip test

removed KellyCoinFlip tests

removed KellyCoinFlip tests

* black

* Modified docs
2021-09-01 23:22:01 -04:00
..
2021-07-29 15:39:42 -04:00
2021-08-26 15:38:23 -04:00
2021-07-29 15:39:42 -04:00
2021-07-29 15:39:42 -04:00
2021-07-29 15:39:42 -04:00
2019-03-22 15:03:21 -07:00

Envs

These are the core integrated environments. Note that we may later restructure any of the files, but will keep the environments available at the relevant package's top-level. So for example, you should access AntEnv as follows:

# Will be supported in future releases
from gym.envs import mujoco
mujoco.AntEnv

Rather than:

# May break in future releases
from gym.envs.mujoco import ant
ant.AntEnv