Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,16 @@ license: mit
|
|
| 3 |
pipeline_tag: reinforcement-learning
|
| 4 |
---
|
| 5 |
|
| 6 |
-
This repository provides official checkpoints for **[Graph-Assisted Stitching](https://arxiv.org/abs/2506.07744)** (**GAS**).
|
| 7 |
|
| 8 |
-
See the [GitHub repository](https://github.com/qortmdgh4141/GAS) and [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
pipeline_tag: reinforcement-learning
|
| 4 |
---
|
| 5 |
|
| 6 |
+
This repository provides official checkpoints for **[Graph-Assisted Stitching](https://arxiv.org/abs/2506.07744)** (**GAS**), accepted at **ICML 2025**.
|
| 7 |
|
| 8 |
+
See the [GitHub repository](https://github.com/qortmdgh4141/GAS) and [Project page](https://qortmdgh4141.github.io/projects/GAS/) for more details.
|
| 9 |
+
|
| 10 |
+
```bibtex
|
| 11 |
+
@inproceedings{gas_baek2025,
|
| 12 |
+
title={Graph-Assisted Stitching for Offline Hierarchical Reinforcement Learning},
|
| 13 |
+
author={Seungho Baek and Taegeon Park and Jongchan Park and Seungjun Oh and Yusung Kim},
|
| 14 |
+
booktitle={International Conference on Machine Learning (ICML)},
|
| 15 |
+
year={2025},
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
```
|