rockingdingo / gym-gomoku

OpenAI Gym Env for game Gomoku(Five-In-a-Row, 五子棋, 五目並べ, omok, Gobang,...)
MIT License
84 stars 30 forks source link

AttributeError: 'DiscreteWrapper' object has no attribute '_shape' #3

Open gc1024zc opened 1 year ago

gc1024zc commented 1 year ago

gym 0.25.1 gym-gomoku 0.0.1

gc1024zc commented 1 year ago

gym\spaces\space.py", line 83, in shape return self._shape AttributeError: 'DiscreteWrapper' object has no attribute '_shape'