From 0b09c05dc80efd07365710725b9a35ee195664b4 Mon Sep 17 00:00:00 2001 From: Morvan Zhou Date: Thu, 18 Jan 2018 22:29:43 +1100 Subject: [PATCH] a3c --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4bdd76..ac40941 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ which is a great contribution to this tutorial. * [RNN-Regression](https://github.com/MorvanZhou/PyTorch-Tutorial/blob/master/tutorial-contents/403_RNN_regressor.py) * [AutoEncoder](https://github.com/MorvanZhou/PyTorch-Tutorial/blob/master/tutorial-contents/404_autoencoder.py) * [DQN Reinforcement Learning](https://github.com/MorvanZhou/PyTorch-Tutorial/blob/master/tutorial-contents/405_DQN_Reinforcement_learning.py) + * [A3C Reinforcement Learning](https://github.com/MorvanZhou/pytorch-A3C) * [GAN (Generative Adversarial Nets)](https://github.com/MorvanZhou/PyTorch-Tutorial/blob/master/tutorial-contents/406_GAN.py) / [Conditional GAN](https://github.com/MorvanZhou/PyTorch-Tutorial/blob/master/tutorial-contents/406_conditional_GAN.py) * Others (WIP) * [Why torch dynamic](https://github.com/MorvanZhou/PyTorch-Tutorial/blob/master/tutorial-contents/501_why_torch_dynamic_graph.py)