From 74eed092e5b1a857c32aad05e2fc65f2f9add37e Mon Sep 17 00:00:00 2001 From: Denis Yarats Date: Fri, 11 Oct 2019 21:11:57 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c80cc1..3f6b0b3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is PyTorch implementation of SAC+AE from **Improving Sample Efficiency in Model-Free Reinforcement Learning from Images** by -[Denis Yarats](https://cs.nyu.edu/~dy1042/), [Amy Zhang](https://mila.quebec/en/person/amy-zhang/), [Ilya Kostrikov](https://github.com/ikostrikov), [Brandon Amos](http://bamos.github.io/), [Joelle Pineau](https://www.cs.mcgill.ca/~jpineau/), and [Rob Fergus](https://cs.nyu.edu/~fergus/pmwiki/pmwiki.php). +[Denis Yarats](https://cs.nyu.edu/~dy1042/), [Amy Zhang](https://mila.quebec/en/person/amy-zhang/), [Ilya Kostrikov](https://github.com/ikostrikov), [Brandon Amos](http://bamos.github.io/), [Joelle Pineau](https://www.cs.mcgill.ca/~jpineau/), [Rob Fergus](https://cs.nyu.edu/~fergus/pmwiki/pmwiki.php). [[Paper]](https://arxiv.org/abs/1910.01741) [[Webpage]](https://sites.google.com/view/sac-ae/home)