Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Snowdrift Strategy
Search
cyanteal
November 03, 2015
Education
0
47
Snowdrift Strategy
cyanteal
November 03, 2015
Tweet
Share
More Decks by cyanteal
See All by cyanteal
生態:平衡與危機
cyanteal
0
65
【懶人包】7 件你該知道的 HIV 常識
cyanteal
0
420
記住 7 件事,做出吸引人的報告
cyanteal
1
320
19th 新生訓練招生(國中)
cyanteal
0
87
人類動物園視覺識別
cyanteal
0
110
It's a Material World by Elizabeth Brumfiel
cyanteal
0
170
The Development And Evolution of Language
cyanteal
0
110
英語的祕密家譜 CH15 Angst
cyanteal
0
100
The Big Backlash 課堂報告
cyanteal
0
53
Other Decks in Education
See All in Education
シリコンバレーでスタートアップを共同創業したファウンディングエンジニアとしての学び
tomoima525
1
1.2k
社外コミュニティの歩き方
masakiokuda
2
190
2025年度春学期 統計学 第14回 分布についての仮説を検証する ー 仮説検定(1) (2025. 7. 10)
akiraasano
PRO
0
140
20250611_なんでもCopilot1年続いたぞ~
ponponmikankan
0
170
20250625_なんでもCopilot 一年の振り返り
ponponmikankan
0
360
Linuxのよく使うコマンドを解説
mickey_kubo
1
270
【品女100周年企画】Pitch Deck
shinagawajoshigakuin_100th
0
6k
生成AI活用セミナー/GAI-workshop
gnutar
0
110
2026 g0v 零時政府年會啟動提案 / g0v Summit 2026 Kickstart
rschiang
0
280
自己紹介 / who-am-i
yasulab
PRO
3
5.4k
H5P-työkalut
matleenalaakso
4
40k
JOAI2025講評 / joai2025-review
upura
0
430
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
96
6.2k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
113
20k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Thoughts on Productivity
jonyablonski
70
4.8k
A Modern Web Designer's Workflow
chriscoyier
696
190k
What's in a price? How to price your products and services
michaelherold
246
12k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
The Art of Programming - Codeland 2020
erikaheidi
56
13k
BBQ
matthewcrist
89
9.8k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Statistics for Hackers
jakevdp
799
220k
Transcript
groupD Snowdrift Strategy An Introduction
First, we play with devised “Tit-for-tat with forgiveness” for 20
times. Then, if our opponent is using tit-for-tat strategy and/or defecting more than cooperating, we response with a defect-oriented strategy. Else, we keep using the “Tit-for-tat with forgiveness”. Overview
tit-for-tat w/ forgiveness 20 ! tit-for-tat D>C opponent or "
# tit-for-tat w/ forgiveness yes no defect- oriented strategy
FLOWCHART
BEGIN
n = 1
output SM1 = C “SM” stands for a move made
by self.
get OMn “OM” stands for a move made by the
opponent.
n ++
n <= 1000 yes no END n > 20
n > 20 yes no OM(n-1)=D yes depth d =
20 “D” stands for defect.
sumCC+DD yes no yes get OMn sumCC+DC > 1.1 n
++
get OMn
n ++
n <= 1000 yes no END sumOMc>0.6n
sumOMc > 0.6n yes no output SM=C output SM=D
OM(n-1) = D yes no output SM=C generate num. based
on < 0.1
generate number based on < 0.1 yes no output SM=D
output SM=C
END