This python package is for the paper titled "Complete Graphical Criterion for Sequential Covariate Adjustment in Causal Inference" (NeurIPS 2024).
conda create -n [env_name] python>=3.11
conda activate [env_name]
pip install -r requirements.txt
This code is built on top of the structural causal bandit library by Sanghack Lee.