Giter Site home page Giter Site logo

paolofrance / differential_gt Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 24 KB

The solution of the two-players Linear-Quadratic Differential Game Theoretic problem, for the Cooperative and the Non-Cooperative cases

CMake 4.03% C++ 95.97%
cooperative-game differential-game differential-games non-cooperative-game linear-quadratic-game

differential_gt's Introduction

The differential GT package

This package implements the solution for the two-players Linear-Quadratic differential game-theoretic problem.

This implementation has been used in the works proposed in "Franceschi, Paolo, Nicola Pedrocchi, and Manuel Beschi. Human–Robot Role Arbitration via Differential Game Theory. IEEE Transactions on Automation Science and Engineering (2023).", and in Modeling and analysis of pHRI with Differential Game Theory.

This repository addressed the solution of the Non-Cooperative case, the so-called Nash Equilibrium, and the solution of the Cooperative case, the Pareto frontier.

Namely, it addresses the NC problem described as

$$\begin{split} & \min_{u_1}J_{1} (z,u_1,u_2) \\ & \min_{u_2}J_{2} (z,u_1,u_2) \\ s.t. & ; \dot{z} = Az+B_1 , u_1 + B_2, u_2 \\ & z(t_0) =z_0 \end{split}$$

and the Cooperative

$$\begin{split} & \min_{u}J_{c} = \int_{0}^{\infty}( z^T,Q_{c},z + u^T,R_{c},u ),dt \\ & s.t. ; \dot{z} = A_{c},z_{c}+B_{c}u_{c} \\ & z_c(t_0) =z_0 \end{split}$$

You can find more details in the related publications here and here, and in Engwerda, Jacob. LQ dynamic optimization and differential games. John Wiley & Sons, 2005..

Citation

If you are using this repository, please consider citing it as

@ARTICLE{10275780,
author={Franceschi, Paolo and Pedrocchi, Nicola and Beschi, Manuel},
journal={IEEE Transactions on Automation Science and Engineering}, 
title={Human–Robot Role Arbitration via Differential Game Theory}, 
year={2023},
volume={},
number={},
pages={1-16},
doi={10.1109/TASE.2023.3320708}}

TODO

  1. Better documentation
  2. purge from ros

Contacts

if you have any questions about this repository, are interested in applications, want to contribute or anything else, please contact me at [email protected] .

Acnowledgements

This repository was developed within the EU Horizon 2020 DrapeBot project context.

differential_gt's People

Contributors

paolofrance avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

bglima

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.