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
48
Snowdrift Strategy
cyanteal
November 03, 2015
Tweet
Share
More Decks by cyanteal
See All by cyanteal
生態:平衡與危機
cyanteal
0
66
【懶人包】7 件你該知道的 HIV 常識
cyanteal
0
420
記住 7 件事,做出吸引人的報告
cyanteal
1
320
19th 新生訓練招生(國中)
cyanteal
0
91
人類動物園視覺識別
cyanteal
0
120
It's a Material World by Elizabeth Brumfiel
cyanteal
0
170
The Development And Evolution of Language
cyanteal
0
110
英語的祕密家譜 CH15 Angst
cyanteal
0
110
The Big Backlash 課堂報告
cyanteal
0
54
Other Decks in Education
See All in Education
質のよいアウトプットをできるようになるために~「読む・聞く、まとめる、言葉にする」を読んで~
amarelo_n24
0
270
HTML5 and the Open Web Platform - Lecture 3 - Web Technologies (1019888BNR)
signer
PRO
2
3k
Software
irocho
0
490
[Segah 2025] Gamified Interventions for Composting Behavior in the Workplace
ezefranca
0
170
20250611_なんでもCopilot1年続いたぞ~
ponponmikankan
0
200
2025年度春学期 統計学 第14回 分布についての仮説を検証する ー 仮説検定(1) (2025. 7. 10)
akiraasano
PRO
0
160
Ch1_-_Partie_1.pdf
bernhardsvt
0
410
シリコンバレーでスタートアップを共同創業したファウンディングエンジニアとしての学び
tomoima525
1
1.3k
20250910_エンジニアの成長は自覚するところから_サポーターズ勉強会
ippei0923
0
290
吉岡研究室紹介(2025年度)
kentaroy47
0
350
the difficulty into words
ukky86
0
140
Test-NUTMEG紹介スライド
mugiiicha
0
230
Featured
See All Featured
Faster Mobile Websites
deanohume
310
31k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
35
6.1k
A better future with KSS
kneath
239
18k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
The Cult of Friendly URLs
andyhume
79
6.6k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Optimizing for Happiness
mojombo
379
70k
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