Skip to content

Files

Latest commit

56ef6e9 · Aug 24, 2023

History

History
23 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.05 KB

PsychSim

Decision-theoretic agents with Theory of Mind for social simulation.

Documentation

The latests documentation can be found here.

Installation/Development

In order to install the module for development (see pip docs):

  1. clone the repository: git clone https://github.com/usc-psychsim/psychsim.git
  2. cd into the repository directory and use: pip install -e .
  3. 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