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
45
Snowdrift Strategy
cyanteal
November 03, 2015
Tweet
Share
More Decks by cyanteal
See All by cyanteal
生態:平衡與危機
cyanteal
0
60
【懶人包】7 件你該知道的 HIV 常識
cyanteal
0
410
記住 7 件事,做出吸引人的報告
cyanteal
1
300
19th 新生訓練招生(國中)
cyanteal
0
77
人類動物園視覺識別
cyanteal
0
110
It's a Material World by Elizabeth Brumfiel
cyanteal
0
140
The Development And Evolution of Language
cyanteal
0
99
英語的祕密家譜 CH15 Angst
cyanteal
0
97
The Big Backlash 課堂報告
cyanteal
0
52
Other Decks in Education
See All in Education
Moodle 4.5 LTS : Guide des nouvelles fonctionnalités 2025-2027
pimenko
0
190
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
signer
PRO
1
2.3k
著作権と授業に関する出前講習会/dme-2025-05-01
gnutar
0
180
Training Alchemy: Converting ordinary training into memorable experiences
tmiket
1
120
OpenRobomaster 中国のロボットコンテスト 日本連携の可能性
takasumasakazu
0
400
アウトプット0のエンジニアが半年でアウトプットしまくった話 With JAWS-UG
masakiokuda
0
150
郷土教育モデル事業(香川県小豆島町).pdf
bandg
0
130
今から始める8bits CPU アセンブラ言語
sapi_kawahara
0
380
CV_1_Introduction
hachama
0
240
いにしえの国産データベース~桐~って知っていますか?
masakiokuda
2
150
とある EM の初めての育休からの学び
clown0082
1
3.2k
Introduction - Lecture 1 - Advanced Topics in Big Data (4023256FNR)
signer
PRO
1
1.8k
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
Fireside Chat
paigeccino
37
3.4k
Making the Leap to Tech Lead
cromwellryan
133
9.3k
The Cult of Friendly URLs
andyhume
78
6.3k
Building an army of robots
kneath
305
45k
Optimising Largest Contentful Paint
csswizardry
37
3.2k
Writing Fast Ruby
sferik
628
61k
Why Our Code Smells
bkeepers
PRO
336
57k
Into the Great Unknown - MozCon
thekraken
38
1.7k
What's in a price? How to price your products and services
michaelherold
245
12k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
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