You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "test_box_act copy.py", line 15, in <module>
env_gym = GymEnv(env)
File "grid2op/gym_compat/gymenv.py", line 45, in __init__
self.action_space = GymActionSpace(self.init_env)
File "/grid2op/gym_compat/gym_act_space.py", line 138, in __init__
dict_ = self._fix_dict_keys(dict_)
File "/grid2op/gym_compat/gym_act_space.py", line 273, in _fix_dict_keys
res[self.keys_grid2op_2_human[k]] = v
KeyError: 'shunt_p'
Expected output
No error expected
The text was updated successfully, but these errors were encountered:
Environment
1.6.5
all
Bug description
When setting the action class to be
CompleteAction
we cannot use theGymEnv
because of some missing keys.How to reproduce
Just run this in a python repl:
Current output
Expected output
The text was updated successfully, but these errors were encountered: