Box bound precision warning generated by gym #3416
willclarktech
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using pybullet envs with gym I get the following warning:
I'm not sure exactly where this originates because the logger doesn't provide a stacktrace, but for example on this line the
dtype
is passed as a kwarg:https://github.com/bulletphysics/bullet3/blob/0ebc43b/examples/pybullet/gym/pybullet_envs/deep_mimic/gym_env/deep_mimic_env.py#L118
I believe if you know you want to lower the precision you're supposed to cast the values yourself, eg:
Beta Was this translation helpful? Give feedback.
All reactions