From cb99f6bbbbf753c15fb7d4a1259a27cd932dd8a1 Mon Sep 17 00:00:00 2001 From: rtz19970824 <1289226405@qq.com> Date: Sun, 10 Dec 2017 13:36:43 +0800 Subject: [PATCH] minor fixed --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0caff76..d08179d 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,11 @@ Tianshou(天授) is a reinforcement learning platform. The following image illus ## TODO Search based method parallel. - Write comments. Please do not use abbreviations unless others can know it well. (e.g. adv can short for advantage/adversarial, please use the full name instead) +`Please Write comments.` - Please name the module formally. (e.g. use more lower case "_", I think a module called "Batch" seems terrible) +`Please do not use abbreviations unless others can know it well. (e.g. adv can short for advantage/adversarial, please use the full name instead)` + +`Please name the module formally. (e.g. use more lower case "_", I think a module called "Batch" seems terrible)` YongRen: Policy Wrapper, in order of Gaussian, DQN and DDPG