Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIMIC Dataset for Batch RL [Feature Request] #1679

Open
1 of 3 tasks
braj29 opened this issue Nov 7, 2023 · 1 comment
Open
1 of 3 tasks

MIMIC Dataset for Batch RL [Feature Request] #1679

braj29 opened this issue Nov 7, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@braj29
Copy link

braj29 commented Nov 7, 2023

Motivation

Want to add the MIMIC Dataset, generally used for Sepsis Treatment for benchmarking Batch-RL algorithms in a easy & efficient way. This dataset is used in many BatchRL papers for sepsis treatment. See: https://github.com/asjad99/MIMIC_RL_COACH

Solution

Use D4RL wrapper (https://github.com/Farama-Foundation/D4RL) to download and load the dataset ready for training using simple python commands

Alternatives

For larger datasets it maybe best to download the files partially and then delete them as training progressing while simultaneously downloading remaining data

Additional context

Checklist

  • Had initial discussion with @vmoens
  • Check if it is allowed to download and use the dataset directly, while verifying or redirecting users who have fulfilled the requirements to physionet for permission. Currently it says, to download MIMIC, you must become a credentialed user on PhysioNet
  • Create a wrapper to download, verify/redrect and load the dataset
@braj29 braj29 added the enhancement New feature or request label Nov 7, 2023
@vmoens
Copy link
Contributor

vmoens commented Nov 7, 2023

The D4RL dataset format is a bit messy IMO.
Can we interact with the dataset directly without recurring to D4RL?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants