Skip to content

Commit 2dce430

Browse files
authored
Added sb3-extra-buffers to the project page (#2157)
* Added entry for project sb3-extra-buffers into projects section * Update changelog.rst * Fixed title formatting error
1 parent 30ceaf3 commit 2dce430

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/misc/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

4647
Release 2.6.0 (2025-03-24)

docs/misc/projects.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)