cogment / cogment-verse

Research platform for Human-in-the-loop learning (HILL) & Multi-Agent Reinforcement Learning (MARL)
https://cogment.ai/cogment_verse
Apache License 2.0
76 stars 14 forks source link

Wrong ndarray dtype during serialization #117

Closed wduguay-air closed 1 year ago

wduguay-air commented 1 year ago

Serialization is currently not possible with array of data type int32 because of this line:

INT32_DTYPES = frozenset(["int8"])