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: make file utils #958

Closed WiemKhlifi closed 10 months ago

WiemKhlifi commented 10 months ago

What?

Add new functions to create environments using the create_envs_utils file in mava.utils.

Why?

Instead of creating different file systems for each environment, we use a single file system and remove the common lines that create the environments.

How?

WiemKhlifi commented 10 months ago

Very nice, just minor things like make... instead of create... to stay consistent with gym, but this PR is almost ready to go 🔥

All the changes have been made 🙌 . I think this report is now ready or not yet?