-
- Downloads
Added direction movement freedom heuristic
No related branches found
No related tags found
Showing
- AI.conf 2 additions, 2 deletionsAI.conf
- AI/src/game/config.cpp 8 additions, 0 deletionsAI/src/game/config.cpp
- AI/src/game/penguin.hpp 1 addition, 1 deletionAI/src/game/penguin.hpp
- AI/src/mcts/MCTS_SETTINGS.hpp 1 addition, 1 deletionAI/src/mcts/MCTS_SETTINGS.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 14 additions, 14 deletionsAI/src/mcts/penguin_heuristic.cpp
- AI/src/mcts/points_heuristic.cpp 28 additions, 0 deletionsAI/src/mcts/points_heuristic.cpp
- AI/src/mcts/points_heuristic.hpp 17 additions, 0 deletionsAI/src/mcts/points_heuristic.hpp
- AI/src/mcts/test_mcts_two_players.hpp 6 additions, 4 deletionsAI/src/mcts/test_mcts_two_players.hpp
- Makefile 1 addition, 1 deletionMakefile
AI/src/mcts/movement_freedom_heuristic.cpp
0 → 100644
AI/src/mcts/movement_freedom_heuristic.hpp
0 → 100644
AI/src/mcts/points_heuristic.cpp
0 → 100644
AI/src/mcts/points_heuristic.hpp
0 → 100644
Please register or sign in to comment