Jet
Jet
# Description This fixes 13 lines in accordance to #710.
According to Ben, in the near future during the wrappers revamp, it'd be better for us to port all environments to parallel env, and then use the parallel_to_aec wrapper.
The following failure was captured from a #728, it appears to be a very rare bug that never occurs during self play. ``` =================================== FAILURES =================================== _____ test_module[classic/backgammon_v3-pettingzoo.classic.backgammon_v3] ______ name...
### Proposal Right now, `continue-on-error` is set to `true` in Linux tests for pyright checking. All of the errors are stemming from `utils/env.py`, and not all of them are solvable...
Excerpt from Ariell: I think I was supposed to describe my thoughts on the class structure in PZ, but then it fell through the cracks, I see there's some discussions...
There are two issues that the new gym release has brought to Supersuit. ## ~~a) Seeding issues~~ ~~Because of the new `env_checker` in gym, when `env_checker` is enabled on `gym.make()`...
This typecasts a bunch of things to int to prevent things crashing on Ubuntu 22.04 and Python 3.10. Fixes #1040 and #1006.
Hi, this is a great plugin, but is there a reason why there is a default mapping defined [here](https://github.com/heavenshell/vim-pydocstring/blob/master/ftplugin/python/pydocstring.vim#L21)? This took me awhile to find and it cannot be overridden...