Skip to content

Implementation of the multiple version of the Replay Buffers for Reinforcement Learning.

Notifications You must be signed in to change notification settings

hynkis/replay_buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

replay_buffer

Implementation of the multiple version of the Replay Buffers for Reinforcement Learning.

  • replay_buffer_npz.py: Allocate data as numpy & save buffer as npz file.
  • replay_buffer_disc.py: Save transition data as a npz file in the disc rather than in RAM (for efficient memory usage).

About

Implementation of the multiple version of the Replay Buffers for Reinforcement Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages