Skip to content

brown-ccv/social-norms-trees

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •