instadeepai / Mava

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

Feat/seperate_configs #946

Closed OmaymaMahjoub closed 1 year ago

OmaymaMahjoub commented 1 year ago

What?

Separate configs for different systems.

Why?

Have separate config files for different systems. This will make it easier to set up experiment pipelines and also give a strong set of baseline hyperparameters for each system.

Extra

Close #939 TODO: update quickstart notebook too