Git clone the repo and:
cd simple-learner-simulation/
conda create --name learnersim python=3.6
conda activate learnersim
pip install -e .
python3 toy_run.py --seed 42 --exp_name test_full_toy_env -v2 --teacher ALP-GMM -rnd 10 -rsc
Git clone the repo and:
cd simple-learner-simulation/
conda create --name learnersim python=3.6
conda activate learnersim
pip install -e .
python3 toy_run.py --seed 42 --exp_name test_full_toy_env -v2 --teacher ALP-GMM -rnd 10 -rsc