Haris Sahovic
Haris Sahovic
Hey @ahernandezmiro! Did you install `poke-env` through `pip` or via `git`? Can you try `pip install gym==0.24.1`? The version that `poke-env` requires might have been overwritten.
Hey @carbonbased-lifeform, Are you referring to the gym API or the general API?
In the general API, most of the time the bottleneck is not on `poke-env`'s side, but on pokemon showdown's side. Processing batches of battles on `poke-env`'s side would not make...
Your remakes make sense w.r.t. running RL training, which is not what the general API is focused on (as opposed to the Gym API). The out-of-the-box implementation of the gym...
`max_concurrent_battles` determines how many battles will be run at the same time by the `Player` object, and relies on `asyncio`. If you want to implement some kind of batching logic,...
Hey @mingu600, There is currently no way of achieving this with `poke-env`. @szymonWojdat and I both looked into it last year, but we did not find an easy way to...
Hey @mancho2000, Could you share the version of your code that works? If you don't want to make it public, we can talk via discord.
Hey @Biscoito45 ! That sounds like a lot of work - I would suggest trying to see if you could extract data from an emulator. That being said, you could...
Hey @DocLevCrav ! Have you tried using poke-env with gen 1?
Hey @haasj22, Thanks for this report. Gen 8 doubles should be supported - was there any error in the logs? I can take a look at it when I have...