Quote:
Originally Posted by spacewatch
I'm actually coding a Lakiaro solver and have been for a little while now. The algorithm works - just waiting on my bud to make the GUI and image recognition capability for possible paid app on a smartphone so other users can utilize the tool.
|
interesting. did you figure out a heuristic to solve it, or did you train a machine learning algorithm? i have implemented the lakiaro game as an OpenAI gym and tried to solve it with reinforcement learning (dqn), but i wasn't able to get over 80% success rate yet