Solve_the_spire Alternatives
Similar projects and alternatives to solve_the_spire
-
bomberland
Bomberland: a multi-agent AI competition based on Bomberman. This repository contains both starter / hello world kits + the engine source code
-
ultimate-volleyball
3D RL Volleyball environment built on Unity ML-Agents
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
solve_the_spire reviews and mentions
-
Show HN: Bomberland – An AI competition to build the best Bomberman bot
https://github.com/DevJac/solve_the_spire
I stretched the truth a bit, I'm actually doing something like "hierarchical model-free reinforcement learning", even so, figuring out how to break the game down to create a hierarchy of agents is a lot of work. Basically, the AI is composed of about 8 different traditional RL agents (neural networks), each deciding a different thing. One chooses which cards to draft, one chooses which actions to take in combat, one chooses which path to take on the map, etc.
It shows definite signs of improvement, but has only reached a point where it can beat the act 1 boss about 50% of the time. I think that is its limit right now. I'm doing policy gradient which is very sample inefficient. I'm going to implement soft-actor-critic and see if it can do better with better sample efficiency.
And to reiterate my original point, I think each developer only has one or two reverse engineering attempts in them. I might otherwise be interested in this AI competition, but reverse engineering the environment to create my own model is just too daunting, I'm so burned out on it already.
Stats
Are you hiring? Post a new remote job listing for free.