Home

Awesome

Learning Generalized Gumbel-Max Causal Mechanisms

Overview

This repository contains the code for the second part of the NeurIPS 2021 paper "Learning Generalized Gumbel Max-Causal Mechanisms"(The code for the first part can be found here).

Requirements

To install requirements:

pip install -r requirements.txt

Acknowledgements

The code for the MDP environment on experiment 3 is based on Michael Oberst and David Sontag code for their paper: "Counterfactual Off-Policy Evaluation with Gumbel-Max Structural Causal Models". Thanks!

In addition, we would like to thank Christina X Ji and Fredrik D. Johansson for their work on an earlier version of the sepsis simulator we use in this paper.