Lizhi-sjtu / DRL-code-pytorch

Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRL-code-pytorch

Concise pytorch implementations of DRL algorithms, including REINFORCE, A2C, Rainbow DQN, PPO(discrete and continuous), DDPG, TD3, SAC, PPO-discrete-RNN(LSTM/GRU).

Dependencies

python==3.7.9
numpy==1.19.4
pytorch==1.12.0
tensorboard==0.6.0
gym==0.21.0

About

Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.

License:MIT License


Languages

Language:Python 100.0%