shariqiqbal2810 / MAAC

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

connection.py #17

Closed agharibr2019 closed 4 years ago

agharibr2019 commented 4 years ago

Dear Shariq,

I am trying to run this code and I already have installed all of the requirements, but this is the error I have face: python3.7/multiprocessing/connection.py", line 383, in _recv raise EOFError I was wondering if you could let me know how can I solve it.

Bests, Azadeh

zhoushiyang12 commented 4 years ago

I have the same issue,

shariqiqbal2810 commented 4 years ago

I will need the full stack trace to know what's going on. But first I would double-check to make sure all of the package versions match the readme (especially for gym and baselines).

zhoushiyang12 commented 4 years ago

Thank you for your notice.I have solved this problem by update the baselines to match the readme.It's really a good project.