Update readme.md

This commit is contained in:
Johnny He
2018-10-31 11:29:56 +08:00
committed by GitHub
parent 1c7270ff47
commit 9e2ae6ff66
+3 -2
View File
@@ -1,5 +1,6 @@
这是一个学习强化学习产生的代码
我实现DQNPG等算法
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