You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: index.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ Welcome to PyTorch Tutorials
179
179
180
180
.. customcarditem::
181
181
:header: Train a Mario-playing RL Agent
182
-
:card_description: Use PyTorch to train a Double Q-learning agent to play Mario.
182
+
:card_description: Use PyTorch to train a Double Q-learning agent to play Mario.
183
183
:image: _static/img/mario.gif
184
184
:link: intermediate/mario_rl_tutorial.html
185
185
:tags: Reinforcement-Learning
@@ -199,14 +199,14 @@ Welcome to PyTorch Tutorials
199
199
:card_description: Introduction to TorchScript, an intermediate representation of a PyTorch model (subclass of nn.Module) that can then be run in a high-performance environment such as C++.
:card_description: Learn how PyTorch provides to go from an existing Python model to a serialized representation that can be loaded and executed purely from C++, with no dependency on Python.
0 commit comments