mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-02 22:36:34 +00:00
* 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
5 lines
46 B
Plaintext
5 lines
46 B
Plaintext
numpy>=1.10.4
|
|
requests>=2.0
|
|
six
|
|
pyglet>=1.2.0
|