Add dataset card with paper, project page and code links
Browse filesThis PR populates the dataset card for the SKooP dataset. It adds the `robotics` task category to the YAML metadata and includes links to the paper, project page, and the GitHub repository in the Markdown description.
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- robotics
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# SKooP: Symmetric Koopman Predictions for Faster and More Generalizable Legged Robot Locomotion with Reinforcement Learning
|
| 7 |
+
|
| 8 |
+
This repository contains the dataset and artifacts associated with the paper [SKooP: Symmetric Koopman Predictions for Faster and More Generalizable Legged Robot Locomotion with Reinforcement Learning](https://huggingface.co/papers/2607.11624).
|
| 9 |
+
|
| 10 |
+
- **Project Page:** [https://evelyd.github.io/SymmetricKoopmanPredictions](https://evelyd.github.io/SymmetricKoopmanPredictions)
|
| 11 |
+
- **GitHub Repository:** [https://github.com/evelyd/SymmetricKoopmanPredictions](https://github.com/evelyd/SymmetricKoopmanPredictions)
|
| 12 |
+
|
| 13 |
+
## Description
|
| 14 |
+
|
| 15 |
+
SKooP (Symmetric Koopman Predictions) is an approach combining the advantages of morphological symmetries with those of a Koopman model learned via autoencoder to enhance policy learning in legged robot locomotion. This repository hosts the corresponding datasets and learned model checkpoints.
|