Skip to content

Commit

Permalink
fixed link for "Train neural nets to play video games", now pointing …
Browse files Browse the repository at this point in the history
…directly to /intermediate/reinforcement_q_learning (pytorch#104)
  • Loading branch information
andreh7 authored and soumith committed Jun 29, 2017
1 parent 9530c07 commit baaebe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions beginner_source/blitz/cifar10_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def forward(self, x):
# Where do I go next?
# -------------------
#
# - `Train neural nets to play video games`_
# - :doc:`Train neural nets to play video games </intermediate/reinforcement_q_learning>`
# - `Train a state-of-the-art ResNet network on imagenet`_
# - `Train an face generator using Generative Adversarial Networks`_
# - `Train a word-level language model using Recurrent LSTM networks`_
Expand All @@ -309,7 +309,6 @@ def forward(self, x):
# - `Discuss PyTorch on the Forums`_
# - `Chat with other users on Slack`_
#
# .. _Train neural nets to play video games: https://goo.gl/uGOksc
# .. _Train a state-of-the-art ResNet network on imagenet: https://github.com/pytorch/examples/tree/master/imagenet
# .. _Train an face generator using Generative Adversarial Networks: https://github.com/pytorch/examples/tree/master/dcgan
# .. _Train a word-level language model using Recurrent LSTM networks: https://github.com/pytorch/examples/tree/master/word_language_model
Expand Down
3 changes: 1 addition & 2 deletions beginner_source/former_torchies/parallelism_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def forward(self, x):
#
# Also look at
#
# - `Train neural nets to play video games`_
# - :doc:`Train neural nets to play video games </intermediate/reinforcement_q_learning>`
# - `Train a state-of-the-art ResNet network on imagenet`_
# - `Train an face generator using Generative Adversarial Networks`_
# - `Train a word-level language model using Recurrent LSTM networks`_
Expand All @@ -117,7 +117,6 @@ def forward(self, x):
# - `Chat with other users on Slack`_
#
# .. _`Deep Learning with PyTorch: a 60-minute blitz`: https://github.com/pytorch/tutorials/blob/master/Deep%20Learning%20with%20PyTorch.ipynb
# .. _Train neural nets to play video games: https://goo.gl/uGOksc
# .. _Train a state-of-the-art ResNet network on imagenet: https://github.com/pytorch/examples/tree/master/imagenet
# .. _Train an face generator using Generative Adversarial Networks: https://github.com/pytorch/examples/tree/master/dcgan
# .. _Train a word-level language model using Recurrent LSTM networks: https://github.com/pytorch/examples/tree/master/word_language_model
Expand Down

0 comments on commit baaebe2

Please sign in to comment.