This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
[Feature Request] Training data selection: Create more "interesting" Replay Buffer Iterators #66
Labels
enhancement
New feature or request
🚀 Feature Request
Create Replay Buffer Iterators that can select training and validation data in various "interesting" ways, similar to
TransitionIterator
andBootStrapIterator
inhttps://github.com/facebookresearch/mbrl-lib/blob/b0aabd79941efe8b56bcabbd1b43bf497b9b1746/mbrl/replay_buffer.py
Examples:
Motivation
This would make analysis similar to https://arxiv.org/abs/2002.04523 and https://arxiv.org/abs/2102.13651 easy to perform.
Pitch
It should be fairly easy to implement similar to
TransitionIterator
andBootStrapIterator
above. (Taking care of trajectory/episodic boundaries could be a bit tricky.)The text was updated successfully, but these errors were encountered: