https://github.com/oscarknagg/joint-policy-correlation
https://github.com/oscarknagg/joint-policy-correlation
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oscarknagg/joint-policy-correlation
- Owner: oscarknagg
- Created: 2019-07-26T22:12:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:32:37.000Z (over 3 years ago)
- Last Synced: 2025-02-09T20:41:23.691Z (over 1 year ago)
- Language: Python
- Size: 611 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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.