File tree Expand file tree Collapse file tree 2 files changed +4
-50
lines changed Expand file tree Collapse file tree 2 files changed +4
-50
lines changed Original file line number Diff line number Diff line change 6
6
7
7
class DBS (Player ):
8
8
"""
9
- Desired Belief Strategy as described in [Au2006]_
10
- http://www.cs.utexas.edu/%7Echiu/papers/Au06NoisyIPD.pdf
11
-
12
9
A strategy that learns the opponent's strategy and uses symbolic noise
13
10
detection for detecting whether anomalies in player’s behavior are
14
11
deliberate or accidental. From the learned opponent's strategy, a tree
@@ -17,6 +14,10 @@ class DBS(Player):
17
14
Default values for the parameters are the suggested values in the article.
18
15
When noise increases you can try to diminish violation_threshold and
19
16
rejection_threshold.
17
+
18
+ Names
19
+
20
+ - Desired Belief Strategy: [Au2006]_
20
21
"""
21
22
22
23
# These are various properties for the strategy
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments