Commits on Source (10)
-
Felton Samuel authored
-
Pizon Antoine authored
-
Pizon Antoine authored
Revert "Added random positioning for penguins and the possibility to display the game in the terminal" This reverts commit 01019274.
-
Pizon Antoine authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Pizon Antoine authored
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- AI.conf 6 additions, 0 deletionsAI.conf
- AI/src/game/config.cpp 103 additions, 0 deletionsAI/src/game/config.cpp
- AI/src/game/config.hpp 53 additions, 0 deletionsAI/src/game/config.hpp
- AI/src/game/penguin.cpp 18 additions, 0 deletionsAI/src/game/penguin.cpp
- AI/src/game/penguin.hpp 8 additions, 0 deletionsAI/src/game/penguin.hpp
- AI/src/main/main.cpp 7 additions, 5 deletionsAI/src/main/main.cpp
- AI/src/mcts/MCTS_SETTINGS.hpp 1 addition, 1 deletionAI/src/mcts/MCTS_SETTINGS.hpp
- AI/src/mcts/heuristic.hpp 31 additions, 0 deletionsAI/src/mcts/heuristic.hpp
- AI/src/mcts/mcts_two_players.hpp 111 additions, 103 deletionsAI/src/mcts/mcts_two_players.hpp
- AI/src/mcts/movement_freedom_heuristic.cpp 66 additions, 0 deletionsAI/src/mcts/movement_freedom_heuristic.cpp
- AI/src/mcts/movement_freedom_heuristic.hpp 17 additions, 0 deletionsAI/src/mcts/movement_freedom_heuristic.hpp
- AI/src/mcts/penguin_heuristic.cpp 40 additions, 0 deletionsAI/src/mcts/penguin_heuristic.cpp
- AI/src/mcts/penguin_heuristic.hpp 23 additions, 0 deletionsAI/src/mcts/penguin_heuristic.hpp
- AI/src/mcts/test_mcts_two_players.hpp 152 additions, 140 deletionsAI/src/mcts/test_mcts_two_players.hpp
- Makefile 1 addition, 1 deletionMakefile
AI.conf
0 → 100644
AI/src/game/config.cpp
0 → 100644
AI/src/game/config.hpp
0 → 100644
AI/src/mcts/heuristic.hpp
0 → 100644
AI/src/mcts/movement_freedom_heuristic.cpp
0 → 100644
AI/src/mcts/movement_freedom_heuristic.hpp
0 → 100644
AI/src/mcts/penguin_heuristic.cpp
0 → 100644
AI/src/mcts/penguin_heuristic.hpp
0 → 100644