47633c05504d53425408b3cfc5caa13e1487b337
[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
12 ```