Add dataset card with paper, project page and code links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +15 -0
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.