Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Blum committed Aug 6, 2024
1 parent e0155b8 commit dcf411a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyberbattle/_env/cyberbattle_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ def __init__(self, bounds: EnvironmentBounds):


class CyberBattleSpaceKind(Env[Observation, Action]):
action_space: DiscriminatedUnion
observation_space: ObservationSpaceType
action_space: DiscriminatedUnion # type: ignore
observation_space: ObservationSpaceType # type: ignore


class CyberBattleEnv(CyberBattleSpaceKind):
Expand Down

0 comments on commit dcf411a

Please sign in to comment.