From 6a5fe97dfa8a2a92e384509fe96e96124acf3dd0 Mon Sep 17 00:00:00 2001 From: wassname Date: Fri, 21 Dec 2018 04:54:13 +0800 Subject: [PATCH] load checkpoint --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 4412903..056dd86 100644 --- a/src/index.html +++ b/src/index.html @@ -66,7 +66,7 @@ function init() { var canvas_id = 'main_screen2' window.game = new Game(config, canvas_id) - game.agent.restore('./checkpoints', 'model-ddpg-walker-4h/model') // load checkpoint + game.agent.restore('./checkpoints', 'model-ddpg-walker-22h/model') // load checkpoint game.agent.restore('./checkpoints', 'model-ddpg-walker-60h/model') // load checkpoint game.agent.restore('../outputs', 'model-ddpg-walker/model') // load latest game.loop()