We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f8797 commit f415054Copy full SHA for f415054
download_weights_and_datasets.sh
@@ -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