Commit Graph

6 Commits

Author SHA1 Message Date
John Schulman
4c460ba6c8 Cleanup, removal of unmaintained code (#836)
* 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
2018-01-25 18:20:14 -08:00
Evan Shelhamer
7d3be2e7f2 minor fixes to rollout generation 2017-05-13 20:44:01 -07:00
Colin
b5f774fe18 Remove blacklist of broken envs from rollout generation (#391) 2016-10-26 11:45:31 -07:00
Colin
6d51f72630 Some tweaks to json rollout generation (#386)
* Some tweaks to json rollout generation:

- sort keys (to make diffs easier to read)
- don't open and close json file so much
- command line flag to allow overwriting hashes

* Use a single rollout file, rather than one for each python version.
2016-10-21 19:00:36 -07:00
Philip Paquette
4b9984c00e Moved doom to gym_doom (#319) 2016-08-24 08:24:10 -07:00
Arushi Raghuvanshi
9460023398 Added test for environment semantics (#196) 2016-06-17 13:23:49 -07:00