Update README.md
This commit is contained in:
parent
a86c6dfa82
commit
27643e916d
12
README.md
12
README.md
@ -8,6 +8,18 @@ This is PyTorch implementation of SAC+AE from
|
|||||||
|
|
||||||
[[Paper]](https://arxiv.org/abs/1910.01741) [[Webpage]](https://sites.google.com/view/sac-ae/home)
|
[[Paper]](https://arxiv.org/abs/1910.01741) [[Webpage]](https://sites.google.com/view/sac-ae/home)
|
||||||
|
|
||||||
|
## Citation
|
||||||
|
If you use this repo in your research, please consider citing the paper as follows
|
||||||
|
```
|
||||||
|
@article{yarats2019improving,
|
||||||
|
title={Improving Sample Efficiency in Model-Free Reinforcement Learning from Images},
|
||||||
|
author={Denis Yarats and Amy Zhang and Ilya Kostrikov and Brandon Amos and Joelle Pineau and Rob Fergus},
|
||||||
|
year={2019},
|
||||||
|
eprint={1910.01741},
|
||||||
|
archivePrefix={arXiv}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
We assume you have access to a gpu that can run CUDA 9.2. Then, the simplest way to install all required dependencies is to create an anaconda environment by running:
|
We assume you have access to a gpu that can run CUDA 9.2. Then, the simplest way to install all required dependencies is to create an anaconda environment by running:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user