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

How to delete a landmark when training

Open liuqi8827 opened this issue 3 years ago • 1 comments

How to delete a landmark when training.

Thanks a lot.

liuqi8827 avatar Jul 12 '21 09:07 liuqi8827

removing it from the world.landmarks list worked for me. It even removed it from the rendered window, although it did take a second. You will have to do this in the world object of the scenario you are working with, and put the condition to delete somewhere that will run every iteration, such as possibly the observation or step methods.

Hope this helps!

dperr5910 avatar Aug 13 '21 15:08 dperr5910