Skip to content

Commit

Permalink
Fixing TrueTableWrapper.py observation change call
Browse files Browse the repository at this point in the history
  • Loading branch information
maxstanden committed Dec 15, 2022
1 parent dc0e4da commit 64bf454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CybORG/Agents/Wrappers/TrueTableWrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ def true_obs_to_table(true_obs,env):
print('Scanned column likely inaccurate.')
wrapper = TrueTableWrapper(env,observer_mode=False)
wrapper.step_counter = 1
return wrapper.observation_change(true_obs)
return wrapper.observation_change(agent=None, observation=true_obs)

0 comments on commit 64bf454

Please sign in to comment.