Skip to content

pytorch implementation of DQN, NAF, DDPG

Notifications You must be signed in to change notification settings

haoshuiwuxiang/RLlab

 
 

Repository files navigation

RLlab

some implementations of the RL algorithms using mainly pytorch.
currently implemented:

  • DQN
  • DDPG
  • NAF
  • Advantage Actor Criti

install:

git clone https://github.com/yufeiwang63/RLlab.git


run:

after the installation, just run the main.py

About

pytorch implementation of DQN, NAF, DDPG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.8%
  • Jupyter Notebook 9.2%