YuhangSong / Arena-Baselines

Arena: A General Evaluation Platform and Building Toolkit for Single/Multi-Agent Intelligence. AAAI 2020.
https://sites.google.com/view/arena-unity/
MIT License
101 stars 8 forks source link

Support multi-agents with different action spaces. #8

Closed YuhangSong closed 4 years ago

YuhangSong commented 4 years ago

For now, we do not support using different spaces across agents (i.e., all agents have to share the same brain in Arena-BuildingToolkit) This is because we want to consider the transfer/sharing weight between agents. If you do have completely different agents in the game, one harmless workaround is to use the same brain, but define the different meaning of the action in Arena-BuildingToolkit.