-
Notifications
You must be signed in to change notification settings - Fork 60
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
Can not step #2
Comments
I met the same problems. Have you solved this question? |
if your error is 'raise NotImplementedError', you can solved it by install an older verision of gym(gym==0.15.6) or use the step (core. mod_utils.py) instead of _step. [(https://github.com/openai/gym/issues/1334#issuecomment-466525895)] class NormalizedActions(gym.ActionWrapper):
|
When I run in Pendulum-v0, I get "RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling 'cublasSgemm' unless I set batch_size to 16. Why is that? My python environment is set to the same environment as yours. |
If I use your env
env = utils.NormalizedActions(gym.make(env_tag))
I can not step an action, it says not implement error,
The text was updated successfully, but these errors were encountered: