nsidn98 / InforMARL

Code for our paper: Scalable Multi-Agent Reinforcement Learning through Intelligent Information Aggregation
https://nsidn98.github.io/InforMARL/
MIT License
72 stars 22 forks source link

Env Setup #4

Closed SJTUGuofei closed 9 months ago

SJTUGuofei commented 10 months ago

Could you please tell me which version of python you used in your own env, or could your please mark down how to setup the env and how to reproduce the results in the paper if possible. Thx

nsidn98 commented 10 months ago

Hi @SJTUGuofei! We used python 3.8 for the experiments in the paper (with libraries and their versions listed in the requirements.txt). We have also been able to make it work with python 3.10 and 3.11. Let me know if you need help installing the required libraries.

nsidn98 commented 9 months ago

Hi @SJTUGuofei, were you able to install the required libraries? Let me know if I can close this issue. You can also refer to #1 if you still have any questions related to torch-geometric

nsidn98 commented 9 months ago

Closing because of inactivity. Please reopen if you think still have the issue.