Skip to content
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

Camera names for the DKitty env are causing problems in serialization #144

Open
vikashplus opened this issue Apr 13, 2024 · 0 comments
Open

Comments

@vikashplus
Copy link
Owner

pytorch/rl#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant