Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Conversation

@DorsaRoh
Copy link

Fixes the scalar conversion error in slimevolley.py that causes TypeError exceptions when converting JAX arrays to Python scalars using float() or int(). The error occurred because arrays with dimensions greater than zero cannot be directly converted to scalars. The solution involves extracting scalar values from JAX arrays using .item() before conversion.

@google-cla
Copy link

google-cla bot commented Oct 25, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@DorsaRoh DorsaRoh changed the title Fixed conversion error in slimevolley.py Fix JAX Conversion Error Jan 18, 2025
@DorsaRoh DorsaRoh changed the title Fix JAX Conversion Error Fix JAX Scalar Conversion Error Jan 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant