File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Documentation:
4141- Clarify ``evaluate_policy `` documentation
4242- Added doc about training exceeding the `total_timesteps ` parameter
4343- Updated ``LunarLander `` and ``LunarLanderContinuous `` environment versions to v3 (@j0m0k0)
44+ - Added sb3-extra-buffers to the project page (@Trenza1ore)
4445
4546
4647Release 2.6.0 (2025-03-24)
Original file line number Diff line number Diff line change @@ -277,3 +277,18 @@ various external disturbances and stand up in a few seconds.
277277| Github: https://github.com/Rhoban/frasa
278278| Paper: https://arxiv.org/abs/2410.08655
279279| Video: https://www.youtube.com/watch?v=NL65XW0O0mk
280+
281+
282+ sb3-extra-buffers: RAM expansions are overrated, just compress your observations!
283+ ------------------------------------------------------------------------------------
284+
285+ Reduce the memory consumption of memory buffers in Reinforcement Learning while adding minimal overhead.
286+
287+ Tired of reading a cool RL paper and realizing that the author is storing a **MILLION ** observations in their replay buffers? Yeah me too.
288+ This project has implemented several compressed buffer classes that replace Stable Baselines3's standard buffers like ReplayBuffer and
289+ RolloutBuffer. With as simple as 2-5 lines of extra code and **negligible overhead **, memory usage can be reduced by more than **95% **!
290+ Benchmark results and documentations are on Github, feel free to submit feature requests / ask how to use these buffers through issues.
291+
292+ | Authors: Hugo Huang
293+ | Github: https://github.com/Trenza1ore/sb3-extra-buffers
294+ | Relevant project for training RL agents that play Doom with Semantic Segmentation: https://github.com/Trenza1ore/SegDoom
You can’t perform that action at this time.
0 commit comments