Skip to content

Commit

Permalink
Merge pull request #10 from EderSantana/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
karpathy committed Dec 6, 2015
2 parents 0b9315a + 51d5479 commit 08d2030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rl.js
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ var DQNAgent = function(env, opt) {
}
DQNAgent.prototype = {
reset: function() {
this.nh = this.num_hidden_units; // numer of hidden units
this.nh = this.num_hidden_units; // number of hidden units
this.ns = this.env.getNumStates();
this.na = this.env.getMaxNumActions();

Expand Down

0 comments on commit 08d2030

Please sign in to comment.