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
##问题描述 在 exts/robot_lab/robot_lab/tasks/locomotion/velocity/config/unitree_a1_amp/env/manager_based_rl_amp_env.py 代码中, terminal_amp_states = self.get_amp_observations()[reset_env_ids] 的赋值应是否该位于环境重置 self._reset_idx(reset_env_ids) 之前进行?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
##问题描述
在
exts/robot_lab/robot_lab/tasks/locomotion/velocity/config/unitree_a1_amp/env/manager_based_rl_amp_env.py
代码中,
terminal_amp_states = self.get_amp_observations()[reset_env_ids]
的赋值应是否该位于环境重置
self._reset_idx(reset_env_ids)
之前进行?
The text was updated successfully, but these errors were encountered: