Jesse Farebrother
Jesse Farebrother
## Proposed refactoring or deprecation Use [cibuildwheel](https://github.com/pypa/cibuildwheel) to build precompiled wheels. ### Motivation I recently ran into an issue with Aim building wheels that were too new for my use...
Hi! Would it be possible to publish Python 3.10 wheels? Other DeepMind projects are already publishing for 3.10 and it would be really nice to have envlogger. Thanks!
Currently, the ALE doesn't serialize the RAM or frame buffer when cloning states. There are various issues with naively doing this (see #413) but there are potential workarounds. 1. Add...
PR #148 introduced the idea of `__setitem__` and `__getitem__` for config values using the Python interface. I think this is a good idea that we can get around to this...
There was an issue raised (https://github.com/openai/gym/issues/1777) which describes differences between `v0.5.2` and `v0.6.0` of the ALE. I traced some of the issues to this commit https://github.com/mgbellemare/Arcade-Learning-Environment/commit/7bff96b4b64edcffbeb2d9bb83b1685ab506ea2b#diff-d9d868097a7403416e6ef352d95dc4feR178 which changes how `StellaEnvironment::softReset`...
## 🐛 Bug I'm launching ~10 jobs that will write to the same Aim repository. Consistently this will result in a multitude of issues that corrupts the Aim repository. We...
### Version of Apptainer ``` apptainer version 1.1.8 ``` ### Question This behavior might differ depending on the context, for me, I'm building a Docker image into a sandbox container....
## Description of the Pull Request (PR): When given a Docker image with a digest and no tag, Apptainer should parse the digest directly from the URI instead of requesting...
# Overview - Created a frame processor interface where we now have implemented: - Frame averaging (phosphor blend) - Frame maxing - Identity (no processing) - This PR also removes...
EdgeDB Version: 5.0-beta2 I may be misunderstanding how WebAuthentication works but I believe you should be able to request authentication options without having to provide the user's ID. This would...