-
Notifications
You must be signed in to change notification settings - Fork 727
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
SAC doesn't work #179
Comments
Thanks for raising the issue. This seems to be a simple fix to just replace the |
Wait, I just tested the code and it works just fine.
Have you installed dependencies via |
Also working as expected on my side. |
Yeah I added a checklist item in the issue item saying please make sure to install dependencies correctly via |
I have run |
OK, I got it, I downgraded |
Not at all. Thanks for submitting the issue. Glad it’s working for you :) |
Problem Description
Soft Actor-Critic (
sac_continuous_action.py
) just doesn't work. I have tried different envs, it doesn't matterCurrent Behavior
Expected Behavior
Possible Solution
Not sure. I think
gym.vector.SyncVectorEnv
handles action spaces incorrectly. The docstring says it chooses the action space of the first of the subenvironments, but in reality it's not agym.space
, it's a tuple.The text was updated successfully, but these errors were encountered: