mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
496e614f77
This should get rid of the annoying warnings that pop up whenever an environment is created. Numpy's default datatype is float64, gym's is float32, the env is actually float32, but the initialization doesn't make it explicit so it causes redundant warnings. ``` /path/lib/python3.9/site-packages/gym/logger.py:34: UserWarning: WARN: Box bound precision lowered by casting to float32 warnings.warn(colorize("%s: %s" % ("WARN", msg % args), "yellow")) ``` |
||
---|---|---|
.. | ||
examples | ||
gym | ||
notebooks | ||
numpy | ||
tensorflow | ||
unittests | ||
unity3d | ||
CMakeLists.txt | ||
premake4.lua | ||
pybullet.c |