Files
Gymnasium/requirements.txt
Greg Brockman 2aa03d6088 Add configure method to Env, and support multiple displays in CartPole (#175)
* Add configure method to Env, and support multiple displays in CartPole

This allows people to pass runtime specification which doesn't affect
the environment semantics to environments created via `make`.

Also include an example of setting the display used for CartPole

* Provide full configure method

* Allow environments to require configuration

* Don't take arguments in make
2016-06-12 20:56:21 -07:00

5 lines
46 B
Plaintext

numpy>=1.10.4
requests>=2.0
six
pyglet>=1.2.0