Closed mate-huaboy closed 2 years ago
@mate-huaboy thanks for your comments. Because this project is developed and deployed on the Linux system, and have not run this project on any windows env. It is possible that occurs some issues in the Windows environment.
But fortunately, I find there is a similar issue in Stack Overflow, which occurs in windows env too; this may help you: https://stackoverflow.com/questions/18204782/runtimeerror-on-windows-trying-python-multiprocessing
Besides, the whole pip list (requirements) will be added to this project doc, which will be published soon.
Hi,Thank you very much for your work, which has inspired me a lot, but I still have some questions .
first,I want to deploy this project on Windows, but there are some errors, The error at mul_manager = multiprocessing.manager () in marl\algos\utils\centralized_critic_hetero.py will look like the following:
I dont kown why and how to solve it,could you please give me some advice.
second,could you please show your pip list or conda list?I want to see some lib's version in your project ,thanks!!!