From 019a229eb049b9400e97f142f32dd47b4567ba8a Mon Sep 17 00:00:00 2001 From: Michael Laskin Date: Wed, 15 Apr 2020 11:47:33 -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 c5bbf1d..6024923 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/) for the DeepMind control experiments. Atari experiments were done in separate codebase that will also be made publicly available. Our implementation of SAC is based on [SAC+AE](https://github.com/denisyarats/pytorch_sac_ae) by Denis Yarats. +This repository is the official implementation of [CURL](https://mishalaskin.github.io/curl/) for the DeepMind control experiments. Atari experiments were done in a separate codebase that will also be made publicly available shortly. Our implementation of SAC is based on [SAC+AE](https://github.com/denisyarats/pytorch_sac_ae) by Denis Yarats. ## Installation