Dominion Strategy Forum

Please login or register.

Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - NolanA

Filter to certain boards:

Pages: 1 2 [3]
51
Goko Dominion Online / Re: gokosalvager?
« on: July 28, 2016, 05:03:58 pm »
Is there an alternative way to look up logs for specific games besides GokoSalvager?

52
Simulation / Re: Chapel/Festival/Smithy engine
« on: July 28, 2016, 03:00:54 pm »
Quote
Buying provinces at 22+ coins seems suspicious. It seems like some other condition is being met coincidentally at the same time and it may be worth looking at sample game logs to work that out.
Quote
I'm not sure why an engine would want to build to, of all numbers, $22 to start greening. If anything you would want $16 (or $24). Engines should draw their whole deck every time ideally, so you shouldn't need excess money.
You can improve the win rate by changing to a rule about being having enough money to buy 2 provinces and having sufficient money (Festivals) in deck.  For example buy 2 provinces with 16+ in hand, 2+ buys, and 24+ in deck increases win rate by a few %.  You might also include buying Gardens, as the larger number of late game buys compared to Smithy-BM gives an advantage with more victory cards available making the engine more powerful.  You can also tweak a few things like buy a Festival before gold, buy a mid/late game 3rd gold in certain situations when it is helpful, more complex strategy with aggressive trashing combined with buying silver when certain too low money in deck conditions are met, changing the order of early Festival/Smithy/Village buys slightly, modifying the Dutchy/Estate buy rules slightly, choosing to buy Dutchies (or Gardens) over Provinces in certain cases when behind, etc.   However, all of this adds very few percent to the win rate at the cost of increased complexity.  If the OP or others using it want to keep things simple or only need a core framework and will fine tune while playing, I think the engine is fine as is.

Quote
I think Library / Festival rules are actually pretty easy to code...
I believe the problem with coding some of the discussed more complex strategies is the simulator has default Library play rules about which action cards to keep that cannot be changed.  It also has default play rules for Chapel and Throne Room that are not ideal in many situations (particularly with Throne Room) and are relevant to this discussion.   Library-Festival... could possibly be a better choice than the discussed engine in real play, but I don't think it will be best in simulation, if the metric of success is beating a Smithy-BM player.  Both will lose to the Bureaucrat/Market/Festival rush strategy mentioned in my earlier post by this metric.





53
Simulation / Re: Chapel/Festival/Smithy engine
« on: July 27, 2016, 11:28:02 pm »
I like your engine.  A few of the rules are uncommon for a chapel-engine in the base game, yet they work quite well.  However, if your goal is to beat Smithy-BM on the listed kingdom, I think you'll get the best results with some type of Bureaucrat/Gardens + Market (or Festival) rush.  For example the code below gives a ~80% win rate over Smithy with a 4/3 start and higher on a 5/2 start.  It has a ~76% win rate over Smithy on a 4/3 start, if Smithy is modified to buy Gardens in the standard Smithy-BM type way (wait until x number of provinces remain).  I expect you can get higher win rates by optimizing this type of strategy and including Villages.

Note that while this type of rush is strong against Smithy-BM, it is quite weak against some other options for this kingdom, which makes it important to monitor what your opponent is doing.  For example, your engine beats the listed strategy, winning 90%.  However, if the Bureaucrat/Gardens rush is modified to buy Festivals instead of Markets, then Bureaucrat/Gardens rush wins 90% against your engine since your engine buys enough Festivals to make it much easier to empty 3 piles, and the reduced available Festivals in the supply interferes with the engine.

Code: [Select]
<player name="Bureaucrat/Gardens + Market"
 author="NolanA"
 description="">
 <type name="Competitive"/>
 <type name="UserCreated"/>
 <type name="Combo"/>
 <type name="TwoPlayer"/>
 <type name="Bot"/>
 <type name="Province"/>
   <buy name="Gardens">
      <condition>
         <left type="countCardsInDeck" attribute="Bureaucrat"/>
         <operator type="greaterOrEqualThan" />
         <right type="constant" attribute="5.0"/>
      </condition>
   </buy>
   <buy name="Province">
      <condition>
         <left type="countCardsInSupply" attribute="Gardens"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
   </buy>
   <buy name="Duchy">
      <condition>
         <left type="countCardsInSupply" attribute="Gardens"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
   </buy>
   <buy name="Estate">
      <condition>
         <left type="countCardsInSupply" attribute="Gardens"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
   </buy>
   <buy name="Market">
      <condition>
         <left type="countCardsInDeck" attribute="Market"/>
         <operator type="smallerOrEqualThan" />
         <right type="countCardsInDeck" attribute="Bureaucrat"/>
      </condition>
   </buy>
   <buy name="Bureaucrat"/>
   <buy name="Silver"/>
   <buy name="Copper"/>
