MARLlib icon indicating copy to clipboard operation
MARLlib copied to clipboard

How do I get an agent's position in the environment in the `postprocess_trajectory` method?

Open bbrighttaer opened this issue 11 months ago • 0 comments

I have a MARL problem where I need the physical position of the agent in the environment. For instance, in a 2D environment, I expect some tuple of 2 elements (x,y). I need to use this information in the postprocess_trajectory method of the Policy class. How can I achieve this? Many thanks for considering my request.

bbrighttaer avatar Mar 19 '24 00:03 bbrighttaer