Elliot Tower
Elliot Tower
> ray rllib has a pr to upgrade to gymnasium 0.28 [ray-project/ray#34696](https://github.com/ray-project/ray/pull/34696) We will in the next few days be releasing PettingZoo 1.23.0 which will allow that ray PR to...
Not sure how big of a problem it is not being able to record episode statistics, it may be better to keep things as they are currently so it doesn't...
@vwxyzjn I'm imagining this would also require running the benchmarks? Let me know if you have any thoughts on this, I've also been considering doing an action masking example for...
Looks like https://github.com/vwxyzjn/cleanrl/pull/424 was merged, > Are there any updates on this? Looks like https://github.com/vwxyzjn/cleanrl/pull/424 was merged, but it didn't update the PettingZoo example besides a minor CLI arguments change....
No worries, sounds good. I'll just use this same PR for simplicity's sake.
Btw just FYI there's a bunch of already merged branches in this repo which could probably deleted (am pulling the most recent master branch and see a huge list)
For what it's worth, our recent releases of [PettingZoo 1.23.1](https://github.com/Farama-Foundation/PettingZoo/releases/tag/1.23.1) and [SuperSuit 3.8.0](https://github.com/Farama-Foundation/SuperSuit/releases/tag/3.8.0) have made the API fully consistent with Gymnasium, and shouldn't be too hard to migrate to if...
> Hello @elliottower > yes, I will attend to this as soon as we have fully migrated `utiasDSL/gym-pybullet-dones` (which I foresee to be a bit simpler). Sounds good, thanks! Just...
> Hello Elliot, > > That would be fantastic! Please let me know if there's anything I can do to help. Appreciate it, will reach out if I run into...
One minor issue I had with this repo was running the pylint script, didn't find any documentation on it and for some reason running `pylint --rcfile .pylintrc` didn't work. I'm...