D2OC commited on
Commit
83ae37d
·
verified ·
1 Parent(s): 5591fae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
app.py CHANGED
@@ -150,6 +150,21 @@ with gr.Blocks() as demo:
150
 
151
  **Preprint:** [arXiv:2511.12756](https://arxiv.org/abs/2511.12756)
152
  """)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  with gr.Row():
154
  num_agents = gr.Slider(minimum=2, maximum=20, value=8, step=1, label="Number of Agents")
155
  bat_life = gr.Slider(minimum=5000, maximum=20000, value=8000, step=1000, label="Task Capacity (Battery Life)")
 
150
 
151
  **Preprint:** [arXiv:2511.12756](https://arxiv.org/abs/2511.12756)
152
  """)
153
+ gr.Markdown("""
154
+ ### Cite this work
155
+ ```bibtex
156
+ @ARTICLE{seo2025density,
157
+ author={Seo, Sungjun and Lee, Kooktae},
158
+ journal={IEEE Transactions on Systems, Man, and Cybernetics: Systems},
159
+ title={Density-Driven Optimal Control for Efficient and Collaborative Multiagent Nonuniform Coverage},
160
+ year={2025},
161
+ volume={55},
162
+ number={12},
163
+ pages={9340-9354},
164
+ keywords={Multi-agent systems;Optimal control;Costs;Transportation;Trajectory;Mathematical models;Collaboration;Symbols;Optimization;Collaborative control;decentralized multiagent coverage;multiagent system;nonuniform area coverage},
165
+ doi={10.1109/TSMC.2025.3622075}}
166
+ ```
167
+ """)
168
  with gr.Row():
169
  num_agents = gr.Slider(minimum=2, maximum=20, value=8, step=1, label="Number of Agents")
170
  bat_life = gr.Slider(minimum=5000, maximum=20000, value=8000, step=1000, label="Task Capacity (Battery Life)")