-
Notifications
You must be signed in to change notification settings - Fork 484
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
Error in Store_transition in pytorch dqns #54
Comments
Traceback (most recent call last): |
Same error for DQN as well as DDQN |
which version of gym are you using? |
Find your Why? Look here:
Another thing: If you are using gymnasium instead of gym, remember that |
In "main_torch_dqn_lunar_lander_2020.py" file
--> self.state_memory[index] = state
It says
"ValueError: setting an array element with a sequence. The requested array would exceed the maximum number of dimension of 1"
When i alter few things to get rid off this error i am getting into another error
,could you help me out
The text was updated successfully, but these errors were encountered: