Skip to content

Commit 1979479

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

File tree

2 files changed

+32
-12
lines changed

2 files changed

+32
-12
lines changed

CITATION.cff

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
version: 3.1.0
5+
type: software
6+
authors:
7+
- family-names: Schwarke
8+
given-names: Clemens
9+
- family-names: Mittal
10+
given-names: Mayank
11+
- family-names: Rudin
12+
given-names: Nikita
13+
- family-names: Hoeller
14+
given-names: David
15+
- family-names: Hutter
16+
given-names: Marco
17+
date-released: 2025-09-13
18+
doi: 10.48550/arXiv.2509.10771
19+
url: "https://arxiv.org/abs/2509.10771"
20+
repository-code: "https://github.com/leggedrobotics/rsl_rl"
21+
license: BSD-3-Clause
22+
keywords:
23+
- reinforcement learning
24+
- robotics
25+
- control
26+
- RSL-RL

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)