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

https://github.com/oscarknagg/joint-policy-correlation


https://github.com/oscarknagg/joint-policy-correlation

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# multiagent-gridworlds

Vectorised and massively scalable implementation of multi-agent gridworld
environments

## Setup

Clone this project, create a Python 3.6 virtualenv and install
from `requirements.txt`.

```
git clone https://github.com/oscarknagg/multiagent-gridworlds.git
cd multiagent-gridworlds
virtualenv -p python3.6 venv
source venv/bin/activate
pip install -r requirements.txt
```

## Usage

### main.py

`main.py` is the entry point for training and visualising agents. Below
is a list of arguments.