Skip to content
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

Refer to numpy instead of jax [for vars and docs] in vector NumpyToTorch #1319

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

pkuderov
Copy link
Contributor

@pkuderov pkuderov commented Feb 27, 2025

It seems that the vector NumpyToTorch class was created from JaxToTorch, so some misleading artifacts referring to JAX instead of NumPy still exist in the documentation and variable names.

Description

Fixed:

  • jax_action -> numpy_action variable name
  • Jax-based + jax arrays -> NumPy-based + NumPy arrays in the docs

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update

Checklist:

  • I have made corresponding changes to the documentation

I apologize that I haven't tested the changes — just made a quick fix via web github editor.

PS. Thank you guys for your great job!

…yToTorch

Seems that NumpyToTorch was made from JaxToTorch, so some artifacts of referring jax instead of numpy in docs and variable names exist.
Copy link
Member

@pseudo-rnd-thoughts pseudo-rnd-thoughts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great spot, thanks for the PR

@pseudo-rnd-thoughts pseudo-rnd-thoughts merged commit 583f6a7 into Farama-Foundation:main Mar 4, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants