UCT: Track criticality statistics
[pachi/json.git] / TODO
blobfaaa3e06036156895eb82149207009163e9250af
1 Docs:
2 * Manual page - full usage documentation
3 * GTP interface documentation
5 Base:
6 * Further optimize board implementation, oprofile fun
7 * Clean up GTP interface, allow custom GTP commands for modules
8 * Implement parameter setup over GTP
9 * gogui-friendly GTP interface
11 General improvements:
12 * Opening book
13 * Criticality
14 * Killer moves
15 * MM local-based patterns
16 * Balanced local-based patterns?
17 * Local tree forcing
19 Playouts:
20 * Remove the unsuccessful attempt at ELO-play policy
21 * Split playout aspects to custom-stackable pieces
22 * Possibly replay top-rated unplayed moves from the tree
23   in the playout?
24 * 2-liberty handler should pick the move that follows/breaks ladder;
25   this should significantly improve Pachi's tendency to play out
26   ladders or try to ladder non-laddered groups.
28 UCB1AMAF:
29 * Fix RAVE for good (still noticeably weaker than fuego?)
30 * Separate constants for prior and amaf elements?