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: dtype of agentid wrapper. #1041

Closed lbeyers closed 7 months ago

lbeyers commented 7 months ago

What?

Fixes #1032 :)

Why?

Dtype was not enforced to be consistent, caused errors.

How?

Enforced dtype in concatenation operation.

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.