Haris Sahovic

Results 82 comments of Haris Sahovic

That's a good catch - thanks @DiTo97 !

Hey @Bobcow40, Currently, doubles support does not include the Gym API. However, it should be doable with a bit of work - if you want to get started I would...

Hey @arcaputo3, I think that this might be a weird interaction caused by Jupyter. I'll take a look at it.

I tried getting the example to run in Jupyter, to no avail. Jupyter creates an event loop, which is interfering with the way `play_against` is currently implemented. This should be...

Hey @Phiarlan! This is currently not implemented, but would be doable. For your use case, what would be a good way to deal with teams per format?

Hey @akashsara, Thanks for opening this issue and taking the time to look into the detailed implementation. You are right in your conclusion: the gym API is not expecting actions...

Hey @mancho2000, Apologies for the delay in response. This would clearly be an important improvement to poke-env. It is in its roadmap. The main blocker right now is that there...

Thanks for the report! I'll get to it when I have some time.

Hey @yellowface7, For you bot to function, `choose_move` should always return a `BattleOrder`. Here, your code is testing if your active pokemon can use a move, and if its health...