RLlab
pytorch implementation of DQN, NAF, DDPG
Install / Use
/learn @yufeiwang63/RLlabREADME
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
