ShmemVecEnv does not support float64
See original GitHub issueThe _NP_TO_CT
map does not contain an entry for float64.
_NP_TO_CT = {np.float32: ctypes.c_float,
np.int32: ctypes.c_int32,
np.int8: ctypes.c_int8,
np.uint8: ctypes.c_char,
np.bool: ctypes.c_bool}
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Bountysource
ShmemVecEnv does not support float64. ... Contact Us. support@bountysource.zendesk.com · @bountysource on Twitter; Bountysource on Facebook ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems that on master branch this is still not yet fixed. What is the reason behind this?
Changing the dict to the following worked for my application: