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

https://github.com/gdalle/mapfbenchmarks.jl

Interface between MultiAgentPathFinding.jl and Sturtevant's MAPF benchmarks (deprecated)
https://github.com/gdalle/mapfbenchmarks.jl

graph julia multi-agent pathfinding

Last synced: 8 months ago
JSON representation

Interface between MultiAgentPathFinding.jl and Sturtevant's MAPF benchmarks (deprecated)

Awesome Lists containing this project

README

          

> This package is deprecated, the functionality is now part of [MultiAgentPathFinding.jl](https://github.com/gdalle/MultiAgentPathFinding.jl) itself

# MAPFBenchmarks

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://gdalle.github.io/MAPFBenchmarks.jl/dev)
[![Build Status](https://github.com/gdalle/MAPFBenchmarks.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/gdalle/MAPFBenchmarks.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/gdalle/MAPFBenchmarks.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/gdalle/MAPFBenchmarks.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)

Interface between [MultiAgentPathFinding.jl](https://github.com/gdalle/MultiAgentPathFinding.jl) and Sturtevant's [MAPF benchmarks](https://movingai.com/benchmarks/mapf.html).

See the [documentation](https://gdalle.github.io/MAPFBenchmarks.jl/dev) for details.