Add pipeline tag and paper link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
---
|
| 9 |
|
| 10 |
# TTP-D solver weights
|
| 11 |
|
|
|
|
|
|
|
| 12 |
Trained policy checkpoints for the study *Fly, Pack, Drive: the Travelling Thief
|
| 13 |
Problem with Drone*.
|
| 14 |
|
|
@@ -108,4 +111,4 @@ against the exact solver and the metaheuristics, are given there.
|
|
| 108 |
primaryClass={cs.AI},
|
| 109 |
url={https://arxiv.org/abs/2608.16435},
|
| 110 |
}
|
| 111 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: reinforcement-learning
|
| 4 |
tags:
|
| 5 |
+
- operations-research
|
| 6 |
+
- vehicle-routing
|
| 7 |
+
- reinforcement-learning
|
| 8 |
+
- combinatorial-optimization
|
| 9 |
---
|
| 10 |
|
| 11 |
# TTP-D solver weights
|
| 12 |
|
| 13 |
+
Paper: [Drive, Pack, Fly: The Travelling Thief Problem with Drone](https://huggingface.co/papers/2608.16435)
|
| 14 |
+
|
| 15 |
Trained policy checkpoints for the study *Fly, Pack, Drive: the Travelling Thief
|
| 16 |
Problem with Drone*.
|
| 17 |
|
|
|
|
| 111 |
primaryClass={cs.AI},
|
| 112 |
url={https://arxiv.org/abs/2608.16435},
|
| 113 |
}
|
| 114 |
+
```
|