gusbakker / pygame-multi-agent-pathfinding

PyGame 2D grid world environment using pathfinding with multiple agents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pygame gridworld with multi-agent that can be used as a testbed for Reinforcement Learning experiments

7

Quick start

pip install -r requirements.txt

(requires Python >= 3.7)

Run

python main/run.py

Libraries

pygame 2.0.1

About

PyGame 2D grid world environment using pathfinding with multiple agents.


Languages

Language:Python 100.0%