Skip to content

Commit

Permalink
Merge pull request #161 from rte-france/fix_notebook
Browse files Browse the repository at this point in the history
Fixes notebooks and update the environment educ_case14_redisp
  • Loading branch information
BDonnot committed Nov 4, 2020
2 parents 2c1d4e9 + 7ae2e69 commit 3f39070
Show file tree
Hide file tree
Showing 65 changed files with 205 additions and 1,407 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,8 @@ bug_neg_prod.py
test_ray/
test.py
getting_started/chronics_educ/
grid2op/data/educ_case14_redisp/
getting_started/prepare_env_aub.ipynb
test_log_122/
test_log_122/grid2op/data/educ_case14_redisp
test_issue156.py
test_redisp.py
getting_started/test_env_converter.ipynb
Expand All @@ -244,6 +243,8 @@ getting_started/donothing_case14_realistic.ipynb
getting_started/first_plot_attempt.ipynb
getting_started/investigate_redisp_bug.ipynb
**/split_and_save_meta_params.json
getting_started/saved_agent_DDDQN_BDA_1000/
getting_started/saved_agent_DDDQN_BDA_1000_results/

# profiling files
**.prof
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Change Log
- [???] model dumps (as in dump storage) in grid2op (stuff that have a given energy max, and cannot produce more than
the available energy)

[1.3.1] - 2020-11-04
----------------------
- [FIXED] the environment "educ_case14_redisp"
- [FIXED] notebooks are now working perfectly

[1.3.0] - 2020-11-02
---------------------
- [BREAKING] GymConverter has been moved to `grid2op.gym_compat` module instead of `grid2op.Converter`
Expand Down
2 changes: 1 addition & 1 deletion getting_started/0_SmallExample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions getting_started/1_Grid2opFramework.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"outputs": [],
"source": [
"from grid2op.Agent import DoNothingAgent\n",
"my_agent = DoNothingAgent(env.env_action)"
"my_agent = DoNothingAgent(env.action_space)"
]
},
{
Expand Down Expand Up @@ -450,9 +450,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.8.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 3f39070

Please sign in to comment.