index
:
entelect-challenge.git
main
Bots for various Entelect Challenges
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-06-26
Implemented select move rules
Justin Worthe
2019-06-24
New command types for select and bombs
Justin Worthe
2019-05-26
Update build instructions to match current processes
Justin Worthe
2019-05-26
Filesync on submission zip
Justin Worthe
2019-05-26
A bit faster through caching set of occupied spots
Justin Worthe
2019-05-26
Setting up makefile for submission
Justin Worthe
2019-05-26
Score based MCTS
Justin Worthe
2019-05-25
Implemented tracking of the tiebreaking score
Justin Worthe
2019-05-22
Added a strategy cache for reusing previous round data
Justin Worthe
2019-05-21
More robust game logic and reasoning
Justin Worthe
2019-05-20
Extracted functionality for clearing out dead worms
Justin Worthe
2019-05-18
Started breaking up state for easier unit testing
Justin Worthe
2019-05-17
Strategy to focus mcts
Justin Worthe
2019-05-14
Better performance for finding things to shoot at
Justin Worthe
2019-05-14
Filled in the rest of the MCTS
Justin Worthe
2019-05-13
Building up unsimulated moves list
Justin Worthe
2019-05-12
Outline of MCTS
Justin Worthe
2019-04-26
Refactored game map to use less memory
Justin Worthe
2019-04-25
Strategy that starts building exhaustive game state tree
Justin Worthe
2019-04-25
Made the state object avoid any heap allocations
Justin Worthe
2019-04-25
Implement move and dig commands
Justin Worthe
2019-04-25
Test that match replay matches my simulation
Justin Worthe
2019-04-25
Arranged the types to start writing the replay based property test
Justin Worthe
2019-04-25
Call update vs create after the first move
Justin Worthe
2019-04-22
More minimal game state
Justin Worthe
2019-04-22
Structures representing game state
Justin Worthe
2019-04-22
Start the project from the starter bot
Justin Worthe
2018-12-08
Renamed variable to be more concise
Justin Worthe
2018-11-15
More concise feature flags for variables
Justin Worthe
2018-09-19
Added debug flags into release build
Justin Worthe
2018-09-17
Added readme for completed bot
Justin Worthe
2018-09-08
Update compile flags for submission
Justin Worthe
2018-09-08
Moved metric calculations to reuse per row
Justin Worthe
2018-09-08
Optimized away unnecessary sum
Justin Worthe
2018-09-08
Cached more values in tree exploration calcs
Justin Worthe
2018-09-08
Feature-flaggified weighting win ratios
Justin Worthe
2018-09-08
Cleaned up compile warnings
Justin Worthe
2018-09-08
Added compile as a default build target
Justin Worthe
2018-09-08
Added minimum to weighted victory / defeat score
Justin Worthe
2018-09-08
Added a static set of opening moves to get energy up and running
Justin Worthe
2018-09-08
Put selection of full monte carlo tree behind a feature flag
Justin Worthe
2018-09-06
Added benchmarking for number of explored nodes
Justin Worthe
2018-09-06
Filled in the remaining TODOs on the tree search
Justin Worthe
2018-09-06
Disabled detailed debugging
Justin Worthe
2018-09-05
Filled in high level outline of monte carlo tree
Justin Worthe
2018-09-05
Data structures for proper monte carlo search
Justin Worthe
2018-09-05
Tweaking weighting in heuristic search
Justin Worthe
2018-09-05
Fixed config that hadn't been tested in a while
Justin Worthe
2018-09-05
Added weighting of victory / defeat board positions
Justin Worthe
2018-09-02
Improved performance of heuristic calcs by caching common calcs
Justin Worthe
[prev]
[next]