don't forget to empty infolist

This commit is contained in:
wassname
2018-12-02 18:29:47 +08:00
parent f1c4d7924d
commit 47202e5155
+1
View File
@@ -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")