Benjamin Etheredge
Benjamin Etheredge
``AssertionError: observation spaces not consistent. Perhaps you should wrap with `supersuit.aec_wrappers.pad_observations`?`` from `SuperSuit.supersuit.vector.markov_vector_wrapper:29`. `aec_wrappers` doesn't appear to exist anymore. There is a `supersuit.multiagent_wrappers.padding_wrappers.pad_observations_v0`. I'm not sure if this is the...
Would it be possible to get some examples up using tf-agents? I'm attempting to leverage poke-env to drive some RL agents. `keras-rl2` seems to be discontinued, so TF Agents seems...
The current default player configuration generator will cause errors when two runs are kicked off. This is likely due to collisions with the default configuration counter.
Have the code base register a gym environment. I recently saw a codebase that seemed to register its environment with gym. This appears simple to do in the code base....
I'm still going through the code base, so this might already exist in some form. I noticed the existing JSON data in the project, so it got me thinking better...
Is there any way to get a hold of move history in a battle? I'm specifically looking for what pokemon used what move was on the last turn.
### Bug description Running with the LightningCLI, MLflow logger, and `MLFLOW_TRACKING_URI` environment variable set causes an assertion failure with logging. I think using a remote tracking server causes no local...
There seem to be several memory leaks as matches pile up. But one area that is causing some of it appears to be `_reward_buffer` in `EnvPlayer`. It holds references to...
**What happened?** When using `forwardPorts` in `devcontainer.json`, the ports do not appear in the `Ports` section of VSCode. The ports do successfully forward though. **What did you expect to happen...