-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[RLlib] custom_env example does not work #30582
Comments
I have the same issue on Mac OS 13.0.1 with Python 3.9.15, Pytorch and Ray 2.1.0 |
What is the last known stable version where things work with the examples? I understand it is a WIP. the fix was found here. Essentially it was:
|
Seems to be resolved. Thanks for filing this issue and your answers @kunterbunt , @anatolii-kotov , and @signalprime ! |
Shouldn't the example code be fixed before the issue is closed? Yes, the fix works, but should everyone who looks into your tutorials and demo code stumble upon this error, dig up this issue, find the reference to another issue, and manually apply the fix? |
I am getting this error while running custom env form examples. |
What happened + What you expected to happen
Executing the example script throws the following error:
I tried both
tf
andtf2
.Versions / Dependencies
tensorflow 2.11.0
ray 2.1.0
Python 3.8.12
Linux manjaro 5.15.76-1-MANJARO #1 SMP PREEMPT Sat Oct 29 14:22:16 UTC 2022 x86_64 GNU/Linux
Reproduction script
Exactly this script
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: