poke-env icon indicating copy to clipboard operation
poke-env copied to clipboard

Just a curiosity

Open mancho2000 opened this issue 2 years ago • 8 comments

Hey everyone,

Do you mind sharing what elo is your agent and what does it play? I have been training some for random battles over the months without any decent results. Was curious of how others are doing :)

mancho2000 avatar Aug 25 '22 20:08 mancho2000

try training in ou, in gen8 randbats, the nature is always random so kinda impossible to determine the exact stat

SomeRandomGuy009 avatar Aug 26 '22 12:08 SomeRandomGuy009

mine reached about 1700 and currently is at 1600+

SomeRandomGuy009 avatar Aug 28 '22 11:08 SomeRandomGuy009

woa nice! much better than mine :) was that in ou?

mancho2000 avatar Aug 28 '22 14:08 mancho2000

woa nice! much better than mine :) was that in ou?

yep, random battles doesn't yield good results because of "random natures"...maybe it would yield good output if the bot had a random_battle_sets.json file which it could look through every turn to assume the nature of a poke?

SomeRandomGuy009 avatar Aug 30 '22 11:08 SomeRandomGuy009

@SomeRandomGuy009 what algorithm are you using to train your agent?

akashsara avatar Aug 31 '22 21:08 akashsara

@SomeRandomGuy009 what algorithm are you using to train your agent?

well, i don't train agents...the algo i use for battles depends upon the bot's current elo. If it goes above 1500, predictions work quite often so it's minimax for that range. Below 1500, it's like simple heuristics.

SomeRandomGuy009 avatar Sep 26 '22 05:09 SomeRandomGuy009

Oh are you using something like pmariglia's agent?

akashsara avatar Sep 26 '22 06:09 akashsara

Oh are you using something like pmariglia's agent?

something like that but worse...currently, trying to understand his code

SomeRandomGuy009 avatar Sep 26 '22 15:09 SomeRandomGuy009