X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=README.md;h=47633c05504d53425408b3cfc5caa13e1487b337;hp=3154c173e378983a8bbbfa155963392af61ab9d2;hb=e997a0c56e61b003c4ec5c6969eb2e53509cda67;hpb=440654efec7784239bdb56ea08fb315583418cea diff --git a/README.md b/README.md index 3154c17..47633c0 100644 --- 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 ```