Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Grid2op/grid2game
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Grid2op/grid2game
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev_cab
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 14 files changed
  • 1 contributor

Commits on Jul 7, 2022

  1. Add modal issue

    - add function to stop computation if any alarm is raised
    - add modal triggered when any alarm is raised
    - fix logger level and add --logging_level to app arguments
    praffi-systemx committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    85dfb78 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    6262705 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Add to variant trees

    praffi-systemx committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    aa55fc6 View commit details
    Browse the repository at this point in the history
  2. Add running modes

    praffi-systemx committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f81f1d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Apply recommandation

    praffi-systemx committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    962a682 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Add simulate and integrate manual action

    - only layout, no callbacks yet
    praffi-systemx committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    2ddf139 View commit details
    Browse the repository at this point in the history
  2. Add simulate and integrate manual action callbacks

    - Simulate and integrate manual action buttons will show only if the recommendations are open.
    - Simulate button doesn't work. There is a bug on main branch, simulated figure doesn't update on manual action.
    - Refactoring of recommendations
    - TODO: Handle multi-recommendations for human integrated actions
    praffi-systemx committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    423d0ea View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    8467290 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Add Expert Assistance

    - add expert assist tab with basic view from grid2viz/src/simulation/ExpertAssist.py
      this tab interacts with the recommendations
    - add some user input persistence through tab switch
    - prevent initial call on most of CAB's callbacks to fix bugs
    praffi-systemx committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6d8b919 View commit details
    Browse the repository at this point in the history
Loading