Skip to content

Commit

Permalink
Merge pull request #7 from BDonnot/ObsSpaceActionSpaceSerial
Browse files Browse the repository at this point in the history
Obs space action space serialization
  • Loading branch information
BDonnot committed Nov 27, 2019
2 parents 081642f + 612a963 commit 64d90a2
Show file tree
Hide file tree
Showing 16 changed files with 1,519 additions and 362 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,4 @@ documentation
**(copie).zip
grid2op/data/*/*.csv
**token.json
getting_started/study_agent_getting_started/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ interesting part of this framework:
or on [his github repository](https://github.com/abhinavsagar/Reinforcement-Learning-Tutorial). This code will
be adapted (only minor changes, most of them to fit the shape of the data)
and a (D)DQN will be trained on this problem.
* [4_StudyYourAgent](getting_started/4_StudyYourAgent.ipynb) shows how to study an Agent, for example
the methods to reload a saved experiment, or to plot the powergrid given an observation for
example. This is an introductory notebook. More user friendly graphical interface should
come soon.

Try them out in your own browser without installing
anything with the help of mybinder:
Expand Down
4 changes: 3 additions & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ dependencies:
- jyquickhelper
- numpy
- numba
- keras
- keras
- seaborn
- plotly
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Benjamin Donnot'

# The full version, including alpha/beta/rc tags
release = '0.3.3'
release = '0.3.4'
version = '0.3'


Expand Down
3 changes: 2 additions & 1 deletion docs/observation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Observation
.. include:: global.rst

.. automodule:: grid2op.Observation
:members:
:members:
:special-members:

.. include:: final.rst

0 comments on commit 64d90a2

Please sign in to comment.