Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michalzajac-ml committed Sep 7, 2023
1 parent 3a1d10f commit f63bf5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/imitation/policies/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,9 @@ def __init__(self, env: typing.Union[gym.Env, vec_env.VecEnv], *args, **kwargs):
[(ATARI_ACTION_NAMES_TO_KEYS[name], name) for name in action_names],
)
super().__init__(
env.observation_space, env.action_space, action_keys_names, *args, **kwargs,
env.observation_space,
env.action_space,
action_keys_names,
*args,
**kwargs,
)

0 comments on commit f63bf5e

Please sign in to comment.