Closed dragon28 closed 5 years ago
Hello Developers,
I apologize for being careless and confused at the same.
As I dived in deeper into the source codes, I noticed that this was just only the environments alone itself without the reinforcement learning algorithm such DQN or others.
For others, you may want to check out:
https://github.com/jarbus/multiagent-particle-envs
Thank you.
Hello Developers,
My Linux Ubuntu 18.04 x64 environment:
uname -a
Linux WorkStation 5.0.0-32-generic #34~18.04.2-Ubuntu SMP Thu Oct 10 10:36:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
python3 --version
Python 3.6.8
pip3 list
I executed the python script:
~/machine_learning/multiagent-particle-envs/multiagent/scenarios$ python3 ../../bin/interactive.py --scenario simple_world_comm.py
It ran and generate few windows with circles on it. Soon after that, it hang or the circles not moving around or interacting with one and another.
Some of the end result/log:
First attempt:
~/machine_learning/multiagent-particle-envs/multiagent/scenarios$ python3 ../../bin/interactive.py --scenario simple_world_comm.py
Second attempt:
~/machine_learning/multiagent-particle-envs/multiagent/scenarios$ python3 ../../bin/interactive.py --scenario simple_world_comm.py
I hope the developer or someone from the community able to resolve or figure what wrong with the mentioned issue.
Thank you