diff options
Diffstat (limited to '')
-rw-r--r-- | python/MCTS.py (renamed from dotsandboxes/agents/algorithms/MCTS.py) | 0 | ||||
-rw-r--r-- | python/agent_AB.py (renamed from dotsandboxes/agents/agent_AB.py) | 0 | ||||
-rw-r--r-- | python/agent_MCTS.py (renamed from dotsandboxes/agents/agent_MCTS.py) | 0 | ||||
-rw-r--r-- | python/alphaBeta.py (renamed from dotsandboxes/agents/algorithms/alphaBeta.py) | 0 | ||||
-rw-r--r-- | python/ann.py (renamed from dotsandboxes/agents/algorithms/ann.py) | 0 | ||||
-rw-r--r-- | python/dotsandboxes/dotsandboxesagent.py (renamed from dotsandboxes/agents/agent_random.py) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/dotsandboxes/agents/algorithms/MCTS.py b/python/MCTS.py index 6c71ba9..6c71ba9 100644 --- a/dotsandboxes/agents/algorithms/MCTS.py +++ b/python/MCTS.py diff --git a/dotsandboxes/agents/agent_AB.py b/python/agent_AB.py index 5564f11..5564f11 100644 --- a/dotsandboxes/agents/agent_AB.py +++ b/python/agent_AB.py diff --git a/dotsandboxes/agents/agent_MCTS.py b/python/agent_MCTS.py index b60f5ec..b60f5ec 100644 --- a/dotsandboxes/agents/agent_MCTS.py +++ b/python/agent_MCTS.py diff --git a/dotsandboxes/agents/algorithms/alphaBeta.py b/python/alphaBeta.py index 8e041fe..8e041fe 100644 --- a/dotsandboxes/agents/algorithms/alphaBeta.py +++ b/python/alphaBeta.py diff --git a/dotsandboxes/agents/algorithms/ann.py b/python/ann.py index 05ae647..05ae647 100644 --- a/dotsandboxes/agents/algorithms/ann.py +++ b/python/ann.py diff --git a/dotsandboxes/agents/agent_random.py b/python/dotsandboxes/dotsandboxesagent.py index abf677b..abf677b 100644 --- a/dotsandboxes/agents/agent_random.py +++ b/python/dotsandboxes/dotsandboxesagent.py |