X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=flatland-test.py;fp=test.py;h=905e842d0036e497eb074c1ceb2fc5a953baa848;hp=e058269e06d49ffb4543c88753d99ec7ff0275e9;hb=c1f1040936d977cd2b3a276c725e223198377d2a;hpb=90d1c5704c30e7f1d041e32eacbc2893741110e1 diff --git a/test.py b/flatland-test.py similarity index 79% rename from test.py rename to flatland-test.py index e058269..905e842 100755 --- a/test.py +++ b/flatland-test.py @@ -1,5 +1,26 @@ #!/usr/bin/env python-for-pytorch +# +# flatland is a simple 2d physical simulator +# +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ +# Written by Francois Fleuret +# +# This file is part of flatland +# +# flatland is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 3 as +# published by the Free Software Foundation. +# +# flatland is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with flatland. If not, see . +# + import torch import torchvision import argparse