EfficientZero icon indicating copy to clipboard operation
EfficientZero copied to clipboard

ray warning

Open QiGuLongDongQiang opened this issue 3 years ago • 1 comments

(scheduler +2m13s) Warning: The following resource request cannot be scheduled right now: {'GPU': 0.125, 'CPU': 0.5}. This is likely due to all cluster resources being claimed by actors. Consider creating fewer actors or adding more nodes to this Ray cluster. Do not know this problem you have encountered, do not know how to solve, run for a period of time will automatically stop,Thank you so much

QiGuLongDongQiang avatar Mar 06 '23 16:03 QiGuLongDongQiang

Hello! This may be caused by the excessive allocation of actors. It is possible to consider reducing the number of cpu actors. I have solved it in this way, hoping to help you : )

FrankZxShen avatar Mar 28 '23 03:03 FrankZxShen