An open API service indexing awesome lists of open source software.

https://github.com/redtachyon/cpr_reputation


https://github.com/redtachyon/cpr_reputation

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Common-pool Resource Problems with Reputation

`cpr_reputation/board.py` is a multi-agent game environment.

## [Weights and Biases](https://wandb.ai/quinn-dougherty/cpr_reputation_gridworld)

### Conda
```
conda env create -f environment.yaml
conda activate cpr-reputation
pytest && pytype cpr_reputation
```

### Pip
You can also do something like venv or pipenv for isolation.
```
pip install -r requirements.txt
pytest && pytype cpr_reputation
```

### Docker
```
docker build -t cpr-reputation .
docker run -it cpr-reputation bin/bash
pytest && pytype cpr_reputation
```