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/merge env configs #981

Closed WiemKhlifi closed 8 months ago

WiemKhlifi commented 8 months ago

What?

Merge the Jumanji and gym configs in one config file for the common environments (e.g. RWARE and LBF).

Why?

This helps avoid having multiple config files for each environment source.

How?

Based on the changes made in PR #980, all we need to do is add an extra flag to indicate the environment source (env_source) and adapt/modify the scenario name for Jumanji.

Extra

This PR is based on the changes made in these two PRs #976 and #980.