Investigating adaptive planning depth using a multi stage task
numpy pandas matplotlib seaborn pytorch pyro numpyro
The easiest way to install required libraries is using conda and pip package managers.
First setup an environment using anaconda prompt (or just terminal in linux):
conda create -n ppl python=3 numpy pandas matplotlib seaborn
conda activate ppl
conda install pytorch -c pytorch
pip install pyro-ppl
pip install numpyro