From 08bcf873c9f3a7a2e19f170145b28bf9c7676d7b Mon Sep 17 00:00:00 2001 From: wassname Date: Fri, 21 Dec 2018 06:13:23 +0800 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4f961e..1a6b201 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ This project is a reinforcement learning environment for node. You can train a m ## Modifying -- The walker: see walker.js -- The agent: see game.js, and ddpg_agent.js +- The walker contains the physics of the ragdoll: see src/js/walker.js +- The agent contains the reinforcement learning settings: search for `new DDPGAgent` in src/js/game.js, and also see src/js/ddpg/ddpg_agent.js ## Contributing