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
Proper C++ namespacing for the ALE and Stella (@tuero)
vcpkg manifest. You can now install dependencies via cmake.
Support for the new Gym (0.22) reset API, i.e., the seed and return_info keyword arguments.
Moved cibuildwheel config from Github Actions to pyproject.toml.
Fixed
Fixed a bug with the terminal signal in ChopperCommand #434
Fixed warnings with importlib-metadata on Python < 3.9.
Reverted the Gym v5 defaults to align with the post-DQN literature. That is, moving from a frameskip of 5 -> 4, and full action set -> minimal action set.