Update.
[flatland.git] / README.md
1 # Introduction #
2
3 This is an implementation of a simple 2d physics simulator usable from
4 the pytorch framework.
5
6 # Installation and test #
7
8 ```
9 make -j -k
10 ./built.py
11 ./flatland-test.py --nb_sequences 5 --nb_shapes 6 --nb_images_per_sequence 20
12 ```