multiagent-particle-envs
multiagent-particle-envs copied to clipboard
How to delete a landmark when training
How to delete a landmark when training.
Thanks a lot.
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!