X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=README.md;h=d6e302caa8068552216f9a9c8b7bb894144b1552;hp=1bf3e1fd8b1a40b8d5fa2d4ce4d8a7296f692591;hb=a375f59411f399653e507f544f00cb176abcca79;hpb=7fc211053546ba24e0bc654e7ed1e2f37df8d4f3 diff --git a/README.md b/README.md index 1bf3e1f..d6e302c 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ the pytorch framework. The main function is ``` -torch.ByteTensor generate_sequence(bool pulling, - int nb_sequences, - int nb_images, - int image_height, int image_width, - int nb_shapes, - bool random_shape_size, bool random_colors) +torch.ByteTensor flatland.generate_sequence(bool pulling, + int nb_sequences, + int nb_images, + int image_height, int image_width, + int nb_shapes, + bool random_shape_size, bool random_colors) ``` where @@ -39,6 +39,5 @@ small images), the simulation may be stuck. ``` make -j -k -./build.py -./flatland-test.py +./test-flatland.py ```