Jesse Farebrother

Results 63 comments of Jesse Farebrother

Hey @raymondchua, Modes and difficulties currently aren't the most intuitive. You should call `ale.getAvailableModes()` and `ale.getAvailableDifficulties()` to figure out which indices you should pass into `setMode` and `setDifficulty`. There was...

Hi @XavierGeerinck, There shouldn't be a problem with ARM64. We already publish ARM wheels for macOS. Are you sure there's not a local directory named `ale_py`? Can you try to...

As ARM data center processors are becoming ever more popular I plan on releasing prebuilt wheels for `manylinux_aarch64` next release.

A couple additional things: - Support Linux arm64 builds / possibly other architectures with cibuildwheel - Replace pybind11 with [nanobind](https://github.com/wjakob/nanobind) to see if it'll have noticeable performance gains - Implement...

@jjshoots Google doesn't use pip or any of the Python packaging infrastructure/ecosystem, only the source code exists in our version control system. This is why we need a way at...

Hi Mark, I'm open to this, we should plan to do this for the v1.0 release. However, I'd like to suggest something that's similar to the previous plugin system as...

Hi @dreavjr, Good catch, this is annoying on debug builds. I'll circle back to this and hopefully fix it for the next release. Thanks!

Having looked into this a little more it should be feasible but will require reworking how we render frames. Right now every emulator step we perform a memory copy of...

Ended up getting everything working and it's now about ~25% faster than `atari-py`. Still have to write some additional tests but we should be able to release this in the...

Hasn't this already been discussed here: https://github.com/google/jax/issues/10311?