-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace jax.ops.index_update with jax.numpy.at #3
Comments
See the following lines:
|
I ran into this issue and resolved it as mentioned, but I'm having a really difficult time getting the code to run because I can't get any of the Kalman related classes(KalmanFilterNoiseEstimation and DiagonalExtendedKalmanFilter)to import from JSL. It's like they've been removed. I've been trying to reverse engineer it, but there's a lot going on in the code. I don't want to open an issue because I'm not sure if it's just me. Any advice would be very appreciated. |
We plan to reimplement the bandit code on top of our new rebayes library in the new few weeks. Please check back later |
Thank you Kevin! On a related note, I'm very grateful for all the work you do/have done. Best, David |
Closed in 3ade11e |
jax.ops.index_update has been removed (see jax-ml/jax@f51a05a) which breaks all the bandit code.
Please use jnp.at() instead.
The text was updated successfully, but these errors were encountered: