Skip to content

Commit 72e8c03

Browse files
committed
Fix spelling mistake
1 parent d328ce9 commit 72e8c03

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/necto/bot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ def render_attention_weights(
9696
weight = mean_weights[i] / mx
9797
dest = loc + obs[1][0, i, 5:8] * 2300 * invert
9898
color = self.renderer.create_color(
99-
round(255 * (1 - weight)), round(255), round(255 * (1 - weight))
99+
round(255 * (1 - weight)),
100+
255,
101+
round(255 * (1 - weight)),
100102
)
101103

102104
self.renderer.draw_string_3d(

tests/necto/bot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fun_fact = "Necto uses an attention mechanism, commonly used for text understand
1212
source_link = "https://github.com/Rolv-Arild/Necto"
1313
developer = "Rolv, Soren, and several contributors"
1414
language = "rlgym"
15-
# ALL POSSIBLE TAGS: 1v1, teamplay, goalie, hoops, dropshot, snow-day, spike-rush, heatseaker, memebot
15+
# ALL POSSIBLE TAGS: 1v1, teamplay, goalie, hoops, dropshot, snow-day, spike-rush, heatseeker, memebot
1616
# NOTE: Only add the goalie tag if your bot only plays as a goalie; this directly contrasts with the teamplay tag!
1717
# NOTE: Only add a tag for a special game mode if you bot properly supports it
1818
tags = ["1v1", "teamplay"]

0 commit comments

Comments
 (0)