Klazkin / player-zero

1 stars 0 forks source link

Simple game state generator script #57

Closed Klazkin closed 4 months ago

Klazkin commented 4 months ago

Implement a simple game state generator, basically play out various random game scenarios serialize information generated by the MCTS algorithm, such as the action taken, the state of the surface, attributes of units on the surface and the resulting exploit (score representing how good the action is) for the caster.

Some restrictions had to be made to make this possible

The goal

Time tracking

Time Estimate: 1 hours 30 minutes Time spent: 6 hours 20 minutes

Most of the additional time came from debugging and testing. (Later moved to #63 )

Resources

Klazkin commented 4 months ago

Completed in https://github.com/Klazkin/gaf6/commit/9a8377d765d7d1d3768fb692344c0b802adf4a44