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

Auxiliary Loss weight tuning #1

Closed farzadab closed 5 years ago

farzadab commented 5 years ago

Tune the w parameter in the auxiliary loss method. Environments:

farzadab commented 5 years ago

Results for Walker2D

image

Experiment IDs:

farzadab commented 5 years ago

Results for Cassie2D

Experiment IDs:

belinghy commented 5 years ago

Results for Walker3D

Fairly similar for all coefficients, 4 is best by very slight margin.

image

Experiment IDs:

farzadab commented 5 years ago

Conclusion: Overall it seems like the learning curve is pretty insensitive to the weight parameter. We will be using w=4 for most experiments.

Question: How much is the gait/policy symmetry affected by the weight parameter?