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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -8
app.py CHANGED
@@ -144,14 +144,10 @@ def run_simulation(num_agents, battery_life):
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
-
149
- [![GitHub](https://img.shields.io/badge/GitHub-Source_Code-blue?logo=github)](https://github.com/kooktaelee/D2OC)
150
-    **⭐ Please support our research with a Star on GitHub!**
151
-
152
- ---
153
-
154
- **D2OC framework** enables decentralized multi-agent coordination for **nonuniform area coverage** using **Optimal Transport** and Wasserstein distance.
155
 
156
  **Official Publication:** [IEEE Transactions on Systems, Man, and Cybernetics: Systems (DOI: 10.1109/TSMC.2025.3622075)](https://doi.org/10.1109/TSMC.2025.3622075)
157
 
 
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