-
Notifications
You must be signed in to change notification settings - Fork 1
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
Canot run the training script successfully #1
Comments
I have the same as your question, if need the insert the camera? |
Sorry guys I just saw this, let me take a look and get back to you ASAP This might be due to the training and deployment pipeline are using the same actor_critic structure. Deployment requires camera input for depth observation (the depth_ons in the error message); I will try adding depth_obs to the pipeline. |
Excuse me, have you made any progress on the solution you mentioned (adding the depth_obs to the pipeline)? Thank you! |
Great job. Can you help with that? Appreciate very much. TypeError: act() missing 1 required positional argument: 'depth_obs' |
Have you solved this problem? How was it solved? Can you share? Thank you very much! |
Hi guys Sorry for the delay, the Thanks again for looking at our repo! |
Hi muyue1202,
Thanks for sharing this project. I have an issue running the training script. After I ran the script, I got an error message which shows
After I checked the source code, I do see that the method ActorCritic.act requires a parameter called depth_obs, which is missing when this function is called. Can you help me fix this issue? Thanks!
The text was updated successfully, but these errors were encountered: