2018-11-06 12:08:12 +08:00
2018-10-18 16:51:16 +08:00
2018-10-10 16:17:53 +08:00
2018-10-25 15:07:15 +08:00
2018-10-31 21:19:03 +08:00
2018-10-31 21:19:03 +08:00
2018-10-26 15:13:33 +08:00
2018-10-08 10:02:12 +08:00
2018-11-06 12:08:12 +08:00
2018-10-30 14:29:16 +08:00
2018-07-10 11:47:11 +08:00
2018-08-07 10:54:21 +08:00
2018-10-31 11:29:56 +08:00
2018-07-30 10:43:24 +08:00
2018-07-27 14:00:20 +08:00

This repository will implement the classic deep reinforcement learning algorithms. The aim of this repository is to provide clear code for people to learn the deep reinforcement learning algorithm.

In the future, more algorithms will be added and the existing codes will also be maintained.

DQN

包含两个算法

Policy Gradient

使用下面的命令可以运行已经保存好的模型

python Run_Model.py

使用下面的命令开始训练

pytorch_MountainCar-v0.py

policyNet.pkl

这个是已经保存好的模型

Alphago zero

我将在兵棋游戏中复现alphago zero

欢迎关注中科院自动化所智能系统与工程中心

Actor-Critic

S
Description
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Readme MIT
43 MiB
Languages
Python 100%