Commit Graph

5 Commits

Author SHA1 Message Date
John Schulman
1a06fe0d9b get rid of auto reset 2017-01-03 23:51:25 -08:00
Tom Brown
2d0b4e59e8 Improve error for removed decorator syntax 2016-12-28 13:28:02 -08:00
Jie Tang
10f7e4ffb0 Go from decorator to constructor syntax for Monitor; add note to What's New 2016-12-28 13:08:47 -08:00
Jie Tang
557c25ea5f Add TimeLimit wrapper to gym, make default monitor wrapper use TimeLimit, add test for TimeLimit reset behavior 2016-12-28 13:08:47 -08:00
Tom Brown
2d44ed4968 Add Monitored wrapper (#434)
* Add WIP Monitored wrapper

* Remove irrelevant render after close monitor test

* py27 compatibility

* Fix test_benchmark

* Move Monitored out of wrappers __init__

* Turn Monitored into a function that returns a Monitor class

* Fix monitor tests

* Remove deprecated test

* Remove deprecated utility

* Prevent duplicate wrapping, add test

* Fix test

* close env in tests to prevent writing to nonexistent file

* Disable semisuper tests

* typo

* Fix failing spec

* Fix monitoring on semisuper tasks

* Allow disabling of duplicate check

* Rename MonitorManager

* Monitored -> Monitor

* Clean up comments

* Remove cruft
2016-12-23 16:21:42 -08:00