Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 648 Bytes

README.md

File metadata and controls

44 lines (34 loc) · 648 Bytes

Social Norms Trees

Experiments on teaching social norms to autonomous agents.

Developer Setup

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