Skip to content

Commit

Permalink
pick up pinch submodel. Run then clean up setters, change weights of …
Browse files Browse the repository at this point in the history
…gamemode, clean up terminals.
  • Loading branch information
Kaiyotech committed Dec 15, 2022
1 parent 7a06ab4 commit 7a053af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker_pinch.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
send_obs=True,
auto_minimize=auto_minimize,
send_gamestates=send_gamestate,
gamemode_weights={'1v1': 0.3, '2v2': 0.35, '3v3': 0.35}, # default 1/3
gamemode_weights={'1v1': 0.302, '2v2': 0.349, '3v3': 0.349}, # default 1/3
streamer_mode=streamer_mode,
deterministic_streamer=deterministic_streamer,
force_old_deterministic=force_old_deterministic,
Expand Down

0 comments on commit 7a053af

Please sign in to comment.