Viewing profile — bupticybee
bupticybee
HN member- Joined
- Sat, Feb 20, 2021, 10:52 AM UTC
- HN karma
- 33
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About bupticybee
No profile information was provided.
Recent public activity
-
comment
Comment #48815820
GPU is good at doing parallel task that in nature is the same. So it fit perfectly in CFR context. CFR is basically doing a lot of similar work across nodes. So if you implememnt a…
-
story
Show HN: A free, GPU-accelerated Texas Hold'em GTO solver in C++/CUDA
I built this mostly because I love the intersection of game AI, high-performance computing, and poker. I’d love for anyone interested in game theory or CUDA optimization to tear it…
-
comment
Comment #47499199
[dead]
- story
-
comment
Comment #35598484
I made this project to combine advantages of alpaca-lora and fastchat. I opensourced everything, including the share GPT dataset I used for training, model ,and training script. I …
- story
- story
-
comment
Comment #29126748
It's opensourced at https://github.com/bupticybee/TexasSolver , supports Windows,MacOs and Linux.
- story
-
comment
Comment #28327656
I also made a online demo: https://colab.research.google.com/github/bupticybee/TexasSol... And an youtube introduction for it: https://www.youtube.com/watch?v=MydczBwSfWc
- story
-
comment
Comment #28229983
Really fun stuff, perhaps you should use a computer screen instead of producing one
-
comment
Comment #26456173
After two weeks of hardwork, TexasHoldemSolverJava 0.2.0 is complete. A gui is created. Now it's a fully functional solver. It supports texas holdem and shortdeck. Most important, …
- story
-
comment
Comment #26233659
To be simple, python is not fast enought for solving, java is not fast enough for coding. So my solution is build prototype with python and transfer the code to java.
-
comment
Comment #26233619
Wow. Thank you for your support For now I still struggle to make it work in two player's preflop (take a ton of time and computation resources). In the future if a lot of people as…
-
comment
Comment #26233610
My idea is the free version has some drawbacks: (1) people don't want to pay will stick with this free version (2) it's like a sample pack for solver, you may download the free ver…
-
comment
Comment #26233595
The reason is simple, I'm not exactly a full time java engineer, as a matter of fact, I write python 80% of my time, all of this project's prototype is written in python in another…
-
comment
Comment #26219898
The author of piosolver stop providing the free version for obvious reasons.
-
comment
Comment #26219888
Yeah I am aware of this project, and I am current trying write an alpha-star like AI for another holdem simulator https://www.pettingzoo.ml/classic , I already made some progress a…
-
comment
Comment #26213388
Piosolver is so expensive (pro version is about $1000) so I decide to write a opensource,free version of it. I already check it's preformance and result with piosolver and I believ…
- story