Skip to content

Commit 0e836a0

Browse files
committed
remove print
1 parent cc2ad78 commit 0e836a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

simulation-system/libs/gym-csle-cyborg/src/gym_csle_cyborg/envs/cyborg_scenario_two_defender.py

-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ def observation_id(cyborg_hostname_to_id: Dict[str, int], decoy_state: List[List
690690
obs_vector = CyborgEnvUtil.state_to_vector(state=CyborgScenarioTwoDefender.table(env=env).rows,
691691
decoy_state=decoy_state,
692692
host_ids=host_ids, scan_state=scan_state, observation=True)
693-
print(obs_vector)
694693
obs_id = CyborgEnvUtil.state_vector_to_state_id(state_vector=obs_vector, observation=True)
695694
return obs_id
696695

0 commit comments

Comments
 (0)