Yang Gu
Results
2
comments of
Yang Gu
> A temporary solution is reverting to an older version of gym: > > ``` > pip install gym==0.25.2 > ``` downgrade gym solved my problems. Thanks
I implemented a multi-agent minigrid environment for self use; https://github.com/MyIDis12138/MA_minigrid.git . I hope this can help you