Skip to content
Snippets Groups Projects
  1. Jan 11, 2023
  2. Dec 30, 2022
  3. Dec 20, 2022
  4. Nov 22, 2022
  5. Nov 12, 2022
  6. Nov 10, 2022
  7. Nov 02, 2022
  8. Nov 01, 2022
  9. Oct 29, 2022
  10. Oct 22, 2022
  11. Oct 21, 2022
  12. Oct 19, 2022
  13. Oct 17, 2022
    • Haonan Yu's avatar
      MoNet algorithm (#1399) · ed9f76be
      Haonan Yu authored
      * MoNet algorithm
      
      * add train play test
      
      * address reviews; adding more code comments
      
      * add illustrative graph for the unet
      ed9f76be
  14. Oct 10, 2022
  15. Oct 07, 2022
    • Break Yang's avatar
      Use torch.div for floor div in replay buffer (#1396) · efc304ed
      Break Yang authored
      * Use torch.div for floor div in replay buffer
      
      * Address comments
      efc304ed
    • Haichao Zhang's avatar
      BC for CARLA (#1395) · 3b64a133
      Haichao Zhang authored
      * BC for CARLA
      
      * Address comments
      
      * Address more comments
      
      * Address further comment
      3b64a133
    • emailweixu's avatar
      Support asynchronous unroll (#1397) · af7ed9d3
      emailweixu authored
      * Support asynchronous unroll
      
      Perform unroll and training concurrently. This can be useful in two
      situations:
      1. The environment step is expensive. This can help reducing time
      spending on unroll
      2. Realtime training where the interaction with environment happens
      in realtime. For this, we can set TrainerConfig.unroll_step_interval
      to the desired interaction period.
      
      * Fix circular import
      
      * Address comments
      
      * Fix failure for build.sh
      
      Need to avoid mess up with commandline arguments
      
      * Address comments
      af7ed9d3
  16. Sep 30, 2022
  17. Sep 21, 2022
  18. Sep 16, 2022
  19. Sep 15, 2022
  20. Sep 12, 2022
  21. Sep 02, 2022
  22. Sep 01, 2022
  23. Aug 31, 2022
  24. Aug 27, 2022
  25. Aug 26, 2022
  26. Aug 25, 2022
    • Haonan Yu's avatar
      add discrete VAE (#1372) · e8dc3367
      Haonan Yu authored
      * add discrete VAE
      
      * also return z_mode for discrete vae
      
      * add ST gumbel-softmax
      
      * update
      
      * add scheduler option for the temperature
      
      * address comments
      e8dc3367
  27. Aug 18, 2022
Loading