You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wanted to use OpenGymBoxContainer<uint64_t> but the numbers were converted to 32 bit after loading the box from its protobuf message. 64bit wide numbers are handled in the corresponding python code:
Hi,
I wanted to use
OpenGymBoxContainer<uint64_t>
but the numbers were converted to 32 bit after loading the box from its protobuf message. 64bit wide numbers are handled in the corresponding python code:and c++ code
but the protobuf messages only have 32bit wide integers. This does not work....
This is the same case with
DiscreteContainer
.The text was updated successfully, but these errors were encountered: