Skip to content

Commit 01a38c2

Browse files
authored
DOC: traini -> train
1 parent babadc8 commit 01a38c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial-deep-reinforcement-learning-with-pong-from-pixels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ while episode_number < max_episodes:
552552

553553
A few notes:
554554

555-
- If you have previously run an experiment and want to repeat it, your `Monitor` instance may still be running, which may throw an error the next time you try to traini the agent. Therefore, you should first shut down `Monitor` by calling `env.close()` by uncommenting and running the cell below:
555+
- If you have previously run an experiment and want to repeat it, your `Monitor` instance may still be running, which may throw an error the next time you try to train the agent. Therefore, you should first shut down `Monitor` by calling `env.close()` by uncommenting and running the cell below:
556556

557557
```python
558558
# env.close()

0 commit comments

Comments
 (0)