1. 08 Nov, 2020 1 commit
  2. 01 Nov, 2020 1 commit
  3. 28 Oct, 2020 1 commit
  4. 25 Oct, 2020 1 commit
  5. 24 Oct, 2020 2 commits
  6. 22 Oct, 2020 1 commit
  7. 21 Oct, 2020 2 commits
  8. 20 Oct, 2020 1 commit
  9. 19 Oct, 2020 2 commits
    • DGarbanzo's avatar
      Integrate osx into travis. (#665) · aa7d73bb
      DGarbanzo authored
      aa7d73bb
    • wallarug's avatar
      Windows Doc Updates (#668) · abec9e0d
      wallarug authored
      Added more options for Installing Donkey Car on Windows.  
      
      - Anaconda
      - Native
      - Windows Subsystem for Linux (WSL) - experiential
      
      These options give more flexibility and could make deployment easier for some individuals.  I personally always install donkey car natively onto Python installed on the System.  I will be looking more into WSL going forward as it has some interesting benefits.
      abec9e0d
  10. 18 Oct, 2020 3 commits
  11. 17 Oct, 2020 4 commits
  12. 12 Oct, 2020 1 commit
    • DGarbanzo's avatar
      Add testing for training: (#651) · 178565d1
      DGarbanzo authored
      * added example tub data as tar.gz in tests with 1000 records
      * check validation data size in train
      * created new test_train.py
      * added support for read-only tub, required to create r/o tub in tmp dir
      * changed loss in categorical model to equally weight throttle and steering
      * changed mod on scripts to u+x
      178565d1
  13. 10 Oct, 2020 2 commits
  14. 09 Oct, 2020 1 commit
    • DGarbanzo's avatar
      Improvements to the car app and handling of KerasPilot parts: (#648) · d52f37e4
      DGarbanzo authored
      * Improvements to the car app and handling of KerasPilot parts:
      * Created a simpler webserver or joystick car app by modifying and renaming the basic_web into basic template and switched this on as default. Also renamed the target from 'manage.py' to 'drive.py' because there is only driving and no training included
      * Simplified the handling of uint8 and float32 numpy image arrays. KerasPilot.run() now expects uint8 data, transforms into float32 and delegates to its children. The corresponding rescaling step is gone from the car app
      * smaller updates/fixes to environment and config files
      * added support for tflite pilots in makemovie
      
      * Improvements to the car app and handling of KerasPilot parts:
      * Added docstring to KerasPilot methods
      * Fixed bad merge for model types in complete config
      d52f37e4
  15. 05 Oct, 2020 1 commit
    • Rahul Ravikumar's avatar
      Donkeycar 4.x release. (#644) · 4580ec74
      Rahul Ravikumar authored
      ## Major Improvements
      
      - New Datastore.
      - More ways to pre-process image data for training. 
      - Use the 2.x version of Tensorflow. 
      - Lots of other minor improvements. 
      4580ec74
  16. 14 Sep, 2020 3 commits
  17. 13 Sep, 2020 9 commits
  18. 12 Sep, 2020 2 commits
  19. 10 Sep, 2020 1 commit
  20. 01 Sep, 2020 1 commit