mirror of
https://github.com/wassname/rl_2d_walker.js.git
synced 2026-09-09 11:33:20 +08:00
dec reset freq
This commit is contained in:
+2
-2
@@ -83,7 +83,7 @@ class HeadlessGame {
|
||||
nbEpochs: 1000,
|
||||
nbEpochsCycle: 10,
|
||||
nbTrainSteps: 100,
|
||||
maxStep: 800,
|
||||
maxStep: 1800,
|
||||
saveDuringTraining: true,
|
||||
saveInterval: 5,
|
||||
|
||||
@@ -101,7 +101,7 @@ class Game extends HeadlessGame {
|
||||
|
||||
this.agent.stop()
|
||||
console.log('../outputs', 'model-ddpg-walker/model')
|
||||
// this.agent.restore('../outputs', 'model-ddpg-walker/model')
|
||||
this.agent.restore('../outputs', 'model-ddpg-walker/model')
|
||||
setInterval(() => this.agent.play(), 100)
|
||||
chooseQoute()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user