We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KinovaGrasping/gym-kinova-gripper/DDPGfD.py
Line 94 in 5333116
Works with both observation shapes of 82 and 26.
The input into the actor: (1, 82) and (1, 26).
(1, 82)
(1, 26)
Expected behavior: should throw an error when the wrong observation shape on the last axis is fed to the agent.
This may highlight deeper issues in our networks?
The text was updated successfully, but these errors were encountered:
hugheste
jimzers
nigelswenson
No branches or pull requests
KinovaGrasping/gym-kinova-gripper/DDPGfD.py
Line 94 in 5333116
Works with both observation shapes of 82 and 26.
The input into the actor:
(1, 82)
and(1, 26)
.Expected behavior: should throw an error when the wrong observation shape on the last axis is fed to the agent.
This may highlight deeper issues in our networks?
The text was updated successfully, but these errors were encountered: