add a reference

This commit is contained in:
Andrew
2024-04-23 13:50:00 +02:00
parent a1d53711bc
commit 9530aa11e3
+1 -1
View File
@@ -813,7 +813,7 @@
"source": [
"## Study 2: Quadruped Locomotion\n",
"\n",
"As we saw in the imitation learning example, FoPG methods benefit from detailed reward signals. To teach locomotion, we reward the feet based on the Raibert Heuristic. We implement a gait schedule, that incentivizes opposite pairs of legs to move in sync at a fixed frequency. At the beginning of a new scheduled step, we calculate the target position for the feet at the end of the step. \n",
"As we saw in the imitation learning example, FoPG methods benefit from detailed reward signals. To teach locomotion, we reward the feet based on the Raibert Heuristic. Similarly to [prior work](https://arxiv.org/abs/2403.14864), we use a gait schedule to incentivize opposite pairs of legs to move in sync at a fixed frequency. At the beginning of a new scheduled step, we calculate the target position for the feet at the end of the step. \n",
"\n",
"For each foot, we calculate:\n",
"\n",