Skip to content

Commit cf71aa6

Browse files
committed
Adds CITATION.cff to arxiv paper
1 parent fd340a3 commit cf71aa6

File tree

2 files changed

+44
-12
lines changed

2 files changed

+44
-12
lines changed

CITATION.cff

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
cff-version: 1.2.0
2+
title: "RSL-RL: A Learning Library for Robotics Research"
3+
message: "If you use this work, please cite the following paper."
4+
repository-code: "https://github.com/leggedrobotics/rsl_rl"
5+
license: BSD-3-Clause
6+
version: 3.1.0
7+
type: software
8+
authors:
9+
- family-names: Schwarke
10+
given-names: Clemens
11+
- family-names: Mittal
12+
given-names: Mayank
13+
- family-names: Rudin
14+
given-names: Nikita
15+
- family-names: Hoeller
16+
given-names: David
17+
keywords:
18+
- reinforcement learning
19+
- robotics
20+
- control
21+
- RSL-RL
22+
preferred-citation:
23+
type: article
24+
authors:
25+
- family-names: Schwarke
26+
given-names: Clemens
27+
- family-names: Mittal
28+
given-names: Mayank
29+
- family-names: Rudin
30+
given-names: Nikita
31+
- family-names: Hoeller
32+
given-names: David
33+
- family-names: Hutter
34+
given-names: Marco
35+
title: "RSL-RL: A Learning Library for Robotics Research"
36+
journal: "arXiv preprint"
37+
doi: 10.48550/arXiv.2509.10771
38+
url: "https://arxiv.org/abs/2509.10771"

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,14 @@ pre-commit run --all-files
7171

7272
## Citing
7373

74-
**We are working on writing a white paper for this library.** Until then, please cite the following work
75-
if you use this library for your research:
74+
If you use this library for your research, please cite the following work:
7675

7776
```text
78-
@InProceedings{rudin2022learning,
79-
title = {Learning to Walk in Minutes Using Massively Parallel Deep Reinforcement Learning},
80-
author = {Rudin, Nikita and Hoeller, David and Reist, Philipp and Hutter, Marco},
81-
booktitle = {Proceedings of the 5th Conference on Robot Learning},
82-
pages = {91--100},
83-
year = {2022},
84-
volume = {164},
85-
series = {Proceedings of Machine Learning Research},
86-
publisher = {PMLR},
87-
url = {https://proceedings.mlr.press/v164/rudin22a.html},
77+
@article{schwarke2025rslrl,
78+
title={RSL-RL: A Learning Library for Robotics Research},
79+
author={Schwarke, Clemens and Mittal, Mayank and Rudin, Nikita and Hoeller, David and Hutter, Marco},
80+
journal={arXiv preprint arXiv:2509.10771},
81+
year={2025}
8882
}
8983
```
9084

0 commit comments

Comments
 (0)