Commit graph

30 commits

Author SHA1 Message Date
2d4c6c1cf9
huge =) 2023-04-11 16:00:27 +02:00
42ca32f457
create var 2023-04-11 15:20:19 +02:00
9a160a5c1e
fix le code du prof 2023-04-11 15:06:39 +02:00
53285b2664
use max_it instead of max_time 2023-04-07 15:39:27 +02:00
715f24e01d
somehow 300 is better than 200 2023-03-31 16:56:25 +02:00
138475bca1
typo 2023-03-31 16:47:12 +02:00
88d7ffa571
cleanup 2023-03-31 16:45:12 +02:00
343a6e8cf0
* rework of selection
* don't override nbmove to 0
* fix typo in simulation not playing
* fix win verification
* fix backpropagation
* use iterator instead of time for algo limitation (MEMORY LEAK?)
* remove debug prints
2023-03-31 16:39:27 +02:00
b5c53228fd
some debug stuff 2023-03-31 13:04:02 +02:00
cab2f7ed88
Play the move 2023-03-31 12:21:32 +02:00
a40a403703
explicit type 2023-03-29 20:34:23 +02:00
48c0bad191
fixes 2023-03-29 20:20:38 +02:00
ec89afcb7e
some fixes 2023-03-29 19:44:35 +02:00
700b8cffef
remove iostream 2023-03-29 18:53:41 +02:00
def372fcc6
add simulation and backpropagation, some cleanup 2023-03-29 18:25:39 +02:00
91e6af8998
unnecessary prints 2023-03-29 18:05:20 +02:00
881c609f74
add selection 2023-03-29 17:56:34 +02:00
ffed7158f3
WIP: add mcts basics
* expansion: ok
2023-03-29 17:26:33 +02:00
d3bfc7d913
steps! 2023-03-29 16:48:15 +02:00
bcebf52552
caps 2023-03-29 16:41:55 +02:00
ae7c5f2093
fix warning 2023-03-29 16:37:56 +02:00
f18a070a7a
add time constraint 2023-03-29 16:01:13 +02:00
f2b585958a
init mcts 2023-03-29 15:15:31 +02:00
67b02e2f9d
mcts 2023-03-29 14:24:11 +02:00
54b40d7918
my -> mcts ² 2023-03-29 14:11:28 +02:00
dd4e5824e9
my -> mcts 2023-03-29 13:53:17 +02:00
17e2cdc336
add a my_player who works like the random one 2023-03-19 22:28:51 +01:00
bbcad698cb
resolve Wunused-parameter warnings 2023-03-10 13:51:49 +01:00
035bf3a657
resolve Wold-style-cast warnings 2023-03-10 13:50:46 +01:00
20499fbb48
use Makefile of TP1, reorganization, cleanup includes 2023-03-10 13:47:28 +01:00