What is RLDS and its ecosystem?
mainRLDS (Reinforcement Learning Datasets) is an ecosystem of tools designed to store, retrieve, and manipulate episodic data for Sequential Decision Making tasks, such as Reinforcement Learning (RL), Offline RL, and Imitation Learning.
Key components of the ecosystem include:
- RLDS Library: For manipulating RLDS-compliant datasets.
- EnvLogger: For creating synthetic datasets.
- RLDS Creator: For creating datasets from human-environment interactions.
- TFDS (TensorFlow Datasets): For accessing existing RL datasets and loading RLDS datasets.