Cleaning in progress. General steps below
Set:
- samples (int)
- data_dir (str)
Can modify:
- Reward function
- outcome definition (one year vs three month vs time-to-follow-up)
- features
- actions
- state representation: <t, meld, previous meld change, candidate, donor>
python create_dataset.py
Set:
- data_dir (str)
python create_splits.py
Set:
- data_dir (str)
- alg (str)
Can modify:
- preprocessing
- encoders
python train.py
Set:
- data_dir (str)
python soc.py
Set:
- data_dir (str)
- rl model (str)
python test.py