We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139ec32 commit 154991fCopy full SHA for 154991f
tests/necto/bot.py
@@ -65,11 +65,6 @@ def initialize_agent(self):
65
"Also check out the RLGym Twitch stream to watch live bot training and occasional showmatches!"
66
)
67
68
- # t = 5
69
- # for i in range(t):
70
- # self.logger.info(f"Waiting {t - i}s...")
71
- # sleep(1)
72
-
73
def render_attention_weights(
74
self,
75
weights: list[torch.Tensor],
0 commit comments