kenjyoung / MinAtar

GNU General Public License v3.0
283 stars 56 forks source link

obs space from bool to uint #34

Closed sparisi closed 1 year ago

sparisi commented 1 year ago

Observation space is now of dtype uint8 rather than bool. This is consistent with gym/gymnasium obs spaces. There will still be a warning saying that the upper bound is not 255, but it can be disabled with gym.make(name, disable_env_checker=True)