We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae69d0b commit 67b4c75Copy full SHA for 67b4c75
grid2op/Observation/baseObservation.py
@@ -1104,7 +1104,7 @@ def state_of(
1104
"bus": self.topo_vect[self.gen_pos_topo_vect[gen_id]],
1105
"sub_id": cls.gen_to_subid[gen_id],
1106
"target_dispatch": self.target_dispatch[gen_id],
1107
- "actual_dispatch": self.target_dispatch[gen_id],
+ "actual_dispatch": self.actual_dispatch[gen_id],
1108
"curtailment": self.curtailment[gen_id],
1109
"curtailment_limit": self.curtailment_limit[gen_id],
1110
"curtailment_limit_effective": self.curtailment_limit_effective[gen_id],
0 commit comments