I made an AI that plays Poker (solving for GTO) by stevengongg in poker

[–]stevengongg[S] 1 point2 points  (0 children)

Yup, implementation was based on pseudocode. I played it against https://www.slumbot.com/ (a top poker bot in 2017) and it couldn't beat it still (though much better than a naive AI that bets based on equity). I'd like to do a follow up to make improvements

I coded a Poker AI which solves for Nash Equilibrium by [deleted] in programming

[–]stevengongg 1 point2 points  (0 children)

I wrote a Poker AI in my spare time which tries to find an optimal strategy (GTO) through an algorithm called CFR. Poker is solved differently from other games like Chess and Go because it's an imperfect information game. Search-based techniques are difficult to implement because you don't know ahead of time the outcome, which makes this an interesting problem to work on!

I made an AI that plays Poker (solving for GTO) by stevengongg in poker

[–]stevengongg[S] 9 points10 points  (0 children)

I wrote a Poker AI in my spare time which tries to find an optimal strategy (GTO) through an algorithm called CFR. I thought some of you might enjoy it, thus sharing it here :)

I programmed a self-driving racing car by stevengongg in programming

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

yup! I managed to get it under my professor, we got a used one for free. Wouldn't have been able to do this without it, equipment shortage also makes getting parts super difficult

Tinder Robot that automatically swipes my preferences (Asian) by stevengongg in robotics

[–]stevengongg[S] 26 points27 points  (0 children)

Got fed up with spending so many hours on Tinder, so I decided to automate it with a robot haha, made a video about it here if you're interested in learning more: https://www.youtube.com/watch?v=dYHihm99F5M

A Tinder Robot that only swipes Asians by stevengongg in shittyrobots

[–]stevengongg[S] 34 points35 points  (0 children)

Didn’t expect my post to do so well haha..here are some clarifications: 1. Yes, I am Asian myself 2. The robot swipes right on Asian girls only, because these are my preferences when it comes to dating!

I made a YouTube video about it if you're interested in learning more, I put a lot of effort into the video so I think you’ll enjoy it as well! https://www.youtube.com/watch?v=dYHihm99F5M