[go: nahoru, domu]

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

Upgrade numpy version in 1_dqn_tutorial.ipynb #826

Closed
wants to merge 1 commit into from

Conversation

kiransair
Copy link

Added a code cell to upgrade numpy version because while importing the libraries facing an error: module compiled against API version 0x10 but this version of numpy is 0xf. Upgrading the numpy version resolves the error.

Added a code cell to upgrade numpy version because while importing the libraries facing an error: `module compiled against API version 0x10 but this version of numpy is 0xf`. Upgrading the numpy version resolves the error.
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@tfboyd
Copy link
Member
tfboyd commented Sep 30, 2023

It should be good as-is. We also often need a specific version of numpy. At times the range is wide and others the range is minimal. After doing this open source for 4-5 years with TensorFlow, TF-Agents, and others I am shocked that anything ever works at all. I could write a short novel on the drama with Gym and some other lesser known packages that people count on that are not really maintained. I also appreciate how hard it is to maintain these things.

@tfboyd tfboyd closed this Sep 30, 2023
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.

None yet

2 participants