manny405 / sapai

Super auto pets engine built with reinforment learning training in mind
MIT License
67 stars 21 forks source link

OpenAI Gym Environment #41

Open alexdriedger opened 2 years ago

alexdriedger commented 2 years ago

I built an OpenAI Gym Environment on top of sapai that can be used for reinforcement learning. I thought I would link it here since most people here are probably interested in building ML/AI for Super Auto Pets

https://github.com/alexdriedger/sapai-gym

Dreamersoul commented 2 years ago

this is amazing, I've been learning RL using this project and wrote my first agent, it had issues and i was about to create an openAI gym environment but did not know where to start this helps me a lot.

alexdriedger commented 2 years ago

Fantastic! I'm glad this could be of help! Feel free to submit any issues or PRs for any bugs / improvements you find. It's fairly stable currently, but I'm still working on improving it.

HungryZerg commented 2 years ago

Temporary bonuses(cupcakes, horse +atk) seems to stay forever. Is it implemented in sapai?

alexdriedger commented 2 years ago

That's a good catch. That is implemented in sapai

alexdriedger commented 2 years ago

I created an issue for the cupcake and horse bugs #50