Update README.md

This commit is contained in:
Denis Yarats 2019-09-23 15:11:40 -04:00 committed by GitHub
parent 7400ed0e17
commit 9b9046b996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,14 @@
# SAC+AE implementaiton in PyTorch
## Requirements
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:
```
conda env create -f conda_env.yml
```
After the instalation ends you can activate your environment with:
```
source activate pytorch_sac_ae
```
## Instructions
To train an SAC+AE agent on the `cheetah run` task from image-based observations run: