instadeepai / Mava

🦁 A research-friendly codebase for fast experimentation of multi-agent reinforcement learning in JAX
Apache License 2.0
709 stars 83 forks source link

Feat : MultiCVRP wrapper #1043

Open Louay-Ben-nessir opened 7 months ago

Louay-Ben-nessir commented 7 months ago

What?

adds a wrapper for multicvrp.

Why?

To make mulctivcrp mava compatible.

How?

This wrapper takes in the output from the multicvrp environment and converts it into a Mava suitable input.