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