Submitted by jkterry1 t3_11twq6s in MachineLearning
Jumpy 1.0 is now live, and the project is stable and mature.
Jumpy is a lightweight project for easily switching between Jax and Numpy functions that can serve as a drop-in replacement for Jax. This allows for writing one codebase that can use either backend, allowing for creating codebases that work with either data structure type or easier debugging of code. This project is already being used in Gymnasium to create environment wrappers that can support both Numpy and Jax-based hardware accelerated environments. We plan to continue improving the project with support for PyTorch functions, all Numpy functions and more functionality to support enabling or disabling different backends
You can read the full release notes here: https://github.com/Farama-Foundation/Jumpy/releases/tag/1.0.0
dats_ah_numba_wang t1_jcl7k6w wrote
Didnt know i needed this.