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

[FEATURE] Integration tests #1049

Closed sash-a closed 2 months ago

sash-a commented 7 months ago

Please describe the purpose of the feature. Is it related to a problem?

We are constantly having to check that new features don't trivially break the existing systems/environments. So it would be nice to run all the systems on a subset of the environments for a very small amount of steps to double check that everything pipes through.