### Rock Paper Scissors Lizard Spock with Python #### [@drvinceknight](https://twitter.com/drvinceknight)

Themes

reveal.js comes with a few themes built in:
Black (default) - White - League - Sky - Beige - Simple
Serif - Night - Moon - Solarized

28

Traveller's Dilemma

$$ \begin{pmatrix} 2,2&4,0&4,0\\ 0,4&3,3&5,1\\ 0,4&1,5&4,4 \end{pmatrix} $$

YouTube: "Game Theory to the Rescue When Hard Decisions Are to Be Made"

Alexander Hendorf - EuroPython 2016

https://www.youtube.com/watch?v=IaexAq-o5Ao

github.com/gambit/gambit

github.com/drvinceknight/Nashpy

Nash equilibrium

  • Scissors cuts paper
  • Paper covers rock
  • Rock crushes lizard
  • Lizard poisons Spock
  • Spock smashes scissors,
  • Scissors decapitates lizard
  • Lizard eats paper
  • Paper disproves Spock
  • Spock vaporizes rock
  • and as it always has...
  • rock crushes scissors.
$$ \begin{pmatrix} 0,0 & -1,1 & 1,-1 & 1,-1 & -1,1\\ 1,-1 & 0,0 & -1,1 & -1,1 & 1,-1\\ -1,1 & 1,-1 & 0,0 & 1,-1 & -1,1\\ -1,1 & 1,-1 & -1,1 & 0,0 & 1,-1\\ 1,-1 & -1,1 & 1,-1 & -1,1 & 0,0 \end{pmatrix} $$

Nash equilibrium

Evolutionary Algorithms

So what?

#### [@drvinceknight](https://twitter.com/drvinceknight) #### [github.com/drvinceknight](https://github.com/drvinceknight) #### [vknight.org](http://vknight.org/) #### [@PhoenixCuni](https://twitter.com/PhoenixCUni) #### [@SoftwareSaved](https://twitter.com/SoftwareSaved)