1. 26 Oct, 2017 4 commits
  2. 25 Oct, 2017 1 commit
  3. 23 Oct, 2017 1 commit
  4. 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
  5. 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
  6. 02 Oct, 2017 3 commits
  7. 29 Sep, 2017 11 commits
  8. 28 Sep, 2017 2 commits
  9. 25 Sep, 2017 7 commits
  10. 24 Sep, 2017 1 commit
  11. 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
  12. 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
  13. 18 Sep, 2017 3 commits