D2OC commited on
Commit
e6d66bf
·
verified ·
1 Parent(s): 4b26860

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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:** [Source Code & Star here](https://github.com/kooktaelee/D2OC)
151
 
152
- **Official Publication:** [IEEE Transactions on Systems, Man, and Cybernetics: Systems (DOI: 10.1109/TSMC.2025.3622075)](https://doi.org/10.1109/TSMC.2025.3622075)
153
 
154
- **Preprint:** [arXiv:2511.12756](https://arxiv.org/abs/2511.12756)
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():