Skip to content

Commit

Permalink
upgrading rte_case14_realistic test env with playableAction
Browse files Browse the repository at this point in the history
  • Loading branch information
marota committed Dec 21, 2021
1 parent d11ef78 commit e9bb034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/rte_case14_realistic/config.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from grid2op.Action import TopologyAndDispatchAction
from grid2op.Action import TopologyAndDispatchAction, PlayableAction
from grid2op.Reward import RedispReward
from grid2op.Rules import DefaultRules
from grid2op.Chronics import Multifolder
Expand All @@ -7,7 +7,7 @@

config = {
"backend": PandaPowerBackend,
"action_class": TopologyAndDispatchAction,
"action_class": PlayableAction,
"observation_class": None,
"reward_class": RedispReward,
"gamerules_class": DefaultRules,
Expand Down

0 comments on commit e9bb034

Please sign in to comment.