mlii / mfrl

Mean Field Multi-Agent Reinforcement Learning
MIT License
369 stars 101 forks source link

when i running the main_MFQ_Ising.py, then a error happen, that is AttributeError: module 'gym.spaces' has no attribute 'MultiBinary' #9

Closed XqWang3 closed 5 years ago

XqWang3 commented 5 years ago

who can help me ? thanks a lot.

KornbergFresnel commented 5 years ago

@Brucewangxq check your gym with version == 0.9.2 or 0.9.4, it might not work with later version

XqWang3 commented 5 years ago

ok,thank you