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

grid2op.Space

Space

This page is organized as follow:

Table of Contents

Objectives

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 grid2op.Backend) and from which inherit most of grid2op objects: the GridObjects

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

Detailed Documentation by class

grid2op.Space