This website requires JavaScript.
Explore
Help
Register
Sign In
wfolsom
/
cs8803p4
Watch
1
Star
0
Fork
0
You've already forked cs8803p4
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f6e4a32b829fc117a3749da5f70b84cae1eaba7d
cs8803p4
/
test
/
model
History
Woody Folsom
8f92ae65d8
Fixed unit tests, changed MDP generation to more reasonably seek the goal state, avoiding premature end of game.
...
Removed unused google-code classes. Regenerate policy when AdaptiveComPlayer.setTarget() is called.
2012-04-30 17:37:37 -04:00
..
BoardScorerTest.java
Minor changes to support debugging Alpha-Beta move generator.
2012-04-25 09:27:52 -04:00
BoardTest.java
Alpha-Beta move generator can look 2 plays (4 plies) ahead on a 4x4 board and blocks every possible attempt by the player to connect 3.
2012-04-14 15:36:02 -04:00
DumpResults.java
- Created a new ComPlayer. It targets a particular score, and does it pretty well. It does this by counting the number of empty spaces and the number of empty spaces that can potentially be created by removing tiles then either playing to block or playing to extend the game.
2012-04-30 05:18:02 -04:00