Update README.md

This commit is contained in:
Michael Laskin
2020-04-15 11:47:33 -04:00
committed by GitHub
parent 5dc10d5002
commit 019a229eb0
+1 -1
View File
@@ -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