mirror of
https://github.com/wassname/rl_2d_walker.js.git
synced 2026-09-09 11:33:20 +08:00
load checkpoint
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user