Skip to content

Commit

Permalink
reduce damage per hit
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots committed Sep 20, 2024
1 parent 1d978f9 commit 84ae941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyFlyt/pz_envs/fixedwing_envs/ma_fixedwing_dogfight_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(
team_size: int = 2,
spawn_radius: float = 10.0,
spawn_height: float = 20.0,
damage_per_hit: float = 0.01,
damage_per_hit: float = 0.003,
lethal_distance: float = 20.0,
lethal_angle_radians: float = 0.07,
assisted_flight: bool = True,
Expand Down

0 comments on commit 84ae941

Please sign in to comment.