Akash Saravanan
Akash Saravanan
From L2, the moves are supposed to be Copycat, Switcheroo, Thunder Wave and Encore. Copycat gets replaced by Outrage for some reason. From my understanding of Copycat it doesn't actually...
``` >battle-gen8uu-1839769 |request|{"active":[{"moves":[{"move":"Ancient Power","id":"ancientpower","pp":0,"maxpp":8,"target":"normal","disabled":true},{"move":"Dazzling Gleam","id":"dazzlinggleam","pp":0,"maxpp":16,"target":"allAdjacentFoes","disabled":true},{"move":"Soft-Boiled","id":"softboiled","pp":0,"maxpp":16,"target":"self","disabled":true},{"move":"Metronome","id":"metronome","pp":8,"maxpp":16,"target":"self","disabled":false}]}],"side":{"name":"Battle_Agent_2","id":"p2","pokemon":[{"ident":"p2: Togepi","details":"Togepi, F","condition":"211/211","active":true,"stats":{"atk":68,"def":185,"spa":181,"spd":225,"spe":76},"moves":["ancientpower","dazzlinggleam","softboiled","metronome"],"baseAbility":"serenegrace","item":"eviolite","pokeball":"pokeball","ability":"serenegrace"},{"ident":"p2: Kingdra","details":"Kingdra, M","condition":"291/291","active":false,"stats":{"atk":203,"def":227,"spa":317,"spd":226,"spe":269},"moves":["surf","dracometeor","hurricane","hydropump"],"baseAbility":"swiftswim","item":"lifeorb","pokeball":"pokeball","ability":"swiftswim"},{"ident":"p2: Cleffa","details":"Cleffa, M","condition":"290/290","active":false,"stats":{"atk":86,"def":82,"spa":145,"spd":146,"spe":137},"moves":["softboiled","toxic","protect","endeavor"],"baseAbility":"magicguard","item":"eviolite","pokeball":"pokeball","ability":"magicguard"},{"ident":"p2: Quagsire","details":"Quagsire, F","condition":"376/394","active":false,"stats":{"atk":206,"def":278,"spa":149,"spd":183,"spe":106},"moves":["earthquake","toxic","recover","scald"],"baseAbility":"unaware","item":"leftovers","pokeball":"pokeball","ability":"unaware"},{"ident":"p2: Drampa","details":"Drampa, F","condition":"359/359","active":false,"stats":{"atk":140,"def":206,"spa":405,"spd":220,"spe":108},"moves":["hypervoice","dracometeor","flamethrower","roost"],"baseAbility":"berserk","item":"leftovers","pokeball":"pokeball","ability":"berserk"},{"ident":"p2: Stunfisk","details":"Stunfisk, F","condition":"0 fnt","active":false,"stats":{"atk":151,"def":247,"spa":198,"spd":280,"spe":100},"moves":["stealthrock","discharge","earthpower","toxic"],"baseAbility":"static","item":"leftovers","pokeball":"pokeball","ability":"static"}]},"rqid":123} Traceback (most recent call last): File "E:\Dev\meta-discovery\torch_env\lib\site-packages\poke_env\player\player_network_interface.py", line 179, in _handle_message await...
@SomeRandomGuy009 what algorithm are you using to train your agent?
Oh are you using something like pmariglia's agent?
Okay update. I stripped out all extra parts and just used a random agent as well. I've run it multiple times and every time the time taken starts to increase...
Okay so this doesn't seem like it's restricted to just the general API either. Same issue on the Gym API. Times over 10 "epochs": 912.204, 843.306, 854.991, 996.165, 1855.084, 2998.612,...
It seems to be running fine if I do multiple small runs (run for 10k battles. Stop. Run again for 10k battles). But if I run for a larger number...
I think this might be due to a memory leak somewhere? ``` [slow battle] 1027ms - >p1 move flamethrower [slow battle] 1030ms - >p2 move blizzard [slow battle] 1015ms -...
Yes. I wanted to get some clarity on that before working on fixing the tests. From a logical perspective, I would believe that the argument should exist since at the...
> Hello, > > @akashsara the link you shared expired, can you share it again if it is possible. Or is there any other solution we can use. > >...