UBCMOCCA / SymmetricRL

Repo for "On Learning Symmetric Locomotion"
https://www.cs.ubc.ca/~van/papers/2019-MIG-symmetry/index.html
45 stars 12 forks source link

Tune gait cycle for phase-based #5

Closed farzadab closed 5 years ago

farzadab commented 5 years ago

We need to add an artificial phase variable to the base environments (no imitation) in order to use the phase-based method. Since the gait cycle length is fixed it can be constraining for this method so we need to tune the cycle length using either:

farzadab commented 5 years ago

The current best controller that I have for Walker2D has a gait cycle of 0.8 so I'm using this for the phase-based gait cycle as well.