1. 10 Mar, 2021 2 commits
  2. 07 Mar, 2021 3 commits
  3. 06 Mar, 2021 1 commit
  4. 02 Mar, 2021 1 commit
  5. 15 Feb, 2021 1 commit
  6. 14 Feb, 2021 3 commits
  7. 03 Feb, 2021 1 commit
  8. 02 Feb, 2021 1 commit
  9. 30 Jan, 2021 1 commit
  10. 28 Jan, 2021 4 commits
  11. 27 Jan, 2021 2 commits
  12. 26 Jan, 2021 5 commits
  13. 21 Jan, 2021 4 commits
  14. 19 Jan, 2021 1 commit
  15. 18 Jan, 2021 2 commits
  16. 16 Jan, 2021 6 commits
    • DocGarbanzo's avatar
      Add missing AI_THROTTLE_MULT (#747) · 73b2f868
      DocGarbanzo authored
      73b2f868
    • DocGarbanzo's avatar
      Rename ubuntu.yml to pc.yml and update docs accordingly. (#748) · cb1a0010
      DocGarbanzo authored
      * Rename ubuntu.yml to pc.yml and update docs accordingly.
      
      * Added missing update in travis.
      cb1a0010
    • DocGarbanzo's avatar
      Merge pull request #746 from showsep93/dev · b459a25b
      DocGarbanzo authored
      Fixed FindCar function for RPi4
      b459a25b
    • DocGarbanzo's avatar
      Follow up on code review: · df3706ea
      DocGarbanzo authored
      * Renamed function for session id creation in manifest and stored dictionary of last_id, last_full_id and all_full_ids in the metadata so no parsing needs to happen. Added more comment to the manifest to explain the session id logic. Added `if` around session_id update flag, so flag gets set only once.
      * Reverted tub test and created new tub writer test instead
      * Removed shutdown hook from tub writer as it will be closed by the vehicle
      * When session_id data gets inserted into the metadata, only modify the corresponding line (actually the seekable also modifies the lines below, there is still room for improvement in that method)
      * Minor performance upgrades and improved timing in fast forward loop in UI
      df3706ea
    • DocGarbanzo's avatar
      Tub improvements: · 2c2dc419
      DocGarbanzo authored
      * Fixed manifest iterator to avoid too deep recursive function calls which segfaults when deleting many records
      * Automatic addition of '_session_id' field in the Tub. This mimics the naming convention we used to have for old-style tubs before: YY-MM-DD_N, where N is a running integer. All session ids of a tub are stored in the manifest.json file. The tub needs to receive records and needs to get closed for this entry to be updated.
      * Added test for the new tub and tub writer logic
      
      Tub GUI development:
      * Support starting from 'donkey ui' command
      * All relevant settings are stored in ~/.donkeyrc file which is editable
      
      Training improvements:
      * You can now put a predicate for tub records into the myconfig.py to filter records for training. The config variable TRAIN_FILTER has to be set to that function.
      * Improve training performance by using tf prefetch
      * Default AI framework to 'tensorflow' in training
      
      Others:
      * Update docs
      * Update patch version number to 4.2.0
      * Reduced run time of test_train using only 5 epochs and adjusting thresholds accordingly
      * Reduced run time of torch tests using 3 epochs - these were very slow (like 25+ m on MacBook)
      * Minor updates in docstrings and switching to f-strings
      * Fixed duplicated function in keras.py
      2c2dc419
    • Josep's avatar
      Fixed FindCar function for RPi4 · 6e7704f7
      Josep authored
      6e7704f7
  17. 15 Jan, 2021 1 commit
  18. 11 Jan, 2021 1 commit