|
|
|
|
|
by dmakian
931 days ago
|
|
> If I'm reading the author's writeup correctly, the prompt he's giving the agent at each pick contains only the names of the cards in its pool so far, and only gives the full text for the cards in the pack it's being passed. It doesn't look like context is being maintained between picks, presumably for context window size reasons. Not quite -- there's a few ways the model learns the full card text: * The models are trained on card trivia completions as well, where they're asked to complete the full text of the card as well as information about it (type, CMC, etc.) * The models do still have to learn next token completion on the cards in packs, meaning they learn to predict the full text of the cards while making draft picks as well. Net net, the bots learn the text of the new cards pretty comprehensively. |
|