Tools for analysis and simulation of Mouselab MDP experiments.
To install:
git clone https://github.com/RationalityEnhancementGroup/mouselab-mdp-tools.git
cd mouselab-mdp-tools
pip install -e .
You can also install this without directly cloning the git repository:
pip install git+https://github.com/RationalityEnhancementGroup/mouselab-mdp-tools.git@main#egg=mouselab
If you will not make changes to the package code, you do not need to use the -e
flag for installation.
Examples can be found in the examples/
folder, both for getting started with the package and submitting scripts to the
cluster for an exact solution.
Contributors are listed in contributors.md.