load checkpoint

This commit is contained in:
wassname
2018-12-21 04:54:13 +08:00
parent 7e28235473
commit 6a5fe97dfa
+1 -1
View File
@@ -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()