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:

Data structure:

Rules:

Example accuracy:

Accuracy rating for this example: 39.1%

Dataset:

Submit your entries by email to sera.brocious@gmail.com with the subject ‘Classification Challenge Entry’ and include both your accuracy and a link to a git repo (or otherwise) including the runnable source.

Good luck and happy hacking!

- Sera

 
8
Kudos
 
8
Kudos

Now read this

Reverse-Engineering BSA From Scratch

Foreword # I’ve been building a little tool for assisting with the reverse-engineering of compressed archive files, primarily for game hacking: Refriender This blog post is a stream-of-consciousness look at how I actually went about... Continue →