reward scaling

This commit is contained in:
wassname
2018-11-26 06:42:30 +08:00
parent d5c6bc2990
commit 70e2260e40
+1 -1
View File
@@ -69,7 +69,7 @@ Agent.prototype.step = function () {
if (this.timer % this.timerFrequency === 0) {
// reward from last step
this.reward = this.walker.score * 1
this.reward = this.walker.score * 10
// console.log(this.reward)
this.walker.score = 0