You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: