mirror of
https://github.com/wassname/Deep-reinforcement-learning-with-pytorch.git
synced 2026-09-09 11:13:45 +08:00
Multi-agent reinforcement learing
Multi-Agent Reinforcement Learning is a very interesting research area, which has strong connections with single-agent RL, multi-agent systems, game theory, evolutionary computation and optimization theory.
- Learning to Communicate with Deep Multi-Agent Reinforcement Learning in PyTorch
You can click here to read code.
- MARL papers
Paper list of multi-agent reinforcement learning(MARL)
You can click here to read the repo.