You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With ale-py being transferred to farama foundation, we wish to outline our plan going forward.
If you are interested in contributing, please join our discord and put a message in the ale-py channel
Create a website for documentation on c++ / python interface, usage / install, single and multi-agent environments
Add native support for Gymnasium (and probably remove support for Gym)
Move multi-agent PettingZoo environments to ale-py
Include ROMs in the PyPI releases (but on not GitHub) then archive AutoROM project
Add built-in vectorizer based on EnvPool
From Jesse
Support Linux arm64 builds / possibly other architectures with cibuildwheel
Replace pybind11 with nanobind to see if it'll have noticeable performance gains
Implement frame maxing in the emulator (I have a PR for this I'll send shortly)
Check if we can implement abi3 wheels so we don't have to perform a release when Python releases
Add pyi stubs for ale_py.roms ROM imports so users get proper type hints.
With ale-py being transferred to farama foundation, we wish to outline our plan going forward.
If you are interested in contributing, please join our discord and put a message in the ale-py channel
From Jesse