SKRL PPO Agent, How to learn get up after a fall? #3040
Unanswered
AndreaRossetto
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,
I'm wondering how I can make my biped model stand up from a fall, at the moment if The model fall down the eviroment resets. I'm able to train it to walk / stand but not to getting up after a fall.
This will be my next step, but I don't have so many ideas on reward and the termination of the simulation.
At the moment my reward are
The enviroment terminate with death when the model body touches the ground or when the timeout elapsed.
I'm asking some help on that part, My idea to terminate before the timeout can be something like "if body is touching the ground then I wait too see if after half of the timeout is still on the ground or not, if still on the ground end with death otherwise keep alive.
In a managedRL how can I do this kind of termination?
Second question, Is necessary to have some new rewards or the ones I have are enough ? what could be a reward to make it stand from a fall?
Thank you for your help
Beta Was this translation helpful? Give feedback.
All reactions