david-lindner / safe-grid-gym

A gym interface for AI safety gridworlds created in pycolab.
Apache License 2.0
17 stars 9 forks source link

Fix observation space shape for toy environments #28

Closed david-lindner closed 5 years ago

david-lindner commented 5 years ago

Fixes https://github.com/jvmancuso/safe-grid-agents/issues/66 by adding an additional dimension to the observation space of the toy environments in order to be consistent with the other environments.

Also, I tried to reproduce https://github.com/david-lindner/safe-grid-gym/issues/26 with a new test case, but was unable to do so.