robohive icon indicating copy to clipboard operation
robohive copied to clipboard

Camera names for the DKitty env are causing problems in serialization

Open vikashplus opened this issue 1 year ago • 0 comments

https://github.com/pytorch/rl/pull/2062

tldr: ['A:trackingZ', 'A:trackingY', 'A:headCam', 'A:tailCam', 'A:leftCam', 'A:rightCam'] The colon in the camera name is causing some issues, I'm not sure what that is. But adding cams = [i.replace("A:", "A_") for i in cams] fix the tests.

vikashplus avatar Apr 13 '24 16:04 vikashplus