TrajectoryGamesBase.jl

Core interface to design, solve, and simulate trajectory games.
Author lassepe
Popularity
11 Stars
Updated Last
1 Year Ago
Started In
June 2022

TrajectoryGamesBase

CI codecov License

A package that contains the problem interface and related types for trajectory games. The trajectory games considered here are played over continuous action spaces in discrete time. That is, this package currently does not support differential games.

Note that this package does not contain any solver code. It merely serves as abstraction to share problem description and solvers.

Usage

This README will be expanded to include more concrete usage instructions. Until then, please refer to the test/runtests.jl file as a source of implicit documentation.