Commit Graph

5 Commits

Author SHA1 Message Date
Trevor Blackwell
874b6fe2af Better error when called on non-discrete action spaces 2017-02-27 10:00:58 -08:00
Tom Brown
2d41d698c2 Unwrap env to access viewer 2017-02-01 15:54:41 -08:00
Oleg Klimov
ee2c0243c0 LunarLanderContinuous (#307)
* New LunarLanderContinuous, LunarLander-v2 remains exactly the same, no version bump.

* keyboard_agent.py works again.
2016-08-24 16:08:32 -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
Oleg Klimov
3b19acdfce Box2d initial, second attempt 2016-05-03 22:27:42 +03:00