Skip to content

Commit 08d2030

Browse files
committed
Merge pull request #10 from EderSantana/patch-2
Fix typo
2 parents 0b9315a + 51d5479 commit 08d2030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ var DQNAgent = function(env, opt) {
996996
}
997997
DQNAgent.prototype = {
998998
reset: function() {
999-
this.nh = this.num_hidden_units; // numer of hidden units
999+
this.nh = this.num_hidden_units; // number of hidden units
10001000
this.ns = this.env.getNumStates();
10011001
this.na = this.env.getMaxNumActions();
10021002

0 commit comments

Comments
 (0)