Skip to content

Commit

Permalink
adressing issue rte-france#184 by adding a page of the documentation …
Browse files Browse the repository at this point in the history
…were available env are described
  • Loading branch information
BDonnot committed Apr 12, 2021
1 parent ee1bce5 commit 439e881
Show file tree
Hide file tree
Showing 8 changed files with 355 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ invert_idto_act.py
test_bug_discord1.py
test_networkx.py
test_issue185.py
test_can_make_opponent.py

# profiling files
**.prof
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ Change Log
- [ADDED] a feature to retrieve the voltage angle (theta) in the backend (`backend.get_theta`) and in the observation.
- [ADDED] support for multimix in the GymEnv (lack of support spotted thanks to
`Issue #185 <https://github.com/rte-france/Grid2Op/issues/185>`_ )
- [ADDED] basic documentation of the environment available.
- [IMPROVED] extra layer of security preventing modification of `observation_space` and `action_space` of environment
- [IMPROVED] better handling of dynamically generated classes
- [IMPROVED] the documentation of the opponent


[1.5.0] - 2021-03-31
-------------------------
Expand Down
354 changes: 350 additions & 4 deletions docs/available_envs.rst

Large diffs are not rendered by default.

Binary file added docs/img/R2_full_grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/l2rpn_case14_sandbox_layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/l2rpn_neurips_2020_track1_layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/l2rpn_neurips_2020_track2_layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/opponent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ To summarize what is going on here:
Detailed Documentation by class
--------------------------------
.. automodule:: grid2op.Opponent
:members:
:members:
:autosummary:

.. include:: final.rst

0 comments on commit 439e881

Please sign in to comment.