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

Convert Tensorbot from Tensorflow to Pytorch #322

Merged
merged 9 commits into from
Mar 12, 2024

Conversation

DanielDowns
Copy link
Contributor

No description provided.

@Kaiyotech
Copy link

The requirements are broken. You can't do the >= with the + for cpu for some reason on torch. You have to pin it with ==.

I replaced your torch line with:
--find-links https://download.pytorch.org/whl/torch_stable.html torch==2.2.1+cpu

This seems to be running well for me.

@Darxeal Darxeal merged commit 2f3db5d into RLBot:master Mar 12, 2024
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.

3 participants