Update app.py
Browse files
app.py
CHANGED
|
@@ -143,15 +143,15 @@ def run_simulation(num_agents, battery_life):
|
|
| 143 |
# 4. Gradio UI Configuration
|
| 144 |
with gr.Blocks() as demo:
|
| 145 |
gr.Markdown("# 🛸 D2OC: Decentralized Density-Driven Optimal Control for Multi-Robot Systems")
|
| 146 |
-
gr.Markdown("""
|
| 147 |
### Official Interactive Demo: Decentralized Density-Driven Optimal Control
|
| 148 |
This tool visualizes the **D2OC framework**, enabling decentralized multi-agent coordination for **nonuniform area coverage** using **Optimal Transport** and Wasserstein distance.
|
| 149 |
|
| 150 |
-
**GitHub Repository:**
|
| 151 |
|
| 152 |
-
**Official Publication:**
|
| 153 |
|
| 154 |
-
**Preprint:**
|
| 155 |
""")
|
| 156 |
|
| 157 |
with gr.Row():
|
|
|
|
| 143 |
# 4. Gradio UI Configuration
|
| 144 |
with gr.Blocks() as demo:
|
| 145 |
gr.Markdown("# 🛸 D2OC: Decentralized Density-Driven Optimal Control for Multi-Robot Systems")
|
| 146 |
+
gr.Markdown(f"""
|
| 147 |
### Official Interactive Demo: Decentralized Density-Driven Optimal Control
|
| 148 |
This tool visualizes the **D2OC framework**, enabling decentralized multi-agent coordination for **nonuniform area coverage** using **Optimal Transport** and Wasserstein distance.
|
| 149 |
|
| 150 |
+
**GitHub Repository:** <a href="https://github.com/kooktaelee/D2OC" target="_blank">Source Code & Star here ⭐</a>
|
| 151 |
|
| 152 |
+
**Official Publication:** <a href="https://doi.org/10.1109/TSMC.2025.3622075" target="_blank">IEEE Transactions on Systems, Man, and Cybernetics: Systems (DOI: 10.1109/TSMC.2025.3622075)</a>
|
| 153 |
|
| 154 |
+
**Preprint:** <a href="https://arxiv.org/abs/2511.12756" target="_blank">arXiv:2511.12756</a>
|
| 155 |
""")
|
| 156 |
|
| 157 |
with gr.Row():
|