instadeepai/Mava

[FEATURE] Support Jumanji's MultiCVRP

Open

#1,138 创建于 2024年11月13日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (122 fork)auto 404
enhancementgood first issuehelp wanted

仓库指标

Star
 (922 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南