Classification Challenge
I’ve been working on a game AI based around taking an input state and choosing one of 6 possible actions; in essence, a classifier with self-play. I’m having trouble achieving great accuracy, so I figured I’d open up a challenge.
This is just a personal project and I’m funding this myself, so I can’t go too crazy, but the prizes are:
- $256 to the top model
- $128 for second place
- $64 for third place
Data structure:
- Game stage as an integer (0-3)
- State values as 7 floats
- Correct action as an integer (0-5)
Rules:
- Must release the source to your model, under any license you choose
- Accuracy is measured against the testing set
- Don’t use the testing set for training
- Accuracy is measured by the minimum percentage of action accuracy (see example below)
- Competition will end Monday, 5/23 at noon EST
- Payout will occur by 5/26 via Paypal, Cash App, or Amazon gift card (participant’s choice)