SB3 does not support gym.spaces.Discrete() 'start' #913
Labels
enhancement
New feature or request
more information needed
Please fill the issue template completely
openai gym
related to OpenAI Gym interface
When I want to define an action space {-1,0,1} as below:
self.action_space = spaces.Discrete(3, start=-1)
Error reported. Seems that SB3 does not support the newest version of Gym.
Hope this can be supported in next version.
The text was updated successfully, but these errors were encountered: