mirror of
https://github.com/wassname/rl_2d_walker.js.git
synced 2026-09-09 11:33:20 +08:00
misc
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ var config = require('../src/js/config')
|
||||
|
||||
const { HeadlessGame } = require('../src/js/game')
|
||||
var game = new HeadlessGame(config)
|
||||
// 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') // resume
|
||||
game.agent.train(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user