HumanCompatibleAI / overcooked_ai

A benchmark environment for fully cooperative human-AI performance.
https://arxiv.org/abs/1910.05789
MIT License
683 stars 144 forks source link

How can I visualize agents' trajectory just given a sequence of actions #118

Closed wudiymy closed 1 year ago

wudiymy commented 1 year ago

Hello, authors. The agents' initial positions seem to be fixed. If given a fixed action sequence, the trajectory should be fixed. I want to know how to visualize the trajectory if I have the action sequences of two agents? Thanks.

jyan1999 commented 1 year ago

Hi,

Have you checked out this Colab notebook? It shows an example of how you can see the agents in action given a sequence of joined actions.

wudiymy commented 1 year ago

Thanks for your advice. I solved it.