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

Runtime Error - "Unsupported joint type" #21

Open
noshaba opened this issue Nov 29, 2022 · 0 comments
Open

Runtime Error - "Unsupported joint type" #21

noshaba opened this issue Nov 29, 2022 · 0 comments

Comments

@noshaba
Copy link

noshaba commented Nov 29, 2022

For some reason I am getting the following error:

humanoid_amp.py", line 294, in _compute_amp_observations
    self._curr_amp_obs_buf[env_ids] = build_amp_observations(self._rigid_body_pos[env_ids][:, 0, :],
RuntimeError: The following operation failed in the TorchScript interpreter.
Traceback of TorchScript (most recent call last):
  File "humanoid.py", line 569, in build_amp_observations
            assert(False), "Unsupported joint type"

        joint_dof_obs = torch_utils.quat_to_tan_norm(joint_pose_q)
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE
        dof_obs[:, (j * joint_obs_size):((j + 1) * joint_obs_size)] = joint_dof_obs
RuntimeError: CUDA error: unspecified launch failure

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