RL_Training Repo Based on Isaaclab

25 stars 1 forks 25 watchers Python BSD 3-Clause "New" or "Revised" License
1 Open Issue Need Help Last updated: Sep 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The user encountered a `ValueError` during `train.py` execution because `contact_forces` sensor configuration failed to find `_FOOT` links, which were seemingly absent from the USD model generated by `urdf_to_usd()`. Setting `merge_fixed_joints=False` in the converter resolved the error, implying that these links were being consolidated when fixed joints were merged. The user is seeking clarification on whether `merge_fixed_joints` should be `False` by default for their model, or if this workaround points to a deeper issue in the conversion process or sensor configuration.

Complexity: 3/5
good first issue

RL_Training Repo Based on Isaaclab

Python