-
Notifications
You must be signed in to change notification settings - Fork 1k
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
How to install correctly on windows 11? #457
Comments
I have been debugging and I managed to fix some of the errors, currently I'm on python 3.9.15 I got down to the error "ValueError: Could not get observation and action spaces from remote worker. Maybe specify them manually in the config?" when running "use_attentionnet_rllib.ipynb"
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please make sure that this is a Bug or a Feature Request and provide all applicable information asked by the template.
If your issue is an implementation question, please ask your question on StackOverflow or on the TensorTrade Discord #help-desk channel instead of opening a GitHub issue.
System information
The examples (use_lstm_rllib.ipynb and use_attentionnet_rllib.ipynb) error out on
with the error
which I tried to fix by downgrading gym to version 0.22.0 but then I just end up getting another error:
The example files should run without error
Code to reproduce the issue
I also tried
I just want to get tensortrade working on windows with anaconda
The text was updated successfully, but these errors were encountered: