hearthstone package is designed to help competitive Hearthstone players to make optimal decisions when playing in tournaments. In particular, it offers tools (R functions, vignettes) for finding subgame perfect Nash equilibria in mixed strategies for Conquest and Last Hero Standing.
You can install the latest version of hearthstone with:
install.packages("devtools")
devtools::install_github("naturewillconfess/hearthstone")
conquest_nash()
and for determining Nash equilibrial strategy and
winrates in ConquestLHS_nash()
for determining Nash equilibrial strategy and winrates
in LHSban_nash()
for determining Nash equilibrial bans in Conquest ban
phaseVersion 0.3.0 is here! I’ve removed everything related to deprecated formats like Strike, Specialist and Conquest with Shields.
Hearthstone is a trademark or registered trademark of Blizzard Entertainment, Inc., in the U.S. and/or other countries. I’m not affiliated with Blizzard Entertainment, Inc. in any way.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.