google-deepmind / google-deepmind/dm_control
Optionally enable actuation in `physics.after_reset`?
未关闭
- 主要语言
- Python
- 星标
- 4.7k
- 派生
- 764
- PR 合并指标
- 30 天内没有已合并 PR
描述
Would it make sense to optionally enable actuation in the `after_reset` method [here](https://github.com/google-deepmind/dm_control/blob/main/dm_control/mujoco/engine.py#L310)?
The use case I have in mind is initializing episode with actuators in a certain activation state `physics.data.act`, before any control input is provided. What do you think?
贡献指南
调研方向
首先阅读链接位置的 dm_control/mujoco/engine.py 中的 after_reset 方法,以及周围的 reset 行为。确定如何在保留当前默认行为的同时,让可选的执行路径在控制输入之前初始化 physics.data.act;当该行为被定义并一致地实现后,issue 即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- machine-learning
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100