Hi, there. I find a compatibility issue.
According to openai/gym@a99e8d1, the latest version of gym has remove the argument tags in the registration function, which makes it incompatible with the registration process in this repo.
I suggest to add gym<0.16 to setup.py to tackle this issue. I have tested it on gym==0.15.7, and everything works fine.
Hi, there. I find a compatibility issue.
According to openai/gym@a99e8d1, the latest version of gym has remove the argument
tagsin the registration function, which makes it incompatible with the registration process in this repo.I suggest to add
gym<0.16tosetup.pyto tackle this issue. I have tested it ongym==0.15.7, and everything works fine.