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: separate config option for logging winrate #1069

Closed sash-a closed 7 months ago

sash-a commented 8 months ago

What?

Logging win rate used to depend on config.env.eval_metric == "win_rate" however in certain envs we don't want the win rate to be the eval_metric as it is too sparse to optimize for, but we do still want to see the win rate.

This is a stop gap solution for now, we should spend time finding out how we can cleanly log all env metrics regardless of name.