multiagent-particle-envs icon indicating copy to clipboard operation
multiagent-particle-envs copied to clipboard

Could someone provide a scenario when landmark is movable?

Open zddkjmuner opened this issue 5 years ago • 3 comments

Seems like all landmarks in scenarios are unmovable. Wondering if someone can provide a case when they are movable?

zddkjmuner avatar Sep 13 '19 03:09 zddkjmuner

I have the exactly same problem. When running any interactive.py scenario, the rendering window is there, but the circles (objects) in that window is not moving, although log is still running in the console.

voanhkha avatar Oct 21 '19 05:10 voanhkha

Have you solved the problem?Can you tell me how do I change the landmark from stationary to random walk?

AOoligei avatar Mar 30 '20 09:03 AOoligei

One way to find out might be to trace through the code and paying attention to the agent.movable property. It exists in a couple of the envs. Then trace through and see how the entity is moved. An entity is not dissimilar to an agent as defined in core.py

MaxBleggi avatar Aug 05 '20 12:08 MaxBleggi