google-deepmind / google-deepmind/dm_control

Advice modeling simple block sliding on floor

未关闭
#343 13 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
4.7k
派生
764
PR 合并指标
30 天内没有已合并 PR

描述

I'm getting started with dm_control and am trying to model a bare bones environment: a box sliding around a floor.
To do this, I adapted from [mujoco-worldgen](https://github.com/openai/mujoco-worldgen) just a box with 3 slide joints and corresponding actuators. I also use the floor arena and then edited down locomotion walker/target tasks to be as simple as possible.
XML here. Note that if I don't include joint armature = 1, then it immediately fails w/ `Nan, Inf or huge value in QACC at DOF 5` at time t=0.000. When I include it though, the box does not move.
```



















```
Full zip of code is attached.

[ice 2.zip](https://github.com/deepmind/dm_control/files/9504813/ice.2.zip)

贡献指南

打开贡献指南

调研方向

首先复现 XML 模型和附件 ice 2.zip,重点关注 0.000 时刻的 MuJoCo 仿真以及 QACC 错误。在判断这是代码缺陷还是建模问题之前,先阅读归档中使用的 dm_control 任务和 arena 设置。完成标准是确定一个可复现的原因,并记录或实现一个针对盒子运动且经过验证的修复方案。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
machine-learning
Issue 类型
缺陷
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
20/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。