Skip to content

Commit

Permalink
wall reward tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyotech committed Jun 14, 2023
1 parent 1955e28 commit 8a72d08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions worker_wall.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@

rew = ZeroSumReward(zero_sum=Constants_wall.ZERO_SUM,
concede_w=-10,
goal_w=10,
goal_w=0,
aerial_goal_w=10,
velocity_bg_w=0.3,
velocity_pb_w=0.002,
acel_ball_w=2,
jump_touch_w=0.1,
jump_touch_w=0.15,
wall_touch_w=0.5,
touch_ball_w=0,
tick_skip=Constants_wall.FRAME_SKIP,
flatten_wall_height=True,
boost_gain_w=2,
boost_spend_w=-4,
punish_boost=True,
pun_rew_ball_height_w=0.002,
pun_rew_ball_height_w=0.004,
dribble_w=-0.1,
punish_backboard_pinch_w=-4,
)
Expand Down

0 comments on commit 8a72d08

Please sign in to comment.