Skip to content

Commit e9ed3ee

Browse files
author
Kent Sommer
committed
Fixed download url
1 parent beebb58 commit e9ed3ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

download_weights_and_datasets.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
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'
2+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/v1.0/vin_8x8.pth'
3+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/v1.0/vin_16x16.pth'
4+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/v1.0/vin_28x28.pth'
55
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'
6+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/v1.0/gridworld_8x8.npz'
7+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/v1.0/gridworld_16x16.npz'
8+
wget 'https://github.com/kentsommer/pytorch-value-iteration-networks/releases/download/v1.0/gridworld_28x28.npz'
99
cd ..

0 commit comments

Comments
 (0)