Skip to content

Commit

Permalink
Big update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Brand committed Jun 19, 2014
1 parent 7978456 commit 61f9a38
Show file tree
Hide file tree
Showing 112 changed files with 6,907 additions and 1,273 deletions.
7 changes: 7 additions & 0 deletions SourceCode/Copy of glickoRatings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
BaselineAI / 1647.272706662962 / 27.0834004353944 / 0.0 / 193
EMMAI / 1309.1980258602773 / 39.55498160687869 / 0.0 / 103
MCTSAI / 1526.3694788489365 / 22.687307743177897 / 0.0 / 282
MCTSExploreAI / 1138.685467079012 / 65.00325224010045 / 0.0 / 90
MCTSBaselineAI / 1605.0058013759688 / 20.547447672586628 / 0.0 / 310
MCTSNaiveAI / 1393.8807033945234 / 51.616630958270896 / 0.0 / 56
SimulationAI / 1561.642156747937 / 45.4587152529047 / 0.0 / 60
15 changes: 15 additions & 0 deletions SourceCode/backup/glickoRatings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
SubmissiveAI / 1005.9553357167358 / 116.70458476759573 / 0.0 / 15
BaselineAI / 1703.5888007565236 / 57.025470433666555 / 0.0 / 54
MCTS_Advanced_AI / 1540.2628069062202 / 61.2366682564771 / 0.0 / 39
MCTS_Advanced_playout_AI / 1465.6529607838327 / 44.58660341569139 / 0.0 / 80
MCTSRandomAI / 1220.3799780140525 / 67.28577763754758 / 0.0 / 37
MCTSBaselineAI / 1817.7412856477367 / 21.564572147154053 / 0.0 / 296
MCTSBaseline_playout_AI / 1588.919217369213 / 59.63403826545359 / 0.0 / 57
MCTSFairExpansion_AI / 1743.1666408679766 / 27.911321519397557 / 0.0 / 188
MCTSFairExpansion_playout_AI / 1406.9463350908688 / 51.35173446842142 / 0.0 / 60
GreedyAI / 1470.9978245453065 / 71.96197293196651 / 0.0 / 29
EMMAI / 1300.9074412315542 / 86.05415820201034 / 0.0 / 23
EMMBaselineAI / 1779.8531303232203 / 26.699728053722556 / 0.0 / 195
MCTSFairBadEval_AI / 1490.953773859503 / 77.65451054912339 / 0.0 / 28
EMM_FairExpansion_AI / 1328.4380101316656 / 48.53240206532378 / 0.0 / 75
EMM_Random_AI / 1079.8508752118305 / 98.97321210667667 / 0.0 / 16
File renamed without changes.
Empty file.
7 changes: 7 additions & 0 deletions SourceCode/bestofk.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
BO1AI / 1279.9981904293732 / 144.5279099284456 / 0.0 / 9
BO2AI / 1357.0113956465286 / 152.83696613660305 / 0.0 / 9
BO5AI / 1550.1586727110955 / 155.5636548849825 / 0.0 / 11
BO10AI / 1128.498649639976 / 151.29859882295526 / 0.0 / 10
BO20AI / 1645.3768187163837 / 157.70592211475724 / 0.0 / 8
BO50AI / 1753.8394047500356 / 171.03637954790244 / 0.0 / 7
BO100AI / 1851.7788620793476 / 157.50056045925993 / 0.0 / 10
Binary file modified SourceCode/bin/Glicko2/RatingCalculator.class
Binary file not shown.
Binary file modified SourceCode/bin/Glicko2/Result.class
Binary file not shown.
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiGameCoordinator/AIGameCoordinator.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiGameCoordinator/GlickoGames.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/AIPlayer.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/BaselineAI.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/EMMPlayers/EMMGreedyAI.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/EMMPlayers/EMM_Advanced_AI.class
Binary file not shown.
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/EMMPlayers/EMM_Random_AI.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/ExpectiminimaxPlayer.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/MCTSPlayers/MCTSBaselineAI.class
Binary file not shown.
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/MCTSPlayers/MCTSRandomAI.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/MCTSPlayers/MCTS_Advanced_AI.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/MonteCarloTreeSearchPlayer.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/SubmissiveAI.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/util/AIFeatures.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/util/AIParameter.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/util/AIProtocolManager.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/util/AIUtil.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/util/EMMNode.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/util/GameTreeNode.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/aiplayers/util/MCTSNode.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/commonObjects/ConnectedPlayer.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/commonObjects/GameState.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/commonObjects/Logger.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/gui/Toaster$Animation.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/gui/Toaster.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/gui/clientGui/ClientGUI$1.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/gui/clientGui/ClientGUI$4.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/gui/clientGui/ClientGUI$6.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/gui/clientGui/ClientGUI$7.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/gui/clientGui/ClientGUI$LoaderAction$1.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/gui/clientGui/ClientGUI.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SourceCode/bin/risk/gui/gameSetup/ControlGUI$2.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/humanEngine/EngineLogic.class
Binary file not shown.
Binary file not shown.
Binary file modified SourceCode/bin/risk/humanEngine/EngineProtocolManager.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/paperplayers/S_BaselineAI.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/paperplayers/S_EMM_AI.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/paperplayers/S_MCTS_AI.class
Binary file not shown.
Binary file not shown.
Binary file modified SourceCode/bin/risk/paperplayers/S_MCTS_Explore_AI.class
Binary file not shown.
Binary file modified SourceCode/bin/risk/paperplayers/S_MCTS_Naive_AI.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SourceCode/bin/risk/server/controller/ControllerLogic.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SourceCode/bin/risk/server/facilitator/Facilitator.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SourceCode/bin/tests/EngineProtocolManagerTest.class
Binary file not shown.
1 change: 1 addition & 0 deletions SourceCode/gameLogBO1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO100AI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO10AI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO1AI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO20AI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO2AI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO50AI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogBO5AI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogEMMAI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogMCTSAI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogMCTSBaselineAI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
1 change: 1 addition & 0 deletions SourceCode/gameLogMCTSExploreAI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
START
Loading

0 comments on commit 61f9a38

Please sign in to comment.