Commit Graph

109 Commits

Author SHA1 Message Date
JKCooper2
d2d940bddb Cartpole observations can occur outside of observation space limits - Issue #88 (#89)
* Set restriction on selected actions

* Used self.action_space instead of custom set

* Move action validation to core.py

* Fix for Cartpole observations outside of observation_space
2016-05-11 14:50:35 +02:00
Greg Brockman
656646ab37 Stop warning if observation not in observation space 2016-05-10 21:49:39 -07:00
Dominik
da29f0f2f6 Fix observation_space for BipedalWalker (#84)
* Fix observation_space for Bipedal_walker and add warning if observation doesn't fit observation_space

* Remove observation state check on reset.

Multiple environments call reset before action and observation spaces
are initialized.
2016-05-10 20:36:09 -07:00
Greg Brockman
81a4c3e57c Clarify reward docstring
Closes #70
2016-05-08 13:20:01 -07:00
Jonas Schneider
4519a6ffe3 Warn instead of raising on invalid action 2016-05-03 22:27:26 -04:00
JKCooper2
3c983b9f1d Set restriction on selected actions for MountainCar-v0 (#47)
* Set restriction on selected actions

* Used self.action_space instead of custom set

* Move action validation to core.py
2016-05-03 21:40:24 -04:00
Greg Brockman
99f40a2fc1 Add reward_range parameter to Env
Closes #33
2016-04-30 22:53:13 -04:00
Greg Brockman
317a2be993 Update Env docstrings 2016-04-28 10:33:41 -07:00
Greg Brockman
e8f2980603 Initial release. Hello world :). 2016-04-27 08:00:58 -07:00