1. 02 Nov, 2017 1 commit
  2. 01 Nov, 2017 2 commits
    • arunderwood's avatar
      Spelling and clarity (#174) · 758125e2
      arunderwood authored
      758125e2
    • Will Roscoe's avatar
      V 2.2.0 - better tubs, opencv, bug fixes (#173) · d124f25a
      Will Roscoe authored
      * clean up how groups of tubs are handled by adding a TubGroup class (#172)
      
      * Extra steps for Mac installation of simulator
      
      * clean up how groups of tubs are handled by adding a TubGroup class
      
      * hot fix to prevent pi from failing to load socketio
      
      * clean up how groups of tubs are handled by adding a TubGroup class
      
      * fixed split paths for multiple tub groups
      
      * made merging dataframes faster
      
      * made merging dataframes faster
      
      * refactor parts
      
      * merge refactor branch
      
      * name changes
      
      * updated some of the commands (tubcheck, tubhist)
      
      * cleaned up commands
      
      * remove extra code, add tests
      
      * add tests
      
      * update docs
      
      * remove old menu buttons
      
      * remove old menu buttons
      
      * update tests on pi
      d124f25a
  3. 26 Oct, 2017 5 commits
  4. 25 Oct, 2017 1 commit
  5. 23 Oct, 2017 1 commit
  6. 22 Oct, 2017 2 commits
    • Will Roscoe's avatar
      update disk image for donkey in docs · 15902e88
      Will Roscoe authored
      15902e88
    • Will Roscoe's avatar
      V 2.1.5 - Simulator, analysis and bug fixes. (#167) · 45ff9863
      Will Roscoe authored
      * create a tub for training against stack of N records through time
      
      * joystick doc fixes
      
      * added sdsandbox integration. testing time stack.
      
      * specify keras and tensorflow version for linux desktop install
      
      * added donkey sim integration
      
      * added deps to setup.py
      
      * added simulator docs
      
      * create a movie from a tub
      
      * improve error handling and usage for making movie from tub
      
      * added docs for donkey commands
      
      * use config instead of magic num
      
      * fix sim steering scale. added steering plot analysis.
      
      * rename movie command to makemovie
      
      * smaller increment on delta max throttle
      
      * more comments. added steer scale param
      
      * add plot_predictions method to template
      
      * no scale by default from sim server
      
      * fixed linear model, added cropping and image norm
      
      * add unit test for sim server
      
      * document PID controls
      
      * keep wanting to turn verbose off. added now as argument to train, along with others. default to on, as before.
      
      * added linux joystick setup guide for simulator
      
      * move sim command from manage.py to donkey command line utils
      
      * A tricky bug that causes the cache of generator results
      
      * command line arg for caching training data
      
      * default to cache on. fix gether tubs
      
      * rename analyze to histogram. added needed pandas dependancy for plot
      
      * move gather tubs to tools and added tests. Added docs for plot_predictions and histogram
      
      * increment version
      
      * Update .travis.yml
      
      * remove opencv deps from default setup until we have it on the disc image
      
      * pi setup needed note on updating latest code
      45ff9863
  7. 12 Oct, 2017 2 commits
    • Will Roscoe's avatar
      increment version · 4d69e6fb
      Will Roscoe authored
      4d69e6fb
    • Will Roscoe's avatar
      V 2.1.4 - better docs, makemovie (#157) · 365a2366
      Will Roscoe authored
      * joystick doc fixes
      
      * specify keras and tensorflow version for linux desktop install
      
      * create a movie from a tub
      
      * improve error handling and usage for making movie from tub
      
      * added docs for donkey commands
      
      * use config instead of magic num
      
      * rename movie command to makemovie
      
      * smaller increment on delta max throttle
      365a2366
  8. 02 Oct, 2017 3 commits
  9. 29 Sep, 2017 11 commits
  10. 28 Sep, 2017 2 commits
  11. 25 Sep, 2017 7 commits
  12. 24 Sep, 2017 1 commit
  13. 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