sparisi obs space from bool to uint (#34)
1918a2f Jun 3, 2023
obs space from bool to uint (#34)
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)
1918a2f