Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 418 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 418 Bytes

supervised-output-feedback

Supervised learning approaches to generating an output feedback controller for a Dubin's car.

Processing Data

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 in bash.
  • Split the files with the python script. (Is it worth it to make this into a command line script?)