Skip to content

Official code implementation for "Efficient and Distributed Multi-Agent Interactive Trajectory Optimization via ADMM and Dynamic Potential Games"

License

Notifications You must be signed in to change notification settings

labicon/Potential-ADMM_code

Repository files navigation

Code implementation for distributed Potential-ADMM

License: MIT

Code for the paper: "Efficient and Distributed Multi-Agent Interactive Trajectory Optimization via ADMM and Dynamic Potential Games"

Installation

You can recreate the python environment used to run these files via:

conda create --name <env> --file requirements.txt

Similiarily, using a standard Python 3 installation, you can also use:

python3 -m venv env
source env/bin/activate
pip install -r pipRequirements.txt

Simulations

To re-run the comparison between potential-ADMM and distributed potential iLQR, please download the dp-ilqr repo here

About

Official code implementation for "Efficient and Distributed Multi-Agent Interactive Trajectory Optimization via ADMM and Dynamic Potential Games"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published