Commit Graph

9 Commits

Author SHA1 Message Date
cclauss
23f6b3a539 from six.moves import cPickle as pickle (#844)
pickle.dumps() is called on line 87.
2018-02-02 22:28:05 -08:00
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
Greg Brockman
7b5aceaa84 Remove scoreboard references (#750) 2017-10-15 16:10:02 -07:00
futurely
bb9bbce80f Fix deprecated Monitor API for the cem example (#453) 2017-01-01 22:03:06 -08:00
Ben Giles
d481151470 Fix CEM example for Monitor wrapper change #434 2016-12-28 00:32:41 -08:00
Jie Tang
e5be288d3a Minor fixes to CEM:
* Take gym environment as command line argument

* Call seed

* Fix reference to RandomAgent -> CEM
2016-06-22 12:26:43 -07:00
Maciek
43992f4752 Make agent examples compatible with python 3 (#150)
* make cem agen exaple compatible with python 2 and 3

* make the keyboard_agent example compatible with python 2 and 3

Changing `xrange` to `range` should not impact performance unless we're
generating millions of elements (currently only 1000).

* remove algorithm_id from the upload call
2016-06-01 07:15:18 -07:00
Jonas Schneider
688629c070 Replace xrange -> range in example scripts 2016-05-01 23:17:38 -04:00
Greg Brockman
e8f2980603 Initial release. Hello world :). 2016-04-27 08:00:58 -07:00