From 9e2ae6ff66d512a7701b3dacd6e71eec5974ca97 Mon Sep 17 00:00:00 2001 From: Johnny He <269401927@qq.com> Date: Wed, 31 Oct 2018 11:29:56 +0800 Subject: [PATCH] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1834363..9c2604b 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,6 @@ -这是一个学习强化学习产生的代码 -我实现DQN,PG等算法 +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