Multi-agent RL
In the last chapter, we dived into discrete optimization problems. In this final chapter, we will discuss a relatively new direction of reinforcement learning (RL) and deep RL, which is related to the situations when multiple agents communicate in an environment.
In this chapter, we will:
- Start with an overview of the similarities and differences between the classical single-agent RL problem and multi-agent RL
- Cover the MAgent environment, which was implemented and open sourced by the Geek.AI UK/China research group
- Use MAgent to train models in different environments with several groups of agents