Skip to content

Commit 37462ab

Browse files
authored
Update reinforcement_q_learning.py (#2694)
1 parent 5c632a0 commit 37462ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/reinforcement_q_learning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
99
This tutorial shows how to use PyTorch to train a Deep Q Learning (DQN) agent
10-
on the CartPole-v1 task from `Gymnasium <https://www.gymnasium.farama.org>`__.
10+
on the CartPole-v1 task from `Gymnasium <https://gymnasium.farama.org>`__.
1111
1212
**Task**
1313

0 commit comments

Comments
 (0)