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

Refactor the configs to mirror the structure of the python files #1039

Closed liamclarkza closed 7 months ago

liamclarkza commented 7 months ago

What?

Small refactor that restructures the system config files to mirror the structure used for the python modules.

EdanToledo commented 7 months ago

I know that I'm just a community reviewer ;) but I'd like to just ask if one should reorganise the default config files as well? The problem persists that even if system configs are organised, as the algorithm variants increase the number of default configs will be very large as well.

WiemKhlifi commented 7 months ago

Hey @EdanToledo, you're right! We aim to fix this soon before the config folder explodes, please see issue #1033 😄