mirror of
https://github.com/wassname/rl_2d_walker.js.git
synced 2026-09-11 12:43:23 +08:00
don't forget to empty infolist
This commit is contained in:
@@ -221,6 +221,7 @@ class DDPGAgent {
|
||||
// Perform cycles.
|
||||
this.rewardsList = [];
|
||||
this.stepList = [];
|
||||
this.infoList = [];
|
||||
this.distanceList = [];
|
||||
// document.getElementById("trainingProgress").innerHTML = "Progression: "+this.epoch+"/"+this.config.nbEpochs+"<br>";
|
||||
console.log("Progression: " + this.epoch + "/" + this.config.nbEpochs + " epochs")
|
||||
|
||||
Reference in New Issue
Block a user