You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
For larger datasets it maybe best to download the files partially and then delete them as training progressing while simultaneously downloading remaining data
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: