Haris Sahovic
Haris Sahovic
Hey @SomeRandomGuy009, Thanks for opening this issue. Do you have a script to reproduce this issue?
@SomeRandomGuy009 I was able to reproduce the issue and fix it by setting the version of `gym` with: `pip install gym==0.24.1`
Hey @akashsara - I missed the notification for this. Thanks for putting the time in opening this PR! I'll take a deeper look at it sometime next week :)
Hey @LostGeorge, Thanks for opening this issue. I'll look into it.
That's a very good catch. Showdown doesn't send any specific kind of message related to these, and they are currently ignored by `poke-env`. However, we can infer the list of...
Yes, it would. I'll add it to my todo list; I'll take a look at it over the weekend. Depending on how much work is required, it might be released...
That's a good find. Do you have an idea of where the parsing goes wrong?
I have one potential idea for this problem's cause - I'll test it today. It's related to `requests` message resulting in an action before some messages arriving at the same...
I experimented with my hypothesis - It was wrong. However, in doing so, I did identify the root cause of every example I looked at: Zoroark and illusion. `poke-env` sometimes...
Hi @akashsara, Thanks for opening this issue. This is a good idea, but I'm not sure what's the best way to proceed with regards to storing move-based data for different...