Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 309 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 309 Bytes

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