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
Firstly, I would like to express my appreciation for your work on the CORL codebase. The clean, single-file implementation coupled with a robust performance report has greatly impressed me, and I truly enjoy using it.
As someone who predominantly uses JAX in my research due to its speed and efficiency, I realized the potential value of a JAX-based counterpart to CORL. To address this gap, I recently launched JAX-CORL, which provides single-file implementations of Offline RL algorithms specifically in JAX.
Currently, JAX-CORL includes three algorithms: AWAC, IQL, and TD3+BC, and I have plans to expand it further to include other algorithms such as CQL, DT, and TD7 in near future.
Understanding that my repository is still in the early stages compared to CORL, I would be immensely grateful if you could consider mentioning JAX-CORL as a JAX-based single-file codebase for offline RL in your README.md. This acknowledgment would not only help in reaching more researchers who could benefit from this resource but also potentially foster further collaborative enhancements.
Thank you for considering this request.
The text was updated successfully, but these errors were encountered:
@nissymori Hi! You're doing a really cool work! We will definitely mention it, but for now CORL is in a slightly frozen state. We think it might move to Farama-Foundation soon, so we're not changing anything right now.
Dear CORL Team,
Firstly, I would like to express my appreciation for your work on the CORL codebase. The clean, single-file implementation coupled with a robust performance report has greatly impressed me, and I truly enjoy using it.
As someone who predominantly uses JAX in my research due to its speed and efficiency, I realized the potential value of a JAX-based counterpart to CORL. To address this gap, I recently launched JAX-CORL, which provides single-file implementations of Offline RL algorithms specifically in JAX.
Currently, JAX-CORL includes three algorithms: AWAC, IQL, and TD3+BC, and I have plans to expand it further to include other algorithms such as CQL, DT, and TD7 in near future.
Understanding that my repository is still in the early stages compared to CORL, I would be immensely grateful if you could consider mentioning JAX-CORL as a JAX-based single-file codebase for offline RL in your README.md. This acknowledgment would not only help in reaching more researchers who could benefit from this resource but also potentially foster further collaborative enhancements.
Thank you for considering this request.
The text was updated successfully, but these errors were encountered: