From 8de92378c2e6eb32fb7fa5e57dab6fa25afbb44c Mon Sep 17 00:00:00 2001 From: rtz19970824 <1289226405@qq.com> Date: Sun, 10 Dec 2017 13:34:07 +0800 Subject: [PATCH] minor fixed --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcfc4f3..0caff76 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,9 @@ 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 name the module formally. (e.g. use more lower case "_", I think a module called "Batch" seems terrible) + 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 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