Skip to content

A hierarchical Large Language Models (LLMs) framework for real-time multi-robot task allocation and target tracking with unknown hazards.

License

Notifications You must be signed in to change notification settings

Zhourobotics/hierarchical-llms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hierarchical LLMs In-the-loop Optimization

A hierarchical Large Language Models (LLMs) framework for real-time multi-robot task allocation and target tracking with unknown hazards.

1. About

Authors: Yuwei Wu, Yuezhan Tao, Peihan Li, Guangyao Shi, Gaurav S. Sukhatme, and Vijay Kumar, and Lifeng Zhou

Video Links: Youtube

Related Paper: Yuwei Wu, Yuezhan Tao, Peihan Li, Guangyao Shi, Gaurav S. Sukhatme, Vijay Kumar, Lifeng Zhou, "Hierarchical LLMs In-the-loop Optimization for Real-time Multi-Robot Target Tracking under Unknown Hazards". 2024

System Architecture:

2. Prerequisites

pip install openai

3. Setups

3.1 Runing mode

We have different setups for runing in numerial simulation, ros simulation and hardwares. As hardware and ros setup may depend on different simulator used. Here we provide a numerical experiments, which can be easily integrated into simulators and hardware platform.

To perform numerical simulation, set the mode in "src/tracker/config/${your experiment file}" as simulation

exp: "simulation"  # 0: "simulation", 1: "ros simulation", 2: "ros real"

3.2 OpenAI API key

You will need to create a file in "src/tracker/secrets.yml" and set your OpenAI API key with the format:

api_keys:
    0: ""

3.3 LLM-related parameters

  • LLM related paramters. Set true to run LLMs. The duration is to control the calling frequency. (will change to callback later)
llm_inner_dur: 2
llm_outer_dur: 10
llm_on: True
  • Use steps and dt to control the experiment duration.
steps: 100
Problem: dt: 0.2
  • Use task ability to change the maximum number of targets a robot can track
task_ability: 1
  • The initial task assignment is given for the setup.

To check more scenarios and experiment settings, please refer to the files in "src/tracker/config/".

Run with Numerical Simulation

python tracker_server.py exp3
  • During the initial run, ForcesPro will generate solvers that can be reused for future runs.

  • You can modify exp to test different settings.

  • You may need to clean the solver folder when you change some setups from the problem and danger zone.

Maintaince

For any technical issues, please contact Yuwei Wu ([email protected]).

About

A hierarchical Large Language Models (LLMs) framework for real-time multi-robot task allocation and target tracking with unknown hazards.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages