Skip to content

Commit cdaed38

Browse files
committed
update requirements
1 parent 6d2b10f commit cdaed38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Example 1 | Example 2
3434
<img src="assets/demo.gif" width="224" height="224"/> | <img src="assets/demo3.gif" width="224" height="224"/>
3535

3636
### Save Data and Offline Training
37-
0. Download example offline data ```bash experiments/scripts/download_offline_data.sh ``` The .npz dataset (saved replay buffer) can be found in ```data/offline_data``` and can be loaded for training.
37+
0. Download example offline data ```bash experiments/scripts/download_offline_data.sh ``` The .npz dataset (saved replay buffer) can be found in ```data/offline_data``` and can be loaded for training (there are several deprecated attributes).
3838
1. To save extra gpus for online rollouts, use the offline training script ```bash ./experiments/scripts/train_offline.sh bc_aux_dagger.yaml BC```
3939
2. Saving dataset ```bash ./experiments/scripts/train_online_save_buffer.sh bc_save_data.yaml BC```.
4040

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ psutil
77
pybullet
88
gym
99
numpy
10-
torchvision==0.5.0
11-
torch==1.4.0
10+
torchvision
11+
torch
1212
transforms3d
13-
opencv-python==3.4.3.18
13+
opencv-python
1414
IPython
1515
matplotlib
1616
easydict

0 commit comments

Comments
 (0)