-
Notifications
You must be signed in to change notification settings - Fork 35
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
Failed to run plotter.py #6
Comments
Hi, Best, |
This error in plotter.py occurred because the path you specified does not exist. You may carefully inspect whether the specified path "log/hopper-medium-replay-v2/rambo" exists. For the second issue, could you please additionally provide the "hyper_params.json" file? It will help us to better locate the bug. |
No, I didn't create this path. I will create this path and try again. Thank you.
There you go, sir. |
Sorry for the late reply! We've fixed the bug in rambo and the new version of rambo works well on several tested tasks (hopper-medium, hopper-medium-replay, walker-medium). Please pull the newest code! Evaluation on more tasks is going on and we'll list the full results soon. |
Hi, I have seen your recent PR
That makes sense to me. Well done, sir! |
Hi, |
Hi @yihaosun1124
Thanks for sharing your great work!
I failed to run
python run_example/plotter.py --algos "rambo" --task "hopper-medium-replay-v2"
, after following your setup instruction.The outputs are:
After reading plotter.py, I'm not sure what this assert is for. Would you check from your side?
Best,
Levi
The text was updated successfully, but these errors were encountered: