Decision-theoretic agents with Theory of Mind for social simulation.
The latests documentation can be found here.
In order to install the module for development (see pip docs):
- clone the repository:
git clone https://github.com/usc-psychsim/psychsim.git
cd
into the repository directory and use:pip install -e .
- remove later if desired using:
pip uninstall psychsim
Using the -e
argument will allow you to actively work on the package locally without needing to re-install every time you make a modification to the source. In order to install "permanently" simply omit the -e
in step 2 above.
To install from a requirements.txt
(i.e. as part of an automated docker build) use:
-e git+https://github.com/usc-psychsim/psychsim.git#egg=psychsim