Skip to content

Commit

Permalink
fix constants for names
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyotech committed Jul 5, 2023
1 parent 4635b10 commit 219378c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
31 changes: 3 additions & 28 deletions Constants_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,16 @@
SELECTION_CHANNEL = "on_model_selection"

SUB_MODEL_NAMES = [
"kickoff_1",
"kickoff_2",
"kickoff",
"GP",
"aerial",
"flick_bump",
"flick",
"flip_reset_1",
"flip_reset_2",
"flip_reset_3",
"pinch",
"recover_↑",
"recover_↗",
"recover_→",
"recover_↘",
"recover_↓",
"recover_↙",
"recover_←",
"recover_↖",
"recover_b_left",
"recover_b_right",
"flip_reset",
"recover_b_post",
"recover_ball",
"halfflip_back",
"speedflip",
"halfflip_ball",
"walldash_str",
# "walldash_up",
# "walldash_down",
"walldash_boost",
"demo",
"walldash",
"doubletap",
"wall_play",
# "left_turn",
# "straight",
# "right_turn"

]

Expand Down
2 changes: 1 addition & 1 deletion CoyoteParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def __init__(self, obs_info=None):
(SubAgent("aerial_jit.pt"), # 2
CoyoteObsBuilder_Legacy(expanding=True, tick_skip=4, team_size=3, extra_boost_info=False,
mask_aerial_opp=True)),
(SubAgent("flick_2_jit.pt"), # flick bump
(SubAgent("flick_1_jit.pt"), # flick bump
CoyoteObsBuilder_Legacy(expanding=True, tick_skip=4, team_size=3, embed_players=True)),
(SubAgent("flipreset_3_jit.pt"),
CoyoteObsBuilder_Legacy(expanding=True, tick_skip=4, team_size=3, extra_boost_info=False,
Expand Down

0 comments on commit 219378c

Please sign in to comment.