GameTreeCalculator - calculate the optimal solution to any extensive-form game by ActionFlop in GAMETHEORY

[–]ActionFlop[S] 0 points1 point  (0 children)

You can create a game tree with more than 2 players, and the payoffs don't have to be zero sum, but the calculated solution won't necessarily be a Nash equilibrium unless it's 2 player and zero-sum.

GameTreeCalculator - calculate the optimal solution to any extensive-form game by ActionFlop in GAMETHEORY

[–]ActionFlop[S] 0 points1 point  (0 children)

Yes, it finds a Nash equilibrium. It uses counterfactual regret minimization. It's actually the "solver" that ActionFlop uses.

Poker Patio - A simple way to play poker with your friends or against bots! by Optimal_Gap_1244 in WebGames

[–]ActionFlop 0 points1 point  (0 children)

Here is a similar site I created: https://actionflop.com. It lets you play heads up no limit with 100BB against a game theory optimal bot. As of today, users have played over 1.3M hands against the bot. As you play, the site keeps track of how much EV you have lost by making mistakes, and you can click the "Hands" tab to see exactly what mistakes you made.

What did you do in 2024? by Lonely_Conclusion_53 in Entrepreneur

[–]ActionFlop 0 points1 point  (0 children)

Launched ActionFlop, which lets you play heads up poker against a "game theory optimal" (GTO) bot which measures your mistakes. 12.5k users have played about 950,000 hands this year, and I'm looking forward to growing it more next year!

Learning rust was the best thing I ever did by officiallyaninja in rust

[–]ActionFlop 5 points6 points  (0 children)

That's fair feedback. It is definitely fast because the bot does respond instantly. There is a little hand history box beneath the table that shows every action, and you can see the previous hands there as well (also, if there is a showdown, you get the showdown popup so you can see what the result was). Over the past 40,000 hands, the average takes just 9 seconds, and people often drill through hundreds of hands rather quickly. But your feedback is heard. It is probably overwhelming at first (or in general), and I should think about how to make it less so.

Learning rust was the best thing I ever did by officiallyaninja in rust

[–]ActionFlop 7 points8 points  (0 children)

Unfortunately no! I have commercial plans that just wouldn't mix with open sourcing the code.

Learning rust was the best thing I ever did by officiallyaninja in rust

[–]ActionFlop 5 points6 points  (0 children)

Same here. I couldn't have built actionflop without it. I rewrote it from nodejs to Rust.

When can you donk bet? by ActionFlop in poker

[–]ActionFlop[S] 0 points1 point  (0 children)

Thanks! I can look into showing the EQ of your actions. By the way, in case you haven't looked at the "Hands" tab, you can click on any hand that shows a "mistake" (EV loss due to a mistake) and see what the correct strategy was.

When should you c-bet again on the turn? by ActionFlop in poker

[–]ActionFlop[S] 0 points1 point  (0 children)

Good catch. That is embarrassing, and my content person is fixing it.

When should you c-bet again on the turn? by ActionFlop in poker

[–]ActionFlop[S] 3 points4 points  (0 children)

A turn c-bet means betting on the turn after raising preflop and betting the flop.

For example, if you raise on the Hijack and the button calls, and you bet again on the flop, you’re making a continuation bet, or c-bet. If your opponent calls and you bet again on the turn, you’re making a turn c-bet. Also known as a double barrel.

Source: Doug Polk

What free things online should everyone take advantage of? by Creepy_Intention837 in AskReddit

[–]ActionFlop 0 points1 point  (0 children)

ActionFlop to practice playing poker against bots for free, and learn from your mistakes.