shariqiqbal2810 / MAAC

Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019
MIT License
645 stars 169 forks source link

cannot handle some scenarios #16

Closed KatnissY closed 4 years ago

KatnissY commented 4 years ago

hello,I try to run your code in simple_reference and simpel_world_com. However, the code reported error. Can MAAC deal with the both physical actions and communication actions scenairos?

shariqiqbal2810 commented 4 years ago

Hello, The code was not written to support scenarios with both physical actions and communication capability within the same agent. In order to support this, one would need to implement multi-discrete policies (i.e. policies that output multiple categorical distributions). I would welcome a contribution to this repo if you are interested in implementing it.