X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=README.md;h=d6e302caa8068552216f9a9c8b7bb894144b1552;hp=9e8e3b3d8f058ca439643036cc73c3633fbd2a6e;hb=HEAD;hpb=924ef5308c54784d2c0a9bbd282e55a16efbf318 diff --git a/README.md b/README.md index 9e8e3b3..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,5 +39,5 @@ small images), the simulation may be stuck. ``` make -j -k -./flatland-test.py +./test-flatland.py ```