We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d5408 commit bf91bd5Copy full SHA for bf91bd5
snake-dqn/agent.js
@@ -123,7 +123,7 @@ export class SnakeGameAgent {
123
* Perform training on a randomly sampled batch from the replay buffer.
124
*
125
* @param {number} batchSize Batch size.
126
- * @param {numebr} gamma Reward discount rate. Must be >= 0 and <= 1.
+ * @param {number} gamma Reward discount rate. Must be >= 0 and <= 1.
127
* @param {tf.train.Optimizer} optimizer The optimizer object used to update
128
* the weights of the online network.
129
*/
0 commit comments