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

fix: update Matrax's default episode length in keeping with literature #1044

Closed JemmaLDaniel closed 7 months ago

JemmaLDaniel commented 7 months ago

What?

[Describe what was changed and reference relevant issue.] This changes time_limit from 500 to 25 for a Matrax episode.

Why?

[Describe why the change was made.] This change aligns our default Matrax episode lengths with the episode length used in Benchmarking Multi-Agent Deep Reinforcement Learning Algorithms in Cooperative Tasks, so our measure set results can be compared against this well-known paper.