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

https://github.com/elinorbgr/multi-agent-projetcs


https://github.com/elinorbgr/multi-agent-projetcs

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# multi-agent-projetcs

## Discrete Motion Model

`Graph` class:
- Basics functions of a graph
- Display itself (each node has coordinates)
- `Node` class:
- (x, y) coordinates

`DiscreteMotionModel` class:
- (Is given a graph)
- List of waypoints
- Moves

`DiscretePathFinder` class:
- Is given a graph
- Is given start & end nodes
- Generates a list of waypoints