Skip to content

Commit f415054

Browse files
author
Kent Sommer
committed
Added download script
1 parent 59f8797 commit f415054

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

download_weights_and_datasets.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
cd trained
2+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/1.0/vin_8x8.pth'
3+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/1.0/vin_16x16.pth'
4+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/1.0/vin_28x28.pth'
5+
cd ../dataset
6+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/1.0/gridworld_8x8.npz'
7+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/1.0/gridworld_16x16.npz'
8+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/1.0/gridworld_28x28.npz'
9+
cd ..

0 commit comments

Comments
 (0)