-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtodo.txt
23 lines (21 loc) · 888 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##### TODO LIST #####
[X] Alter pProb to account for 1/15 probability of gold
[X] Implement wProb array
[X] Implement gProb array
[X] Fix pProb so it scales (55%)
[X] Stop cutting off decimals from probs
[X] Create Left, Right, Up, and Down functions (Use KBank class)
[X] Define DeathProb
[X] Define maxUtility()
[X] Define getPath()
[X] Use parseoptions Python Library for start.py
[X] Fix/Remove Death Class
[X] Reduce pitclass bitstrings to only calculate V squares and ~V squares adjacent to V squares
[X] Setup live demo (timed and automatic)
[X] Analyze Forfeit, Win, and Lose ratios (using fair map)
[] Give Agent an Arrow
[] Use point system to have Agent decide on appropriate max risk
===== Low Priority =====
[] Implement cost KB and cost-based utility function
[] Implement Boolean Product Solvable function
[] Add documentation (comment strings) for classes and functions