From c95e28a010b19a91aa38c4e89e0b5f3091ecd418 Mon Sep 17 00:00:00 2001 From: Aravind Srinivas <31194811+aravindsrinivas@users.noreply.github.com> Date: Thu, 9 Apr 2020 19:27:19 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af8f944..a8a6e75 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CURL: Contrastive Unsupervised Representation Learning for Sample-Efficient Reinforcement Learning -This repository is the official implementation of [CURL](https://mishalaskin.github.io/curl/). +This repository is the official implementation of [CURL](https://mishalaskin.github.io/curl/). Our implementation is built based on https://github.com/denisyarats/pytorch_sac_ae by Denis Yarats. ## Installation