Skip to content

Commit

Permalink
Update reinforcement_q_learning.py (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
L0Z1K authored Dec 4, 2023
1 parent 5c632a0 commit 37462ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intermediate_source/reinforcement_q_learning.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This tutorial shows how to use PyTorch to train a Deep Q Learning (DQN) agent
on the CartPole-v1 task from `Gymnasium <https://www.gymnasium.farama.org>`__.
on the CartPole-v1 task from `Gymnasium <https://gymnasium.farama.org>`__.
**Task**
Expand Down

0 comments on commit 37462ab

Please sign in to comment.