-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i run `python run_sim.py', the worker died or was killed by an unexpected system error #2
Comments
also ,there is no 'replay_buffer.hdf5' in the 'fingbot_eval_X' |
I met the same issue, I thought it's the issue of ray version, but it turned out to other issues after testing. Have you solved that right now? |
Hey,
The problem is that torch is installed on cpu, which gives |
Instead of hardcoding the number of GPUs: I found out that the PyTorch installation and the cuda drivers installed by the |
My problem is when running the evaluation command, it seems like when the animation finishes, the terminal stops at "Evaluating flingbot.pth: saving to flingbot_eval_X/replay_buffer.hdf5", and no changes happen, the replay_buffer.hdf5 is not seen in the directory. |
Have you successfully run the code for this warehouse? |
when i run
python run_sim.py --eval --tasks flingbot-normal-rect-eval.hdf5 --load flingbot.pth --num_processes 1 --gui
the error shows:
ray.exceptions.RayActorError: The actor died unexpectedly before finishing this task. 2021-11-22 15:10:23,194 WARNING worker.py:1228 -- A worker died or was killed while executing a task by an unexpected system error. To troubleshoot the problem, check the logs for the dead worker. RayTask ID: ffffffffffffffff341cd030556402df7c59625701000000 Worker ID: 4f72e151e496fac468e1c730556e291e00ec1cfb29882f51097186fd Node ID: d4a9eb590967aeb63fe838e2eca52cf666565bf009207c0ec4a730e6 Worker IP address: 192.168.1.106 Worker port: 41747 Worker PID: 18687
i don't know why occur this issue, could you please help me?
The text was updated successfully, but these errors were encountered: