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

fix: neptune tags need to be a list #984

Closed sash-a closed 10 months ago

sash-a commented 10 months ago

What?

During #973 the type of config.logger.kwargs.neptune_tag was changed from a python list to an OmegaConf list and neptune was not happy with this

Why?

So we can log to neptune