Started to implement the gravity by making the pulling optional.
[flatland.git] / flatland.h
index ba91f67..cdde100 100644 (file)
@@ -1,6 +1,7 @@
 
-THByteTensor *generate_sequence(long nb_sequences,
+THByteTensor *generate_sequence(int pulling,
+                                long nb_sequences,
                                 long nb_images,
                                 long image_height, long image_width,
-                                int nb_shapes,
+                                long nb_shapes,
                                 int random_shape_size, int random_colors);