Added the result image of the default setting.
[flatland.git] / README.md
index 3154c17..47633c0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,12 @@
+# Introduction #
+
+This is an implementation of a simple 2d physics simulator usable from
+the pytorch framework.
+
 # Installation and test #
 
 ```
 make -j -k
 ./built.py
-./flatland-test.py --nb_sequences 5 --nb_shapes 6 --nb_images_per_sequence 20
+./flatland-test.py
 ```