Skip to content

[Proposal] Add a mechanism for generating a dataset not based on a Gymnasium etc source but from a plain time series data #276

Open
@jamartinh

Description

@jamartinh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions