krukah / robopoker

Play, learn, solve, and analyze No-Limit Texas Hold Em. Implementation follows from Monte Carlo counter-factual regret minimization over with hierarchical K-means imperfect recall abstractions.
MIT License
43 stars 5 forks source link

How long will the program take to run before it is ready for use? #25

Open huynq55-v2 opened 1 month ago

huynq55-v2 commented 1 month ago

Currently, I find that the program is taking quite a lot of time to execute. Will you update this repository in the near future with precomputed data?

404raphael commented 4 weeks ago

It depends on your cpu. On Windows with 7950x3d it took me ~38m but on macOS with i7-8850H I'm still waiting after 3h.

huynq55-v2 commented 4 weeks ago

Is it full deck or short deck?

404raphael commented 3 weeks ago

Short deck probably, it was a simple cargo run --release from f0f31302d323a0a176685d270f1e3df3d6fcdd25. And had the serialization problem afterwards.