Experiments on teaching social norms to autonomous agents.
Prerequisites:
- Python 3.11+
- git
Clone the repository:
git clone https://github.com/brown-ccv/social-norms-trees
Enter the repository directory:
cd social-norms-trees
Create a virtual environment:
python3 -m venv .venv
Activate the environment:
. .venv/bin/activate
Install the package in editable mode for development:
pip install --editable ".[test]"
Run the tests:
pytest
Run the example experiment:
social-norms-trees examples/entering-a-room.json