Can poker solvers be manipulated to solve non poker things?
Example a game between Jim and Bob both can take 3 different actions high low or mid. They both start with 100 points.
High gains 0 points against high
Losses 30 against mid
Gains 70 versus low
Mid gains 0 against mid
Gains 30 against high
Loses 30 against low
Low gains 0 versus low
Gains 30 versus mid
Loses 70 versus high.
What I want to solve is somewhat more complicated but I need to paste a file from chatgpt to make it clear
7 Replies
I'm basically trying to solve the paul versus Alisa matchup in tekken 8. ChatGPT has a built in lp solver but it kinda stops working after 5 or 6 moves per a character. It did build a file for me though. Was hoping I could paste it into gto+ and it would make sense of it.
Please ignore this thread forgot I already asked a similar question in another thread so I'll stick to that one ?
I guess any game or situation that works like poker or can be modeled like it could be solved using PIO or any other solver. Can't think of any right now tho.
No reason to bend a poker solver into solving non-poker games. Poker solvers are heavily specialized to solve one very specific type of game, it doesn't make sense to use them for something completely unrelated.
There are (free) game theory packages around that can solve a wide variety of games:
https://www.gambit-project.org/
I finally just used python
Please ignore this thread forgot I already asked a similar question in another thread so I'll stick to that one ?
Thread title is superb
Personally I wish someone would invent a psychology + poker solver so you could input things like: villain's mood; hero's attachment to outcome; BB as a % of bankroll etc etc. And then have it factor in all those things into the solutions.
No reason to bend a poker solver into solving non-poker games. Poker solvers are heavily specialized to solve one very specific type of game, it doesn't make sense to use them for something completely unrelated.
There are (free) game theory packages around that can solve a wide variety of games:
https://www.gambit-project.org/
I know about those but setup is a pain. I was looking for something I could just put the code in hit solve and be done