Generalized Causal Component Analysis Setting up Environment First create your environment conda create -n cdrl python=3.10 Next, install all the packages we need to run the experiments conda activate cdrl pip install -r requirements.txt python -c "from gendis.model import NonlinearNeuralClusteredASCMFlow"