mezdahun / VisualSwarm

Implementation of a minimal vision algorithm published by Bastien & Romanczuk (2020) on a Raspberry PI for movement control of Thymio II robots.
GNU General Public License v3.0
1 stars 1 forks source link

Improve parameter passing so we can easily reproduce results #63

Open mezdahun opened 3 years ago

mezdahun commented 3 years ago

Provide a solution to pass and save parameters to the stack easily, e.g. with a json file. This way the used default environmental variables and parameters in the contrib package could be overwritten with a file, so we could easily reproduce any result.