Skip to content

Commit 583f192

Browse files
author
Kent Sommer
committed
Merge branch 'master' of github.com:kentsommer/pytorch-value-iteration-networks
2 parents f8c7c26 + 82b3122 commit 583f192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Each data sample consists of an obstacle image and a goal image followed by the
7979

8080
Dataset size | 8x8 | 16x16 | 28x28
8181
-- | -- | -- | --
82-
Train set | 82775 | 720747 | 1529584
83-
Test set | 14169 | 121490 | 251755
82+
Train set | 81337 | 456309 | 1529584
83+
Test set | 13846 | 77203 | 251755
8484

8585
The datasets (8x8, 16x16, and 28x28) included in this repository can be reproduced using the ```dataset/make_training_data.py``` script. Note that this script is not optimized and runs rather slowly (also uses a lot of memory :D)
8686

@@ -90,4 +90,4 @@ The datasets (8x8, 16x16, and 28x28) included in this repository can be reproduc
9090

9191
Test Accuracy | 8x8 | 16x16 | 28x28
9292
-- | -- | -- | --
93-
PyTorch | 99.78% | 93.25% | Not-done-yet
93+
PyTorch | 99.83% | 94.84% | Not-done-yet

0 commit comments

Comments
 (0)