Deep Rl Mxnet Save

Mxnet implementation of Deep Reinforcement Learning papers, such as DQN, PG, DDPG, PPO

Project README

Deep-rl-mxnet

Mxnet implementation of Deep Reinforcement Learning papers.

Now this repository contains:

  1. DQN [code]
  1. Double DQN [code]
  1. Dueling DQN [code]
  1. Policy Gradient [code]
  1. Deep Deterministic Policy Gradient [code] (Detailed implementation) :star:
  1. Proximal Policy Optimization [code]
  1. TD3 [code] (Very detailed implementation) :star: :star:
  1. A2C [code]

Installation

$ git clone https://github.com/ZhengXinyue/Deep-rl-mxnet
$ cd Deep-rl-mxnet

create & activate virtual env then install dependency:

with venv/virtualenv + pip:

$ python -m venv env  # use `virtualenv env` for Python2, use `python3 ...` for Python3 on Linux & macOS
$ source env/bin/activate  # use `env\Scripts\activate` on Windows
$ pip install -r requirements.txt

If you get something like this:

unable to execute 'swig': No such file or directory

do:

sudo apt-get install swig

Mujoco Installation(Optional):

Please refer to this repository

Examples:

image
image
image
image
image
image
image
image

Maybe In the future:

  1. SAC
Open Source Agenda is not affiliated with "Deep Rl Mxnet" Project. README Source: ZhengXinyue/Deep-rl-mxnet

Open Source Agenda Badge

Open Source Agenda Rating