</player>


54
Quote
It sounds to me like you need to move on from the base cards as soon as possible. Never mind the rankings and win rates. Dominion is an incredibly rich game, and I've noticed that the more complex later sets start making using the simulators as guides much more difficult, if not impossible.
I am still a relatively new player, so I still find the base set interesting and enjoyable, and still regularly come across strategy improvements or new strategies that I hadn't considered, like the thief onslaught strategy mentioned above.   I am planning to gradually move on from the base set, but by playing kingdoms with a couple new cards from another expansion set (probably Intrigue) and most of the cards being ones from the base set, like occurs in the base set campaigns.  I may start the next time there is a sale or free trial period on an expansion set (not sure if this happens).  Once base set + Intrigue starts getting old and familiar, then move on to the next set, and so on.  I think this would work better than jumping in to a game with all unfamiliar cards, and likely spending enough time reading/thinking about the cards prior to my first move for my opponent to either leave the game or complain.  It also gives me the chance to experience new cards gradually for months or even years, if I choose, gradually introducing new aspects to the game that make it more interesting and give more play time before becoming bored of the game.  With other board games, I often get tired of games quickly  for reasons similar to the ones you discussed.  For example, I became bored with Machi Koro after playing just 2 games and haven't played it again since then.  I think Dominion will be different, with me gradually adding expansions as I described...  hopefully allowing me to enjoy the game for years.  I am not in a rush. 

55
Quote
The engine involves opening Chapel/Workshop, then going for Village, Smithy, Throne Rooms, another Workshop or two, and 3-4 Thieves which get throned each turn. Maybe add Spy if you don't have anything else you need.
This is exactly what I was hoping for when I started the thread. This seems like an effective Thief strategy that is also fun and interesting to play, and something I've never seen anyone do in all of my games.  In my simulations of Thief Onslaught vs Smithy-BM, Thief Onslaught obliterates Smithy with a ~98% win rate, without using Throne Room or Spy, and the game almost always ends with the Smithy-BM player having no treasure at all!   I can reach ~93% win rate without using Smithy or Workshop (only Village/Chapel + Thief), although I see why you need something to better draw your deck when playing against several other types of strategies besides big money variants.  These are higher win rates than I thought would be possible with a Thief centered strategy or almost anything in  the base game vs Smithy-BM.  I believe the 98% vs 2% is the highest win rate I've ever seen against Smithy in the base game, so I saved a screenshot (attached).  Requiring so few cards to be effective also opens the door to a wide variety of thief uses.

It also has a dominating win against several other strategies that are usually quite strong.  For example, it has >80% win against typical Witch variants that do not include Militia. However, the Smithy player and others can defend against the Thief Onslaught by altering strategy when they recognize what is happening.  This is even more true if the opponent is also doing a Village/Smithy strategy since it takes longer to do catastrophic damage by gradually removing treasure when the opponent is drawing his deck and it's easier for him to end the game prematurely with 3 empty pile.  For example, an extremely similar Village/Smithy/Chapel + Workshop (without Thief) strategy can dominate over the discussed with Thief strategy.  So I'd still consider Thief Onslaught a risky strategy that depends on what your opponent does and how the game is going, like my earlier comments.  Nevertheless, I'd start by going for it in your example kingdom and many others where it is possible because it seems interesting, unique, fun, and very powerful in the right situation.  It would make for a memorable game.  Thanks again for this.  I keep thinking of new situations for Thief that I am looking forward to try.

