MADDPG — Multi-Agent DDPG.
hardAnswer
- Lowe et al. 2017.
- Each agent has its own actor and critic (centralized: sees ALL agents' actions).
- Actor uses only local obs, critic uses joint info → CTDE.
- Handles cooperative + competitive + mixed.
- Foundational cooperative-continuous-action MARL algorithm.
- Modern variants: MATD3, MASAC.
Check yourself — multiple choice
- Same as DDPG
- Each agent: local actor critic ; CTDE for cooperative + competitive + mixed; MATD3 / MASAC modern variants
- Random
- Not real
MADDPG: local actor + centralized critic; CTDE cooperative-mixed.
#multi-agent#actor-critic
Practise Reinforcement Learning
214 interview questions in this topic.