Skip to content

Commit

Permalink
Move logging utils for vectorized obs mal sim env to ./wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkickling committed Jan 15, 2025
1 parent 536b07f commit fe27e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions malsim/wrappers/malsim_vectorized_obs_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@
import numpy as np
from gymnasium.spaces import MultiDiscrete, Box, Dict
from pettingzoo import ParallelEnv
from maltoolbox.attackgraph import AttackGraph, AttackGraphNode
from maltoolbox.attackgraph import AttackGraphNode

from ..sims.mal_sim_settings import MalSimulatorSettings
from ..sims.mal_simulator import (
MalSimulator,
AgentType,
MalSimAgent,
MalSimAttacker,
MalSimDefender
)
from ..sims.mal_sim_logging_utils import (
from .malsim_vectorized_obs_logging_utils import (
format_full_observation,
log_mapping_tables,
)
Expand Down
File renamed without changes.

0 comments on commit fe27e46

Please sign in to comment.