From 2c97c0a9acf93b92e04c60bd4fb9105fe36ba5d1 Mon Sep 17 00:00:00 2001 From: wassname Date: Fri, 21 Dec 2018 06:11:50 +0800 Subject: [PATCH] tidy --- README.md | 8 ++------ src/index.html | 1 + 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dbe8586..f4f961e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This project is a reinforcement learning environment for node. You can train a m - `npm train`: this will train in node - you ideally need a CUDA capable GPU with 8GB+ of memory. - will take 8 hours to see results, 44 hours for good results -- `npm run`: this will start a server to view the results. Result will refresh every few hours when a model checkpoint in saved. +- `npm start` (in another terminal): this will start a server to view the results. Result will refresh every few hours when a model checkpoint in saved. ## Modifying @@ -35,9 +35,5 @@ This project is a reinforcement learning environment for node. You can train a m # Future work -- [ ] I would like to run the strength, stiffness (in box2d this seems to be max torque), friction, etc to allow a more elegant walking behaviour +- [ ] I would like to tweak the strength, stiffness (in box2d this seems to be max torque), friction, etc to allow a more elegant walking behaviour - [ ] Clean up the html UI - -# License - -ISC diff --git a/src/index.html b/src/index.html index 056dd86..e8480d7 100644 --- a/src/index.html +++ b/src/index.html @@ -53,6 +53,7 @@ +

Be mean: