Metin2FishBot
Metin2FishBot copied to clipboard
optimizing strategy puzzle
Hey this is just a quick question how are you deciding what place is the best for each piece ? do you have some statistics on the average moves it takes ? if no i'd love to help with it and maybe even use reinforcement learning with monte carlo method. I'm still new to machine learning but i have the gpu power and would love to contribute,
I would love to have help in this mini game. I kind did some heuristisc decisions, nothing fancy.
@xercur do you know how to code? I'm planning to change this, this week. How know how to improve this a lot! If you always use the same combination, on average you'll do around 20 pieces. So always an M. @vncsms How did you test the bot/puzzle? On a private game?
I have a private repository with that game. It's just a simulation of that game.
MIne is 22 average. The points are the prizes boxes. The code runned till 1000 prizes.
well i have no professional training but i do work as coder for a year now mainly c# though but id love to contribute and i found one in rust that is pretty amaizing
@xercur you found a bot in rust? Can you share with me? @vncsms really? I stoped using that because it looked like it was creating a lot of 1 block spaces and a lot of times with 40+. Can you share with me that game simulation?
@jgframoz https://github.com/aguunu/fishing-jigsaw thats it its in rust and pretty dang good with nice speed
I made the code public https://github.com/vncsms/metin2tetris
Thank you both! I'll take a look at both repos :D