File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
8
8
This tutorial shows how to use PyTorch to train a Deep Q Learning (DQN) agent
9
- on the CartPole-v0 task from the `OpenAI Gym <https://www.gymlibrary.ml />`__.
9
+ on the CartPole-v0 task from the `OpenAI Gym <https://www.gymlibrary.dev />`__.
10
10
11
11
**Task**
12
12
13
13
The agent has to decide between two actions - moving the cart left or
14
14
right - so that the pole attached to it stays upright. You can find an
15
15
official leaderboard with various algorithms and visualizations at the
16
- `Gym website <https://www.gymlibrary.ml /environments/classic_control/cart_pole>`__.
16
+ `Gym website <https://www.gymlibrary.dev /environments/classic_control/cart_pole>`__.
17
17
18
18
.. figure:: /_static/img/cartpole.gif
19
19
:alt: cartpole
You can’t perform that action at this time.
0 commit comments