aikupoker / deeper-stacker

DeeperStacker: DeepHoldem Evil Brother
39 stars 3 forks source link

Flop Speed #10

Closed herrefirh closed 5 years ago

herrefirh commented 5 years ago

Hey,

Are you planning to work on the flop processing speed? Or do you have any relatively simple suggestions how to cut it in half or so, even at cost of accuracy?

For me actually using timer it is more like 17 seconds for flop from start to finish. 6 seconds from receiving message to the NN information line. 11 seconds after that

I know what the readme says, but at the moment I have no idea how to do that. Maybe eventually, but not now. Thoughts?

herrefirh commented 5 years ago

I changed iterations, seems okay temp solution

jidma commented 5 years ago

I changed iterations, seems okay temp solution

Can you please explain how/where you changed iterations?

Thank you

aikupoker commented 5 years ago

Here @jidma

https://github.com/aikupoker/deeper-stacker/blob/master/Source/Settings/arguments.lua#L31-L34

You can change iteration. Less iteration, less accuracy. Please, check DeepStack paper about these iteration numbers.

jidma commented 5 years ago

Tank you @aikupoker

After changing the iterations do I need to retrain all the networks ?