https://github.com/tokenrove/icfp-contest-2012
Personal archaeology: wreckage from ICFP programming contest 2012
https://github.com/tokenrove/icfp-contest-2012
Last synced: 6 months ago
JSON representation
Personal archaeology: wreckage from ICFP programming contest 2012
- Host: GitHub
- URL: https://github.com/tokenrove/icfp-contest-2012
- Owner: tokenrove
- Created: 2015-10-03T10:59:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T11:00:52.000Z (almost 11 years ago)
- Last Synced: 2025-04-03T19:47:06.561Z (over 1 year ago)
- Language: Common Lisp
- Size: 469 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Team Squid and Tobacco:
Julian Squires
Most of the way through the weekend, I still hadn't found an
admissable heuristic function I liked, or implemented anything other
than various attempts at faster simulators so I could churn out more
states.
I decided to implement Monte Carlo Tree Search (MCTS) as an
alternative to A* since I didn't have a good heuristic.