decisionforce / CoPO

[NeurIPS 2021] Official implementation of paper "Learning to Simulate Self-driven Particles System with Coordinated Policy Optimization".
Apache License 2.0
117 stars 21 forks source link

conflict dependencies #48

Open Fw-Dwater opened 5 months ago

Fw-Dwater commented 5 months ago

The conflict is caused by: copo 0.0.0 depends on gym==0.19.0 ray[rllib] 2.2.0 depends on gym<0.24.0 and >=0.21.0; extra == "rllib"

SecretaryofSFA commented 5 months ago

I met it, too. Although I met some new issues, I fixed this issue through changing the code in setup.py

abastola0 commented 5 months ago

Hi @Fw-Dwater and @SecretaryofSFA . Were any of you guys able to get the code running. i solved the dependency issues but the code crashes in between training.