FlameF0X commited on
Commit
c7c628c
·
verified ·
1 Parent(s): b7114e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,4 +85,4 @@ class ChessAgent:
85
  * **The Illegal Move Fallback:** We know LMs can hallucinate and RL models can sometimes guess out-of-bounds moves. If your agent returns a move that is illegal or unparseable, **the tournament engine will automatically pick a random legal move as a fallback** so the game can continue. However, relying on the fallback too much will likely hurt your model's strategy, so try to mask or filter your outputs!
86
  * **The Grand Finale:** The tournament will progress via a Swiss-system group stage leading into a single-elimination knockout. The champion of the LM bracket will face off against the champion of the RL bracket in a final showdown. Full PGN match histories and bracket summaries will be fully published once the tournament simulation concludes.
87
 
88
- > Would you like to join the [Discord](https://discord.gg/VgZffqPjzk) server?
 
85
  * **The Illegal Move Fallback:** We know LMs can hallucinate and RL models can sometimes guess out-of-bounds moves. If your agent returns a move that is illegal or unparseable, **the tournament engine will automatically pick a random legal move as a fallback** so the game can continue. However, relying on the fallback too much will likely hurt your model's strategy, so try to mask or filter your outputs!
86
  * **The Grand Finale:** The tournament will progress via a Swiss-system group stage leading into a single-elimination knockout. The champion of the LM bracket will face off against the champion of the RL bracket in a final showdown. Full PGN match histories and bracket summaries will be fully published once the tournament simulation concludes.
87
 
88
+ > Would you like to [join](https://discord.gg/VgZffqPjzk) the Discord server?