Skip to content

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkickling committed Jan 20, 2025
1 parent 1292e8e commit d29a040
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions malsim/wrappers/gym_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ def step(
obs, rewards, terminated, truncated, infos = \
self.sim.step(actions)

self.last_infos = infos
self.last_obs = obs

return (
obs[self.defender_agent_name],
rewards[self.defender_agent_name],
Expand Down

0 comments on commit d29a040

Please sign in to comment.