Quote
The strategy is more complicated here too. Open Moneylender/Chancellor (5/2 is pretty bad; I'd probably get Festival/-), get a Village or Festival on shuffle 2, and build from there using Throne Rooms, Villages, Festivals, Libraries and Chancellors on spare $3s.
In my sims, this strategy loses to a simple Library-Festival.  I may have implemented details differently than you were thinking. Simulation code would be helpful.

There are many kingdoms where I will do a more complex engine, sometimes utilizing most of the kingdom cards.  However, I wouldn't do this in a Library game where I am limited to a draw to x hand; and in Village/Smithy games, I had been looking for at least a source of multiple buys, like Festival/Market/Woodcutter.    I'm looking forward to changing this approach and trying your Thief Onslaught strategy in real play.





56
Chancellor beats Silver in draw-to-X engines with sufficient actions available. So something like

Festival, Village, Library, Chancellor, Moneylender, Mine, Thief, Spy, Throne Room, Bureaucrat

certainly uses Chancellor in the optimal strategy.
I'd probably choose Library-Festival in this kingdom.  In a quick sim without any optimization, Library-Festival without Chancellor beats Library-Festival + Chancellor in this example, as well as tested Chancellor options without Library.   I'll review in more detail later.  What type of Chancellor strategy were you thinking of in this case?

57
Quote
So yeah, I can design a kingdom in which buying Thief is the correct move: Cellar, Chapel, Feast, Mine, Moneylender, Spy, Thief, Throne Room, Village, Workshop. If your opponent doesn't buy Thief, they will probably lose.
I win by a large margin with Mine as well as with Workshop (generating silver) against Thief or Spy/Thief in this kingdom.  It would be difficult to find a kingdom where there is nothing better than Spy/Thief.

The answer is again in the engine. In the above kingdom, we probably want to add some draw to make a better engine (Lab is good, Smithy probably works too, there are enough actions). Replace Mine by that. The engine should beat any strategy based on money, and the only way to build a strategy not based on money is Thief.
While one can build a strategy not based on money with a Thief, would it be better than the alternative in your example kingdoms?  I think the answer depends on what your opponent does.  For example, if your opponent is dead set on using a Lab with Moneylender terminal strategy and will not change it regardless of what you do, then a Spy-Thief works well.   However, if your opponent is using a Lab with Workshop terminal strategy, then I'd expect Spy-Thief to lose 80%+ of the time.  Lab-Workshop would also beat Lab/Spy/Thief. It could be useful to switch your terminal card to Thief, depending on what your opponent does and how the game is going.   It seems risky to start out with a Thief strategy in these cases, especially with the Smithy example.

58
Moneylender is a lot better than "rarely buy". It's certainly better than Moat, Feast, or Bureaucrat, especially in the absence of other trashing.
The main time I'd get Moneylender is when all the elements are available for a great engine except for a better trasher, like Chapel or Remodel. An example is Village/Smithy + Festival + Workshop + Moneylender.  I'd much rather make this engine if Remodel or Chapel is available, but in their absence Moneylender is better than non-engine alternatives, like Smithy-Big Money.  This situation is rare, so I rarely get Moneylender.  A list of more common types of games with the base set and why I don't get Moneylender is below.  In what common situation would you get Moneylender in a base set game to make it more than a "rarely buy"?

Engine -- As mentioned earlier, Moneylender can work as a trasher in absence of Remodel or Chapel, but the chances of a kingdom with a good enough potential engine to beat Smithy-BM with Moneylender as a trasher and no better trasher available is rare.

Workshop/Bureaucrat/Council Gardens Rush-- Moneylender slows down the rush and doesn't have a great benefit since a large number of expensive cards are not required.  It also reduces the value of Gardens with fewer cards in the deck.

Witch Game -- Most persons I play against would open Moneylender/Silver if nothing better is available, yet in sims opening Silver/Silver does better.  Moneylender can help get Witch earlier, but it interferes with Witch +2 card draws after you get the Witch(es). In contrast, Feast does help here (in absence of anything better), which is the primary reason why I did not list Feast as a "rarely buy".

Smithy/Council/Library: Big Money -- Same issue as Witch with Moneylender interfering.  Buying almost anything other than an additional Smithy/Council/Library will hurt them (I realize Library is a bit different and has a few important exceptions).

Militia as Terminal  -- This includes Militia alone or with a combination of things like Market, Festival, Lab, and/or Chapel.   Opening with Militia/Silver is better, and if you do get multiple actions (for example with Festival), then it's better to use those actions on additional Militia than a Moneylender.

Lab + Terminal -- Moneylender is a viable terminal action here, but there are often better alternatives, like Woodcutter in the less common kingdoms where there is nothing better than lab +  (non-militia) terminal.  This makes playing Moneylender as a Lab terminal rare for me.

Quote
Thief's main utility isn't very big, but in 4 player games it is a good Gardens enabler as it lets you gain up to 3 cards with one play. With later expansions, Thief lets you take key treasures like Platinum and Fools' Gold.
That's a good point with 4-player games that I had not considered.  Thief does get more valuable as number of players increases and probably has far more useful situations in 4-player games than 2-player.

Quote
Something to keep in mind is that a base only player at 4500 on the ladder is going to be a lot worse than an all cards player on the same spot on the ladder. After all they are only playing other Base only players.
It's been my experience that all other persons I play against who are ranked 4500+ frequently play with more than just base set, as listed in log files.   However, I usually leave "allow cards I don't own" unchecked, so when we play it is just base game cards.  I'm sure they'd destroy me in a game where most cards are ones I am not familiar with, but I hold my own in base set games, probably winning the majority of games by a small margin.    I expect the larger number of cards in additional sets makes it easier to distinguish players at this rank level.  This probably partially relates to why there are few base game only players at this ranking.  An opponent ranked 1000+ less is likely to be familiar with simple base game strategies, like Smithy-BM or Workshop-Gardens and has a good chance to win in such games, causing a big rankings decrease.  However, the 1000+ less player is less likely to be familiar with the best strategy for an all sets game, so the skilled all sets player is less likely to see a rankings decrease.

59
Quote from: traces around
I also would love to see the buy rules for the Spy/Chapel that wins by a small margin - something seems off about that and unlike the other results I have been unable to reproduce it.
I get a 55%/40% win over Chancellor with the simple Spy/Chapel rules below (open with Spy/Chapel, then buy unlimited gold and silvers).  I spent less than a minute writing this, without attempt to optimize or utilize additional available cards.  I'm sure you could get a larger win rate with such improvements.

Quote from: Spy/Chapel Sim
   <buy name="Province">
      <condition>
         <left type="getTotalMoney"/>
         <operator type="greaterThan" />
         <right type="constant" attribute="12.0"/>
      </condition>
   </buy>
   <buy name="Duchy">
      <condition>
         <left type="countCardsInSupply" attribute="Province"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="3.0"/>
      </condition>
   </buy>
   <buy name="Estate">
      <condition>
         <left type="countCardsInSupply" attribute="Province"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="2.0"/>
      </condition>
   </buy>
   <buy name="Gold"/>
   <buy name="Duchy">
      <condition>
         <left type="countCardsInSupply" attribute="Province"/>
         <operator type="smallerOrEqualThan" />
         <right type="constant" attribute="4.0"/>
      </condition>
   </buy>
   <buy name="Spy">
      <condition>
         <left type="countCardsInDeck" attribute="Spy"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
   </buy>
   <buy name="Chapel" strategy="aggressiveTrashing">
      <condition>
         <left type="countCardsInDeck" attribute="Chapel"/>
         <operator type="equalTo" />
         <right type="constant" attribute="0.0"/>
      </condition>
   </buy>
   <buy name="Silver"/>

60
Quote
Cellar, Chapel, Chancellor, Feast, Mine, Spy, Thief, Throne Room, Village, Workshop.
Spy/Thief money is the best strategy not involving Chancellor, gets beat by Chancellor money 55% to 39%, which is fairly significant - the best strategy against Chancellor is Woodcutter money, which loses 50 - 43. It is a small, but certainly significant, benefit to be able to play your newly bought cards sooner.
In this case, I feel like this is more of an example than a specific kingdom, but is enough to show that Chancellor given terminal space can easily be better than Silver. The article on the wiki is still fairly relevant for this difference.
On the board you listed, I think Mine would be a better alternative than Chancellor.  With a simple strategy of buying 1 mine, I get a 49% Mine / 42% Chancellor.   I also beat Chancellor with a more complex Mine/Chapel/Spy/Village setup that has different rules for buying relating to the chapeled deck.   I beat Chancellor by a small margin with Spy/Chapel alone (no Mine) as well.

However, I do see your point.  There are probably a few kingdoms where  Chancellor - Big Money variants are the best alternative.  Perhaps Cellar, Chancellor, Feast, Moneylender, Spy, Thief, Throne Room, Village, Woodcutter, Workshop?  I don't think I've seen such a kingdom in play before, where the wasn't anything better than Chancellor - Big Money.  Does anyone have thoughts about more likely scenarios where the card is important to buy?

Quote
So yeah, I can design a kingdom in which buying Thief is the correct move: Cellar, Chapel, Feast, Mine, Moneylender, Spy, Thief, Throne Room, Village, Workshop. If your opponent doesn't buy Thief, they will probably lose.
I win by a large margin with Mine as well as with Workshop (generating silver) against Thief or Spy/Thief in this kingdom.  It would be difficult to find a kingdom where there is nothing better than Spy/Thief.

61
Introductions / Long Time Game Player, New To Dominion
« on: July 25, 2016, 01:28:49 am »
I live in Southern CA and work in digital communications engineering. I've enjoyed playing games for as long as I can remember.  When I was a small child, I used to play board games with my parents nearly every evening. As I got older, my interests shifted to video games.  I was published in the magazine Nintendo Power a few times as the first person to finish a game.  After an amazing experience in Vegas ~10 years ago, my interests shifted more towards casino games.  I started the website beatingbonuses.com, which relates to analyzing casino games.  I've seen a few on here who probably know me from the site.  Now that I don't spend much time on BB or casino games, I've started playing online games, as well as board games with my GF.  I first tried Machi Koro, which I became bored of after just 2 games because of the simplicity and lack of variation in optimal strategy.  Next I tried Suburbia, which I still enjoy playing occasionally, but still didn't really hold my interest due to setup time, lack of quality opponents, lack of interactivity in game structure, and too little variation in strategy.

Next I tried several different online games, which is how I came across Dominion.   I like how there are a tremendous number of different initial kingdom card combinations in Dominion, leading to a tremendous number of possible strategies.  It's a game that cannot be easily solved like Machi Koro, and where you can continue to improve your play over time or continue to analyze.   I've played hundreds of games on playdominion.com and am still interested.  I find the online play really enhances the game since you can find people to play against at any time, and the game lends itself to computer implementation, such as automated shuffles.  I plan to try some more board games soon.  I received Sherlock Holmes: Consulting Detective as a present yesterday and ordered some new games I plan to try soon -- Pandemic Legacy, Android: Netrunner, Castles of Burgundy, Forbidden Island, and Hey That's My Fish (mostly for others who like lighter games), but I have a feeling that Dominion online play is going to remain my favorite.

My PlayDominion name is the same as my name on here -- NolanA.  Feel free to challenge me.

62
Simulation / Simulation with useful Thief or Chancellor in Base Game
« on: July 25, 2016, 12:29:46 am »
I started playing Dominion recently and have only played the base game so far.   I believe I have a good handle on the base cards and win most games against high ranked players (~4500 rating on MF).  The cards I buy most and least often when available would be something like below:

Almost Always Buy -- Witch
Often Buy -- Cellar, Chapel, Council Room, Festival, Gardens,  Laboratory, Library, Market, Militia, Moat, Remodel, Smithy, Village
Sometimes Buy -- Bureaocrat, Feast, Throne Room, Workshop
Rarely Buy -- Adventurer, Mine, Moneylender, Spy, Woodcutter
Never Buy -- Chancellor, Thief

I realize this list is a little different than most I play, such as opening with Moneylender much less often; and rarely playing Mine (mostly on a 5/2 open when nothing better is available or later stages of certain engines) or Spy (mostly chapeled decks when there is nothing else of any <=4 price that I want to buy, including silver).  However, my biggest interest is the two cards I  never buy or play -- thief and chancellor.  They are the only 2 cards in the base game that I have not found a use for.   Does anyone have an example simulation where either of these cards have a noteworthy improvement on win rate compared to the best non-thief/chancellor alternative?

Pages: 1 2 [3]

Page created in 0.071 seconds with 18 queries.