@arcelien I came across an issue when extending PBA to my own network structure.
The error is like this:
ERROR worker.py:1612 -- Possible unhandled error from worker: ray_RayModel:restore_from_object() (pid=49849, host=XXX)
UnreconstructableError: Object 553134abdaa61cb3ed9fa555fcee22eb01000000 is lost (either evicted or explicitly deleted) and cannot be reconstructed.
Hey, I unfortunately haven't seen that error before. Perhaps you can rerun the code to see if it's just an intermittent issue, or open an issue over at https://github.com/ray-project/ray/issues.
@arcelien I came across an issue when extending PBA to my own network structure.
The error is like this: ERROR worker.py:1612 -- Possible unhandled error from worker: ray_RayModel:restore_from_object() (pid=49849, host=XXX) UnreconstructableError: Object 553134abdaa61cb3ed9fa555fcee22eb01000000 is lost (either evicted or explicitly deleted) and cannot be reconstructed.
Will this affect the final performance?