shariqiqbal2810 / MAAC

Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019
MIT License
645 stars 169 forks source link

About environment #6

Closed YaozuGen closed 5 years ago

YaozuGen commented 5 years ago

This unwrapped multiagent environment has abstract reset() method. worker() method in make_env.py may be modified as follows: ![Uploading as.GIF…]() errors occur without these modifications in my python3.5. what about yours?

shariqiqbal2810 commented 5 years ago

I can't see the image that you included, but I think the issue is with the version of OpenAI Gym. The older version of Gym that I specify in the README (0.9.4) works with this code. I believe they have since changed the way that abstract methods are set up.