projects
/
flatland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ce09a
)
Update.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 15 Apr 2017 09:17:02 +0000
(11:17 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 15 Apr 2017 09:17:02 +0000
(11:17 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
e2d8a9d
..
c1ff0a2
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-3,7
+3,7
@@
This is an implementation of a simple 2d physics simulator usable from
the pytorch framework.
-The
core provided
function is
+The
main
function is
```
torch.ByteTensor generate_sequence(bool pulling,
@@
-11,7
+11,7
@@
torch.ByteTensor generate_sequence(bool pulling,
int nb_images,
int image_height, int image_width,
int nb_shapes,
- bool random_shape_size, bool random_colors)
{
+ bool random_shape_size, bool random_colors)
```
with