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

Bug Report - TypeError: register() missing 1 required positional argument: 'entry_point' #459

Open
alexchim opened this issue Feb 6, 2023 · 1 comment

Comments

@alexchim
Copy link

alexchim commented Feb 6, 2023

Dear TensorTrade Team,

I am using the latest version of TensorTrade and I have run into an issue with the register() function. When I tried to run the training using Ray.tune, I received the following error message: TypeError: register() missing 1 required positional argument: 'entry_point' with latest version gym.

I did some research and found that the register() function in gym was modified on September 1, 2022 in the following commit: openai/gym@0bcd49e
This modification seems to be the root cause of the issue, it require a new required input entry_point, but the source code of TensorTrade did not update yet.

As a temporary solution, I installed gym version 0.24.1 and the issue was resolved. However, I would appreciate it if the TensorTrade team could investigate this issue and provide a permanent solution.

Thank you for your time and for maintaining such a fantastic library.

@newzapster
Copy link

newzapster commented May 11, 2023

gym version 0.25.2 also works.

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

No branches or pull requests

2 participants