profile photo

Jingtao Tang (汤景韬)

todd.j.tang@gmail.com
reso1  /  Google Scholar
reso1.github.io/blog


Education


Research Interests


Academic Service


Talks

AI/CRV Nectar Track (May. 2026): Space-Time Graphs of Convex Sets for Multi-Robot Motion Planning & GHOST: Solving the Traveling Salesman Problem on Graphs of Convex Sets

SFU-Robotics Seminar (Dec. 2025): A Tutorial on GCS for Mixed Discrete—Continuous Planning in Robotics

NWRS (Jun. 2025): Large-Scale Multi-Robot Coverage Path Planning on Grids with Path Deconfliction


This website is hosted on GitHub Pages (Jekyll Minimal theme by orderedlist)

Decision Making & Planning for Heterogeneous Multi-robot System

In this project, we focus on decision making and planning problems for heterogeneous multi-robot system. In the ecological restoration project, we use MSTC* where the coverage working robots need to constantly travel between the working spots and a static base station to replenish resources.

demo Figure: Given an arbitrary target coverage area, a mCPP problem for the worker-station MRS on planar areas can be decomposed into: 1) coverage planning for workers (blue robots) and 2) rendezvous planning for station (yellow robot). There are random dynamic interferers (red robots) in the environment.

As a continuation, we mobilized the base station as a robot to replenish the working robots in need, and then adopted multi-agent reinforcement learning methods to solve the mCPP problem for the so-called worker-station MRS.

We formulate a fully cooperative MARL problem with Dec-POMDP for the system. We then design a two-stage curriculum learning with the intrinsic curiosity module, which successfully guided the training and further improved the planning efficiency. Our method manages to reduce the influence of random dynamic interferers on planning, while the robots can avoid collisions with them.

demo Figure: Motion trajectories of worker-station MRS using our method.

We validate our method in both simulation and real world robot platform. The work is accepted for publication (to appear) by IEEE Robotics and Automation Letters.

demo Figure: Real robot setup of the worker-station multi-robot system.