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:Sebulba [1] Gym wrapper #976

Closed OmaymaMahjoub closed 3 months ago

OmaymaMahjoub commented 9 months ago

What?

Implement a gym wrapper and add gym rware to make_env file, this first step is needed to support and implement Sebulba architecture on Rware.

Why?

Integrate Sebulba's architecture due to its effectiveness in scenarios involving non-jitted/non-jax environments.

How?

Add a gym wrapper, yaml file for rware, and an additional option in make_env.py

Extra

OmaymaMahjoub commented 3 months ago

@Louay-Ben-nessir is working on maintaining this PR in #1080