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()