-
Notifications
You must be signed in to change notification settings - Fork 95
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
ERROR: ray::RolloutWorker.__init__() #19
Comments
There was a breaking change made to Ray that we're working to address. What version are you running? Can you post the traceback? |
Hello, facing similar issue with ray 2.0.0 while trying to run inv-management-quickstart.ipynb with InvManagement-v0/v1. Tutorial mentioned that 1.0.0 ray version should be used (runs fine there) but this one is already more than two years old. Is it something easily adjustable on our end ? Below my traceback: `Exception has occurred: AssertionError During handling of the above exception, another exception occurred: File "/Users/{user}/Projects/or-gym/examples/inv-management-quickstart.py", line 42, in |
Started to work on my end when added |
@wojnarabc your solution is working now . |
Can you share the code instance for rl_config and how the error solved for ray 2.1.0 version? |
Hello,
I would like to use or-gym supply chain environments for my project. I am trying to learn the environments now.
While following the "Using Ray and DFO to optimize a multi-echelon supply chain" tutorial, I faced an error called "-- Exception raised in creation task: The actor died because of an error raised in its creation task, ray::RolloutWorker.init()".
I didn't understand the reason for the error because I followed the steps without changing them.
Could you check it?
Thanks in advance.
Best regards,
Bertan
The text was updated successfully, but these errors were encountered: