Skip to content

Commit

Permalink
add spotlignt.mp4
Browse files Browse the repository at this point in the history
  • Loading branch information
11chens committed Oct 26, 2024
1 parent 95e78a6 commit ab25195
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h1 class="title is-1 publication-title">SLR: Learning Quadruped Locomotion with
muted
preload
playsinline height="100%">
<source src="./static/videos/main_noauthor.mp4"
<source src="./static/videos/spotlight.mp4"
type="video/mp4">
</video>
<div>
Expand All @@ -171,7 +171,7 @@ <h2 class="subtitle has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
Traditional reinforcement learning control for quadruped robots often relies on privileged information, demanding meticulous selection and precise estimation, thereby imposing constraints on the development process. This work proposes a Self-learning Latent Representation (SLR) method, which achieves high-performance control policy learning without the need for privileged information. To enhance the credibility of our proposed method's evaluation, SLR is compared with open-source code repositories of state-of-the-art algorithms, retaining the original authors' configuration parameters. Across four repositories, SLR consistently outperforms the reference results. Ultimately, the trained policy and encoder empower the quadruped robot to navigate steps, climb stairs, ascend rocks, and traverse various challenging terrains.
The recent mainstream reinforcement learning control for quadruped robots often relies on privileged information, demanding meticulous selection and precise estimation, thereby imposing constraints on the development process. This work proposes a Self-learning Latent Representation (SLR) method, which achieves high-performance control policy learning without the need for privileged information. To enhance the credibility of the proposed method's evaluation, SLR was directly compared with state-of-the-art algorithms using their open-source code repositories and original configuration parameters. Remarkably, SLR surpasses the performance of previous methods using only limited proprioceptive data, demonstrating significant potential for future applications. Ultimately, the trained policy and encoder empower the quadruped robot to traverse various challenging terrains.
</div>
</div>
</div>
Expand Down
Binary file removed static/videos/main.mp4
Binary file not shown.
Binary file added static/videos/spotlight.mp4
Binary file not shown.

0 comments on commit ab25195

Please sign in to comment.