Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots committed Sep 19, 2024
1 parent 66c8753 commit 36be35a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PyFlyt/pz_envs/fixedwing_envs/ma_fixedwing_dogfight_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ def _compute_boundary_rewards(self) -> np.ndarray:
axis=-1,
)

print(boundary_rewards)
return boundary_rewards

def _compute_term_trunc_rew_info(self) -> None:
Expand Down

0 comments on commit 36be35a

Please sign in to comment.