1. 29 Sep, 2017 7 commits
  2. 28 Sep, 2017 2 commits
  3. 25 Sep, 2017 7 commits
  4. 24 Sep, 2017 1 commit
  5. 22 Sep, 2017 2 commits
    • Kenneth Jiang's avatar
      Fix a crash when simulation tries to load a model (#145) · 5386ebe2
      Kenneth Jiang authored
      * --tub is now optional for train subcommand. It also takes comma-separated format
      
      * new train docopt parameters
      
      * ... causes wierd behavior in docopt
      
      * Dynamatically generates clips based on timestamps so that it's always up to date
      
      * Change POST to using dynamic clip recognition
      
      * remove animation from steering progress bar to reveal jitterness of steering angles
      
      * car.py -> manage.py. Ghost rebase commits keep coming back
      
      * slightly more concise code
      
      * Minor bug fix for simulation to load a model
      
      * Minor bug in unbin_Y
      5386ebe2
    • Kenneth Jiang's avatar
      BUG: record generator needs to throw StopIterator exception so that... · d257154d
      Kenneth Jiang authored
      BUG: record generator needs to throw StopIterator exception so that itertool.chain can move on to next tub (#144)
      
      d257154d
  6. 19 Sep, 2017 1 commit
    • Kenneth Jiang's avatar
      Tub viewer improvements (#142) · 17e365d0
      Kenneth Jiang authored
      * --tub is now optional for train subcommand. It also takes comma-separated format
      
      * new train docopt parameters
      
      * ... causes wierd behavior in docopt
      
      * Dynamatically generates clips based on timestamps so that it's always up to date
      
      * Change POST to using dynamic clip recognition
      
      * remove animation from steering progress bar to reveal jitterness of steering angles
      
      * car.py -> manage.py. Ghost rebase commits keep coming back
      17e365d0
  7. 18 Sep, 2017 12 commits
  8. 17 Sep, 2017 7 commits
    • Will Roscoe's avatar
      42e92743
    • Will Roscoe's avatar
      add version var · e6b68978
      Will Roscoe authored
      e6b68978
    • Will Roscoe's avatar
      369c3572
    • Will Roscoe's avatar
      add ubunty yml file · 8449daee
      Will Roscoe authored
      8449daee
    • Will Roscoe's avatar
      Wr/config (#137) · 60e92044
      Will Roscoe authored
      * --tub is now optional for train subcommand. It also takes comma-separated format
      
      * new train docopt parameters
      
      * ... causes wierd behavior in docopt
      
      * Tornado server runs with views and apis
      
      * Play tub as video stream now
      
      * Split clips and mark to delete works
      
      * Select clip to play
      
      * Affix preview to the top. UI fine tunes
      
      * API to delete checked clips
      
      * UI finish-up
      
      * Final UI tweakings and minor UI bugs.
      
      * rewind button
      
      * playback speed options
      
      * fix the problem of jumpping affix div
      
      * hot keys
      
      * disable submit button while submitting to improvie usability
      
      * car.py -> manage.py
      
      * add config object to read/store car settings
      
      * steering bar
      
      * add neutrual marker at center of steering bar
      
      * add early stopping back in
      
      * space bar changes drive mode to user
      
      * add config option to donkey2 template
      
      * added config to donkey2_with_joystic
      
      * update docs
      60e92044
    • Kenneth Jiang's avatar
      Tub view (#129) · 41c7c9d9
      Kenneth Jiang authored
      * --tub is now optional for train subcommand. It also takes comma-separated format
      
      * new train docopt parameters
      
      * ... causes wierd behavior in docopt
      
      * Tornado server runs with views and apis
      
      * Play tub as video stream now
      
      * Split clips and mark to delete works
      
      * Select clip to play
      
      * Affix preview to the top. UI fine tunes
      
      * API to delete checked clips
      
      * UI finish-up
      
      * Final UI tweakings and minor UI bugs.
      
      * rewind button
      
      * playback speed options
      
      * fix the problem of jumpping affix div
      
      * hot keys
      
      * disable submit button while submitting to improvie usability
      
      * car.py -> manage.py
      
      * steering bar
      
      * add neutrual marker at center of steering bar
      41c7c9d9
    • Adam Conway's avatar
      8f13c108
  9. 16 Sep, 2017 1 commit