TonghanWang / ROMA

Codes accompanying the paper "ROMA: Multi-Agent Reinforcement Learning with Emergent Roles" (ICML 2020 https://arxiv.org/abs/2003.08039)
Apache License 2.0
149 stars 34 forks source link

torch version is too old #25

Open xinghua-qu opened 2 years ago

xinghua-qu commented 2 years ago

Hi,

May I ask any previous experience on using higher version of pytorch for the code running? Current 0.4.0 seems to be too old and less efficient. Tried torch==1.7.1 but failed. Thanks