D2OC commited on
Commit
581947b
·
verified ·
1 Parent(s): 940b64f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -142,9 +142,10 @@ def run_simulation(num_agents, battery_life):
142
 
143
  # 4. Gradio UI Configuration
144
  with gr.Blocks() as demo:
145
- gr.Markdown("# 🛸 D2OC: Density-Driven Optimal Control")
146
  gr.Markdown("""
147
- ### Interactive Demo for Decentralized Multi-Agent Coverage
 
148
 
149
  **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>
150
 
 
142
 
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
  **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>
151