genpark-experience-replay-reservoir-sampling-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Continual learning experience replay buffer with streaming reservoir sampling and priority weighting to balance past vs new agent trajectories.
README.md
GenPark Experience Replay Reservoir Sampling Skill
Continual learning streaming experience replay buffer with Vitter's reservoir sampling.
Discover more agent tools at GenPark and the GenPark MCP Catalog.
graph LR
A[Continuous Agent Trajectories] -->|P = C / N| B[Reservoir Sampling Buffer]
B -->|Uniform Sample Batch| C[Continual Replay Optimizer]
C --> D[Interleaved Experience Gradient Updates]
Features
- Bounded $O(C)$ capacity memory footprint.
- Uniform probability guarantee across arbitrarily long streams.
- Zero external dependencies.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found