Sean Kent

Results 16 comments of Sean Kent

I like the idea of allowing an option for having the place bets left-up and "on" for the come-out rolls, though I still think the default should be that they...

Yep, you're spot on with this. Seems like something that I didn't catch as the scenario is somewhat unlikely and I didn't have a good way to test besides running...

If we're going to change it, I'd rather this strategy just avoids the pass line bet all together. Good to keep a strategy in that de-correlates from players running the...

Buy bets will need some table properties for rounding threshold, rounding method (up or down), and whether house collects the vig on win only. Also consider auto-buy

I have a good bit of code for the simulations, and so I'd like to take a first pass at adding some basic simulation methods and helper methods to get...

Good catch, that's most certainly a bug. I think this strategy was written before the place bet logic was fully understood. The small problem is that I've talked about this...

I think this is a great idea. By far the most time consuming aspect of writing a strategy is testing it, and this is a really clever way to do...

Thanks for bringing this up. There's a couple levels to your question. First, the new numpy implementation of it's random module uses the PCG algorithm for bit generation, which is...

To be clear, I see a lot of value in seeded groups of rolls (and it's easy to pass to `default_rng()`). The seeding only breaks down when you try to...

Interesting idea, however, I'm wondering whether this is implemented via a strategy (which the default place bet strategy already does) I could see the usefulness of this feature when someone...