shariqiqbal2810 / maddpg-pytorch

PyTorch Implementation of MADDPG (Lowe et. al. 2017)
MIT License
569 stars 129 forks source link

How to use Wall object to create environments. #31

Closed Kimonili closed 4 years ago

Kimonili commented 4 years ago

Hi @shariqiqbal2810, great repo!

I am not sure how to use the Wall object that you added, in order to create a scenario similar to simple_tag, but bounded with a wall that cannot be passed in order for the agents not to be able to "escape" the rendering window. I have read that it is very common for agents to run to infinity outiside of the rendering box, and I want to speed up training.

I would really appreciate it if you could give me some feedback on that!