cbfinn / gps

Guided Policy Search
http://rll.berkeley.edu/gps/
Other
593 stars 239 forks source link

GPS in humanoid running exp(cost function derivativate) #84

Open foolyc opened 7 years ago

foolyc commented 7 years ago

Has anyone tried the humanoid walking or running experiments?

if the state vector is the joint angle and joint velocity, how can i get the derivativate dp/dq(where p is the height above the ground of the pelvis)?

Other than the robot arm, the end position is the map function of the joint angle f(q), as for humanoid walking or running

how to deal with this problem?

cbfinn commented 7 years ago

I don't know anyone who has tried humanoid locomotion with GPS. It is not clear how well LQR will work in that setting.

foolyc commented 7 years ago

@cbfinn Thanks for your time. In the phd thesis(and some other paper) of Dr. Sergey Levine, GPS exp on humanoid walking and running is included, but with little details. So i come up with this problems when duplicating the humanoid exp.

cbfinn commented 7 years ago

@svlevine

dujinyu commented 4 years ago

@foolyc have you successfully implemented the exp on humanoid walking based on cbfinn's gps code.