Replies: 1 comment 2 replies
-
when you say failed to receive any joint commands, do you mean there is no output at all or that the outputs are gibberish? If it is the former then I'd think your implementation perhaps incorrectly implemented something. If it's the latter, the thing I'd look out for when I played around with acutator_net was that the ordering of the joints of the actuator_net. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are implementing the approach outlined in the paper 'Learning to Walk in Minutes Using Massively Parallel Deep Reinforcement Learning' and have designed an actuator neural network using LSTM. Our input parameters are position error and velocity, and the outputs are torques. While we successfully trained the neural network, when we replace the original actuator neural network in the simulation with our NN_model, the robot fails to receive any joint commands. Any insights or suggestions on what might be causing this issue would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions