Added the gpl
[flatland.git] / flatland-test.py
index 5292845..8d9f11b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python-for-pytorch
+#!/usr/bin/env python
 
 #
 #  flatland is a simple 2d physical simulator
@@ -51,7 +51,7 @@ parser.add_argument('--nb_shapes',
                     help = 'Image height')
 
 parser.add_argument('--nb_sequences',
-                    type = int, default = 4,
+                    type = int, default = 8,
                     help = 'How many sequences to generate')
 
 parser.add_argument('--nb_images_per_sequences',