Skip to content

Commit 154991f

Browse files
committed
Remove comment
1 parent 139ec32 commit 154991f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/necto/bot.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ def initialize_agent(self):
6565
"Also check out the RLGym Twitch stream to watch live bot training and occasional showmatches!"
6666
)
6767

68-
# t = 5
69-
# for i in range(t):
70-
# self.logger.info(f"Waiting {t - i}s...")
71-
# sleep(1)
72-
7368
def render_attention_weights(
7469
self,
7570
weights: list[torch.Tensor],

0 commit comments

Comments
 (0)