Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 995 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 995 Bytes

finding-combo

Implementation of the techniques described in the papers:

The first one basically uses hidden markov models to train a machine to find large combos inside fighting games. The consultations are made using the viterbi algorithm. The second paper addresses the usage of an evolutionary method to evolve a population of small combos (generated randomly and with our previous knowledge) into a large one through generations.