instadeepai/Mava

[FEATURE] Support Jumanji's MultiCVRP

Open

#1.138 geöffnet am 13. Nov. 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (122 Forks)auto 404
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (922 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Feature

Adding a wrapper for jumanji's MultiCVRP. The motivation for this, is to support more environments that closely align with real-world applications.

Proposal

A good starting point would be to update the existing non maintained PR.

Testing

Integrate the environment into the list of envs to test in the integration_test.py and make sure it works fine.

Benchmarking

Benchmark the performance of the existing algorithms on MultiCVRP.
[Optional] Create a README file to document the benchmark results.

Contributor Guide