MTG Bench: Testing how well LLMs can play Magic
11–20 of 36 posts
Re: MTG Bench: Testing how well LLMs can play Magic
#12Looking forward to this metric being Goodhart lawed. Like how the strawberry example was overtrained for, or how the pelican on a bike started being used in official release posts.
Re: MTG Bench: Testing how well LLMs can play Magic
#13Re: MTG Bench: Testing how well LLMs can play Magic
#14Looking forward to this metric being Goodhart lawed. Like how the strawberry example was overtrained for, or how the pelican on a bike started being used in official release posts.
Magic is complicated . I looked at doing something like this but the open-ended nature where one specific card will completely change the rules or require a series of followup events or modifications to the rules engine at hand is just tremendous.
Re: MTG Bench: Testing how well LLMs can play Magic
#15Re: MTG Bench: Testing how well LLMs can play Magic
#16Re: MTG Bench: Testing how well LLMs can play Magic
#17I know the author specifically did not use a rules engine in their simulation because of uncertainty on how it would affect it. I do still wonder if adapting something like card forge for llm use would result in engaging gameplay with an llm. https://github.com/Card-Forge/forge
Have the LLM submit a proposed move and either advance the game state or reply "permission denied, try again". Probably also log the number of times it happens since attempted violations seems like a valuable signal as well.
Re: MTG Bench: Testing how well LLMs can play Magic
#18I know the author specifically did not use a rules engine in their simulation because of uncertainty on how it would affect it. I do still wonder if adapting something like card forge for llm use would result in engaging gameplay with an llm. https://github.com/Card-Forge/forge
I actually considered using card forge when I started this. I mostly didn't end up using it because of how much more work it would have been. But also with a rules engine, you have to manually go though every step, and pass priority after every action. I think it makes more sense to let an LLM play magic like a person would. On early turns it is acceptable to say "I play a land and pass" without going through every p…
Re: MTG Bench: Testing how well LLMs can play Magic
#19Earlier quoted context omitted.
Magic is complicated . I looked at doing something like this but the open-ended nature where one specific card will completely change the rules or require a series of followup events or modifications to the rules engine at hand is just tremendous.
or, that certain cards when play together make an infinite loop, and so cannot be played/insta-die
Re: MTG Bench: Testing how well LLMs can play Magic
#20Looking forward to this metric being Goodhart lawed. Like how the strawberry example was overtrained for, or how the pelican on a bike started being used in official release posts.
Magic is complicated . I looked at doing something like this but the open-ended nature where one specific card will completely change the rules or require a series of followup events or modifications to the rules engine at hand is just tremendous.
IOW, it's as complicated as possible.