Open
Description
Proposal
Add a mechanism for generating a dataset not based on a Gymnasium etc source but from a plan time series data.
Motivation
In much scenarios the data for OfflineRL is coming from a plain dataset, e.g. pandas, numpy etc. This makes more or less tedious or difficult to create a minari dataset from it. So how about creating a clear way of having an clear interface for writing a Minari dataset from a time series data stored in pandas, numpy or other plain dataset format without having to have a Gymnasium environment ?
Alternatives
- Write manually an hdf5 or parquet with the minari format data that will require using knowledge of the internals of minari.
- Create a fake environment that iterates over the dataset to generate the minari dataset
Metadata
Metadata
Assignees
Labels
No labels