Closed ValerieF412 closed 9 months ago
Do you have more details about your setup? Are you doing something custom or running one of our standard training workflows?
Specifically, how is IdentityActionRepresentationModule
initialized? According to type hints, max_number_actions
is supposed to be an int
, but it looks like it's numpy.int64
instead
Closing due to lack of response, feel free to re-open if needed.
Hi,
I was trying to save the model by
script = torch.jit.script(agent.policy_learner)
, however I got error stating:Could you look into this please? Thanks!