yathartha3 / Recurrent-MADDPG-Rob538-Project

Experimented with adding Recurrent Neural Network on top of Multiagent Deep Deterministic Policy Gradient algorithm
MIT License
1 stars 0 forks source link

Autonomous Agents Rob 538

The orginal code for MADDPG is from https://github.com/shariqiqbal2810/maddpg-pytorch. It requires a modified Multiagent Particle Environment (see our other repo: MPE_modified), and Baselines repo from OpenAI which I have kindly included in this repo (but maybe not a good practice).

See RNN6 branch