Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Kaiyotech/Opti
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyotech committed May 10, 2023
2 parents d012d6e + e3b483b commit ac7df9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions learner_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
embed_players=False,
),
lambda: ZeroSumReward(zero_sum=Constants_demo.ZERO_SUM,
demo_w=5,
got_demoed_w=-4,
demo_w=6,
got_demoed_w=-6,
goal_w=5,
concede_w=-5,
velocity_pb_w=0.02,
velocity_bg_w=0.05,
velocity_pb_w=0.01,
velocity_bg_w=0.02,
velocity_po_w=0.001,
vel_po_mult_ss=5,
vel_po_mult_neg=0.01,
Expand Down
8 changes: 4 additions & 4 deletions worker_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

if __name__ == "__main__":
rew = ZeroSumReward(zero_sum=Constants_demo.ZERO_SUM,
demo_w=5,
got_demoed_w=-4,
demo_w=6,
got_demoed_w=-6,
goal_w=5,
concede_w=-5,
velocity_pb_w=0.02,
velocity_bg_w=0.05,
velocity_pb_w=0.01,
velocity_bg_w=0.02,
velocity_po_w=0.001,
vel_po_mult_ss=5,
vel_po_mult_neg=0.01,
Expand Down

0 comments on commit ac7df9b

Please sign in to comment.