Stanford-ILIAD / PantheonRL

PantheonRL is a package for training and testing multi-agent reinforcement learning environments. PantheonRL supports cross-play, fine-tuning, ad-hoc coordination, and more.
MIT License
121 stars 18 forks source link

AssertionError happended when run example with OvercookedMultiEnv-v0 #3

Closed momo-xiaoyi closed 2 years ago

momo-xiaoyi commented 2 years ago

AssertionError: The observation returned by the reset() method is not contained with the observation space (Box(0.0, 20.0, (62,), float32))

yanxue7 commented 2 years ago

I also encountered this error, excuse me, @momo-xiaoyi did you solve it?

momo-xiaoyi commented 2 years ago

change your gym version. this problem can be sloved.

yanxue7 commented 2 years ago

My current gym version is '0.24.1', and what version should I change to please?

momo-xiaoyi commented 2 years ago

gym 0.21.0

yanxue7 commented 2 years ago

Thanks! I have solved this problem!