Skip to content
This project is mirrored from https://*****@github.com/DLR-RM/stable-baselines3.git. Pull mirroring updated .
  1. Aug 23, 2024
  2. Aug 18, 2024
  3. Aug 02, 2024
  4. Jul 29, 2024
  5. Jul 26, 2024
  6. Jul 22, 2024
  7. Jul 15, 2024
  8. Jul 05, 2024
  9. Jun 29, 2024
  10. Jun 07, 2024
  11. Jun 05, 2024
  12. May 15, 2024
    • Ole Petersen's avatar
      Fix memory leak in base_class.py (#1908) · 6c005657
      Ole Petersen authored
      
      
      * Fix memory leak in base_class.py
      
      Loading the data return value is not necessary since it is unused. Loading the data causes a memory leak through the ep_info_buffer variable. I found this while loading a PPO learner from storage on a multi-GPU system since the ep_info_buffer is loaded to the memory location it was on while it was saved to disk, instead of the target loading location, and is then not cleaned up.
      
      * Update changelog.rst
      
      * Update changelog
      
      ---------
      
      Co-authored-by: default avatarAntonin RAFFIN <[email protected]>
      6c005657
    • Chris Schindlbeck's avatar
      Fix various typos (#1926) · 4317c625
      Chris Schindlbeck authored
      
      
      * Fix various typos
      
      * Update changelog
      
      ---------
      
      Co-authored-by: default avatarAntonin Raffin <[email protected]>
      4317c625
  13. May 13, 2024
  14. Apr 27, 2024
  15. Apr 26, 2024
  16. Apr 25, 2024
  17. Apr 22, 2024
  18. Apr 08, 2024
  19. Apr 01, 2024
  20. Mar 31, 2024
  21. Mar 22, 2024
    • Corentin's avatar
      Log success rate for on policy algorithms (#1870) · 071226d3
      Corentin authored
      
      
      * Add success rate in monitor for on policy algorithms
      
      * Update changelog
      
      * make commit-checks refactoring
      
      * Assert buffers are not none in _dump_logs
      
      * Automatic refactoring of the type hinting
      
      * Add success_rate logging test for on policy algorithms
      
      * Update changelog
      
      * Reformat
      
      * Fix tests and update changelog
      
      ---------
      
      Co-authored-by: default avatarAntonin Raffin <[email protected]>
      071226d3
  22. Mar 11, 2024
    • Antonin's avatar
      Update ruff and documentation for hf sb3 (#1866) · 8b3723c6
      Antonin authored
      * Update ruff
      
      * Only load weights with `torch.load()` to avoid security issues
      
      * Update doc about HF integration and remote code execution
      
      * Fix doc build
      
      * Revert weight_only=True for policies
      8b3723c6
  23. Mar 04, 2024
  24. Feb 27, 2024
  25. Feb 19, 2024
  26. Feb 13, 2024
  27. Jan 30, 2024
  28. Jan 12, 2024
  29. Jan 10, 2024
  30. Dec 05, 2023
  31. Nov 23, 2023
  32. Nov 17, 2023
  33. Nov 16, 2023
  34. Nov 08, 2023
  35. Nov 06, 2023