Supervised learning approaches to generating an output feedback controller for a Dubin's car.
Some steps for myself to keep track of how I'm processing datasets out of code.
- Combine multiple runs into single file.
cat 2016*.csv > full_set.csv
inbash
. - Split the files with the python script. (Is it worth it to make this into a command line script?)