Skip to content

Commit de74de3

Browse files
author
bluewatercube
committed
edits to setup
1 parent da2c79b commit de74de3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here is a teaser video comparing GoFAR against state-of-art offline GCRL algorit
2121
conda env create -f environment.yml
2222
conda activate gofar
2323
pip install --upgrade numpy
24-
pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio===0.7.2 -f
24+
pip install torch==1.10.0 torchvision==0.11.1 torchaudio===0.10.0 gym==0.17.3
2525
2. (Optionally) install the [Robel](https://github.com/google-research/robel) environment for the D'Claw experiment.
2626
3. Download the offline dataset [here](https://drive.google.com/file/d/1niq6bK262segc7qZh8m5RRaFNygEXoBR/view) and place ```/offline_data``` in the project root directory.
2727
@@ -51,7 +51,7 @@ Note that ```gofar``` defaults to not using HER, so this command is only relevan
5151
5252
3. The following command will run the stochastic environment experiment (Figure 4):
5353
```
54-
mpirun -np 1 python train.py --env FetchReach --method $METHOD --noise True --noise_eps $NOISE_EPS
54+
mpirun -np 1 python train.py --env FetchReach --method $METHOD --noise True --noise-eps $NOISE_EPS
5555
```
5656
where ```$NOISE_EPS``` can be chosen from ```0.5, 1.0, 1.5```.
5757

environment.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ dependencies:
1414
- pyglib==0.1
1515
- mujoco_py==2.0.2.13
1616
- pyparsing==2.4.7
17-
- wandb
17+
- wandb
18+
- panda-gym
19+
- mpi4py
20+
- numpngw
21+
- matplotlib

0 commit comments

Comments
 (0)