Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vwxyzjn/cleanrl
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn committed May 12, 2021
2 parents 0d45d99 + 0023f55 commit 8d8d0c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ easy to manage and reproducible, we use Terraform to spin up services.
# Get Started

```bash
pip install cleanrl[cloud] --upgrade
# if you using zsh, this needs to be pip install cleanrl\[cloud\] --upgrade
wandb login
pip install cleanrl --upgrade
git clone https://github.com/vwxyzjn/cleanrl
cd cleanrl/cloud
python -m awscli configure
terraform init
terraform apply
pip install awscli
python -m awscli authenticate

# dry run to inspect the generated docker command
python -m cleanrl.utils.submit_exp --algo ppo.py \
Expand Down Expand Up @@ -83,4 +83,4 @@ python -m cleanrl.utils.submit_exp --algo ppo_atari_visual.py \
--num-memory 4000 \
--num-hours 48.0 \
--submit-aws
```
```

0 comments on commit 8d8d0c8

Please sign in to comment.