We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For some reason I am getting the following error:
The text was updated successfully, but these errors were encountered: