Akash Saravanan

Results 16 issues of Akash Saravanan

Hi Some context: I want to study the winrates/pickrates of Pokemon across a large number of battles. I'm using the Teambuilder to set up teams on the fly by generating...

Error Message ``` >battle-gen8anythinggoes-736305 |request|{"active":[{"moves":[{"move":"Switcheroo","id":"switcheroo","pp":16,"maxpp":16,"target":"normal","disabled":false},{"move":"Thunder Wave","id":"thunderwave","pp":32,"maxpp":32,"target":"normal","disabled":false},{"move":"Encore","id":"encore","pp":8,"maxpp":8,"target":"normal","disabled":false},{"move":"Copycat","id":"copycat","pp":31,"maxpp":32,"target":"self","disabled":false}]}],"side":{"name":"GeneralAPISimple 2","id":"p2","pokemon":[{"ident":"p2: Lopunny","details":"Lopunny, F","condition":"64/271","active":true,"stats":{"atk":188,"def":258,"spa":129,"spd":257,"spe":319},"moves":["switcheroo","thunderwave","encore","copycat"],"baseAbility":"klutz","item":"assaultvest","pokeball":"pokeball","ability":"klutz"},{"ident":"p2: Zorua","details":"Zorua, F","condition":"221/221","active":false,"stats":{"atk":149,"def":125,"spa":245,"spd":125,"spe":247},"moves":["darkpulse","extrasensory","sludgebomb","nastyplot"],"baseAbility":"illusion","item":"lifeorb","pokeball":"pokeball","ability":"illusion"},{"ident":"p2: Rapidash","details":"Rapidash-Galar, F","condition":"84/334","active":false,"stats":{"atk":212,"def":176,"spa":197,"spd":196,"spe":339},"moves":["calmmind","morningsun","storedpower","mysticalfire"],"baseAbility":"pastelveil","item":"grassyseed","pokeball":"pokeball","ability":"pastelveil"},{"ident":"p2: Amoonguss","details":"Amoonguss, M","condition":"432/432","active":false,"stats":{"atk":185,"def":239,"spa":206,"spd":218,"spe":96},"moves":["spore","gigadrain","sludgebomb","toxic"],"baseAbility":"regenerator","item":"blacksludge","pokeball":"pokeball","ability":"regenerator"},{"ident":"p2: Flareon","details":"Flareon, M","condition":"0 fnt","active":false,"stats":{"atk":394,"def":156,"spa":203,"spd":257,"spe":229},"moves":["flareblitz","facade","superpower","quickattack"],"baseAbility":"guts","item":"toxicorb","pokeball":"pokeball","ability":"guts"},{"ident":"p2: Rhyperior","details":"Rhyperior, F","condition":"0 fnt","active":false,"stats":{"atk":317,"def":296,"spa":131,"spd":229,"spe":116},"moves":["earthquake","stealthrock","stoneedge","heatcrash"],"baseAbility":"solidrock","item":"leftovers","pokeball":"pokeball","ability":"solidrock"}]},"rqid":37} Traceback (most recent call last): File "E:\Dev\meta-discovery\torch_env\lib\site-packages\poke_env\player\player_network_interface.py", line 179,...

Hi! I'm not sure if this has been discussed before (couldn't find anything on it) but is there a reason items aren't included there? Everything else seems to be there....

Hi, I was wondering if there would be some way of validating a team we set up via team builder. I know Pokemon Showdown has a validator on their teambuilder...

# What does this PR do? `XLNetConfig` (`src\transformers\models\xlnet\configuration_xlnet.py`) lists an argument `summary_proj_to_labels` as optional and with a default value of `True`. However, this is not actually included in the arguments...