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
Describe the bug
Perhaps related to #381, I also encounter the bug of loading .d3 checkpoints from FQE. In particular, when using load_learnable, it raises NotImplementedError from
"..../serialization.py", line 1035, in _legacy_load
raise RuntimeError("Invalid magic number; corrupt file?")
RuntimeError: Invalid magic number; corrupt file?
which is odd, since I save and load .d3 files for other d3rlpy models all the time without an issue. Im happy to run a modified load_learnable if such a workaround can be made
Is there an intended workaround for this?
The text was updated successfully, but these errors were encountered:
Describe the bug
Perhaps related to #381, I also encounter the bug of loading .d3 checkpoints from FQE. In particular, when using
load_learnable
, it raisesNotImplementedError
fromd3rlpy/d3rlpy/ope/fqe.py
Lines 74 to 77 in 3433de5
I have also tried initializing fqe along the lines of:
which yields:
which is odd, since I save and load .d3 files for other d3rlpy models all the time without an issue. Im happy to run a modified
load_learnable
if such a workaround can be madeIs there an intended workaround for this?
The text was updated successfully, but these errors were encountered: