* try build with box2d-kengz
* test box2d envs
* use box2d-py in tox.ini for tests
* box2d-py instead of box2d-kengz in box2d dependencies
* test dependencies in tox.ini use dependencies in setup.py
* further cleanups of tox.ini
* further cleanups
* added scipy to list of requirements
* added a note about box2d-kengz into README
* build box2d from scratch, add a note to README about it
* use box2d-py>=2.3.4
* removed box2d installation instructions from README
* try build with box2d-kengz
* test box2d envs
* use box2d-py in tox.ini for tests
* box2d-py instead of box2d-kengz in box2d dependencies
* test dependencies in tox.ini use dependencies in setup.py
* further cleanups of tox.ini
* further cleanups
* added scipy to list of requirements
* add dtype to Box
* remove board_game, debugging, safety, parameter_tuning environments
* massive set of breaking changes
- remove python logging module
- _step, _reset, _seed, _close => non underscored method
- remove benchmark and scoring folder
* Improve render("human"), now resizable, closable window.
* get rid of default step and reset in wrappers, so it doesn’t silently fail for people with underscore methods
* CubeCrash unit test environment
* followup fixes
* MemorizeDigits unit test envrionment
* refactored spaces a bit
fixed indentation
disabled test_env_semantics
* fix unit tests
* fixes
* CubeCrash, MemorizeDigits tested
* gym backwards compatibility patch
* gym backwards compatibility, followup fixes
* changelist, add spaces to main namespaces
* undo_logger_setup for backwards compat
* remove configuration.py
* all envs run offscreen
* render works
* changed mujoco-py version
* Bump versions
* Update version and README
* Same versioning for all mujoco envs
* Fix typo
* Fix version
* Bump version again
* Revert "Fix version"
This reverts commit decc5779811801deb6ae9fad697dfe247d2bdd94.
* 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