Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 935 Bytes

space.rst

File metadata and controls

30 lines (22 loc) · 935 Bytes
.. currentmodule:: grid2op.Space

This page is organized as follow:

This module exposes the action space definition, the observation space definition (both depend on the underlying power grid and on the type of Action / Observation chosen).

It also define a dedicated representation of the powergrid, that is "powerflow agnostic" (does not depends on the implementation of the :class:`grid2op.Backend`) and from which inherit most of grid2op objects: the :class:`GridObjects`

More information about the modeling can be found in the :ref:`create-backend-module` page more especially in the :ref:`grid-description` section.

.. automodule:: grid2op.Space
    :members:
    :show-inheritance:
    :special-members:
    :autosummary: