A general pytorch implementation of the Minimax Multi-Agent Deep Deterministic Policy Gradient (M3DDPG) algorithm used for multiagent reinforcement learning.
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
29
commits
training a model with maddpg, right agents dominates left agent.
65ea84dView on GitHubtraining model, with MADDPG, unclear whether stable, more training needed
ee5da1cView on GitHubadd typing to public function of M§DDPG class, mark private functions
c41fab1View on GitHubAdding docstring to multiagent_critic, actions are now handeled as explicit list
86e1bcaView on GitHub