From 70d477d3c916a3c3b1e9803e878639aac5c51439 Mon Sep 17 00:00:00 2001 From: lassepe Date: Sun, 24 Mar 2024 22:42:53 +0100 Subject: [PATCH] Update github actions --- .github/workflows/ci.yml | 5 ++--- README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a378eaa..e7f9392 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,14 +14,13 @@ jobs: with: version: ${{ matrix.julia_version }} - uses: julia-actions/cache@v1 - - uses: julia-actions/julia-runtest@latest + - uses: julia-actions/julia-runtest@v1 with: prefix: xvfb-run - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./lcov.info flags: unittests name: codecov-umbrella - fail_ci_if_error: true diff --git a/README.md b/README.md index fd649c4..a9c495d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/licenses/MIT) This package provides a thin wrapper around the [ParametricMCPs.jl](https://github.com/lassepe/ParametricMCPs.jl) package to solve trajectory games from -[TrajectoryGamesBase.jl](https://github.com/lassepe/TrajectoryGamesBase.jl). +[TrajectoryGamesBase.jl](https://github.com/JuliaGameTheoreticPlanning/TrajectoryGamesBase.jl). By exploiting the implicit function theorem, game solutions can be differentiated with respect to the game parameters. This sensitivity information can be used to fit a game-theoretic model to observed behavior as we explore in our work [Learning to Play Trajectory Games Against Opponents with Unknown Objectives](https://xinjie-liu.github.io/projects/game/).