Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]
Loading

Features

  • Bounded $O(C)$ capacity memory footprint.
  • Uniform probability guarantee across arbitrarily long streams.
  • Zero external dependencies.

About

GenPark AI Agent Skill - Continual learning experience replay buffer with streaming reservoir sampling and priority weighting to balance past vs new agent trajectories.

Topics

Resources

Stars

8 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages