ModelRepo Save

reproduce some RL or Multi-Agent models

Project README

ModelRepo

Reproduce (deep) RL or Multi-Agent RL models (all of implementations are supported by gym-based (gym, particle) environments.)

Structure

lib contains environments designed for (Deep) RL and multi-agent RL tasks and dependency files, e.g, lib/ma_env is a particle environment developed by OpenAI. All algorithms listed below are implemented independently in different sub-directory.

Guides

NFSP (Neural Fictitious Self-Play)

NFSP is a framework for improving the performance of deep reinforcement learning tasks. You can get more details in 👇

Multi-Agent Deep Deterministic Policy Gradient

A multi-agent deterministic policy gradient framework is proposed by Ryan Lowe and Yi Wu at 2017 which solves the non-stationary problem at training stage. Reading more by visiting 👇 arXiv link. This implementation supports gym-based multi-agent environments.

CommNet: Learning Multiagent Communication with Backpropagation

A simple multi-agent communication framework proposed by Sainbayar Sukhbaatar, Arthur Szlam and Rob Fergus at 2016.

DDPG (CONTINUOUS CONTROL WITH DEEP REINFORCEMENT LEARNING)

Independent Q-learning Network: (D)DQN / (D)DQN with Dueling

SAC: Soft Actor Critic

MASQ: Multiagent Soft Q-learning

Open Source Agenda is not affiliated with "ModelRepo" Project. README Source: KornbergFresnel/ModelRepo
Stars
35
Open Issues
2
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating