google-research / football

Check out the new game server:
https://research-football.dev
Apache License 2.0
3.28k stars 1.27k forks source link

Problems about the agent-action mapping in some scenarios #354

Open sharinka0715 opened 1 year ago

sharinka0715 commented 1 year ago

Hi there, I would like to know the agent-action mapping rule in multi-agent scenarios, and I have no idea about it.

Here are some examples:

This also exists in pass_and_shot_with_keeper, and run_pass_and_shot_with_keeper. I drew some conclusions that might be strange:

By the way, the mapping order seems to be determined in the C++ code of football engine, but I can only understand the Python code. If there is someone can help me to understand the agent-action mapping order?