projects
/
flatland.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Cosmetics.
[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
```