Klazkin / player-zero

1 stars 0 forks source link

Actor based on the first model (dueler) #65

Closed Klazkin closed 6 months ago

Klazkin commented 6 months ago

Develop an actor that makes its decisions based on the output for the model created in #60. Most of the functionality for actors and model inference was already developed and is functional, so the task is relatively simple.

The goal

Implement a functional actor that is capable of playing the game by casting actions.

Time tracking

Time Estimate: 2 hours 0 minutes Time spent: 2 hours 0 minutes

Resources

...

Klazkin commented 6 months ago

This was attempted but later scrapped due to the model basically being too bad to be used, code was partially reused for #68