Commit Graph

10 Commits

Author SHA1 Message Date
Costa Huang
60526169c6 Add RecordVideo docs (#2332)
* add `RecordVideo` docs

* add deprecation notice
2021-08-23 10:28:30 -04:00
Vince Jankovics
db7a7a0db3 Monitor directory fix (#2196) 2021-08-01 10:22:10 -04:00
J K Terry
78d2b512d8 redo black (#2272) 2021-07-29 15:39:42 -04:00
Justin Terry
e9d2c41f2b redo black 2021-07-29 12:42:48 -04:00
Christian Clauss
bb81e141ea Blacken the codebase (#2265) 2021-07-28 20:26:34 -04:00
Christian Clauss
2ef26144a2 Fix typos discovered by codespell (#2256)
Typos
2021-07-27 01:20:29 -04:00
pzhokhov
67212547ac remove six and __future__ imports (#1840)
* remove six

* remove __future__ imports

* remove six from setup.py, python 2.7 from README.rst
2020-04-10 17:10:34 -05:00
Edouard Leurent
193f26231c Fix Monitor.close() not flushing recorders (#1362)
The _monitor field is never set. This code used to belong to a duplicate close() that was never called before https://github.com/openai/gym/pull/1321 was merged.
2019-03-06 18:39:16 -08:00
Christopher Hesse
172c6dd2bb combine monitor close methods (#1321) 2019-02-15 12:04:32 -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