You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@@ -11,8 +11,8 @@ Note that this package does not contain any solver code. It merely serves as abs
11
11
## Eco-System
12
12
13
13
-[MCPTrajectoryGameSolver.jl](https://github.com/JuliaGameTheoreticPlanning/MCPTrajectoryGameSolver.jl): A solver for trajectory games by casting them as mixed complementarity problems. See that package for a complete usage demo of the `TrajectoryGamesBase` interface.
14
-
-[TrajectoryGamesExamples.jl](https://github.com/lassepe/TrajectoryGamesExamples.jl): A package that provides examples of trajectory games and tools for modeling and visualization.
15
-
-[LiftedTrajectoryGames.jl](https://github.com/lassepe/LiftedTrajectoryGames.jl): A package for learning mixed strategy solutions of trajectory games.
14
+
-[TrajectoryGamesExamples.jl](https://github.com/JuliaGameTheoreticPlanning/TrajectoryGamesExamples.jl): A package that provides examples of trajectory games and tools for modeling and visualization.
15
+
-[LiftedTrajectoryGames.jl](https://github.com/JuliaGameTheoreticPlanning/LiftedTrajectoryGames.jl): A package for learning mixed strategy solutions of trajectory games.
16
16
17
17
If you have a package that uses `TrajectoryGamesBase` and would like to have it listed here, please open an issue or a pull request.
0 commit comments