Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"isaaclab",
"mujoco",
"mujoco-warp",
"reinforcement-learning",
"robotics-simulation"
],
"is_fork": false,
"size_kb": 84067,
"has_wiki": true,
"homepage": "https://mujocolab.github.io/mjlab/",
"languages": {
"Shell": 9834,
"Python": 3329995,
"Makefile": 1334,
"Dockerfile": 1012,
"Jupyter Notebook": 28163
},
"pushed_at": "2026-07-22T17:33:35Z",
"created_at": "2025-06-10T02:34:09Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T17:30:14Z",
"description": "Isaac Lab API, powered by MuJoCo-Warp, for RL and robotics research",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "mujocolab",
"company": null,
"location": null,
"followers": 227,
"avatar_url": "https://avatars.githubusercontent.com/u/229521015?v=4",
"created_at": "2025-08-30T20:06:27Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 325
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.5.3",
"kind": "patch",
"published_at": "2026-07-22T15:54:36Z"
},
{
"tag": "v1.5.2",
"kind": "patch",
"published_at": "2026-07-17T16:59:02Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2026-07-15T17:15:38Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-06-28T23:09:19Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-05-26T22:52:20Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-04-14T22:05:30Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-03-06T22:22:37Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2026-02-15T01:55:52Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-02-13T05:41:02Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-01-29T05:38:09Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-09-29T10:00:45Z"
}
],
"recent_commits": [
{
"oid": "27b86a8d2d38c4f63b9f305317d967e261f802a3",
"body": null,
"is_bot": false,
"headline": "Change mjwarp renderer background color to match mujoco native (#1110)",
"author_name": "Pedro Morais",
"author_login": "bd-pmorais",
"committed_at": "2026-07-22T17:29:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "616ebe51945bbb45b9f7e0f08eb25a4e2f299cfb",
"body": "The README's MuJoCo Warp badge is hardcoded rather than derived from the\ndependency pin, so the 1.5.3 release left it pointing at 3.10.0.2. Bump the\nlabel and release link to match the 3.10.0.3 floor.",
"is_bot": false,
"headline": "Update MuJoCo Warp badge to 3.10.0.3 (#1116)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-22T15:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "598668bf99072fe686f5a6d8ffbea36bb5471694",
"body": "Bump mujoco-warp to 3.10.0.3 to pick up the fix for the CUDA 700 illegal\nmemory access in smooth.crb that startup mass domain randomization triggered\nvia set_const once num_envs >= 128. Bumps the mjlab version, lockfile, and\ncitation metadata accordingly.\n\nFixes #1108",
"is_bot": false,
"headline": "Prepare for 1.5.3 (#1115)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-22T15:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d247f38de798a5c3238d19ff4c5897382357cf7c",
"body": "…#1114)\n\nFixes #998",
"is_bot": false,
"headline": "Invalidate raycast sensor cache after sense to fix stale debug rays (…",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-22T15:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef6d3d447068a6400806c442e454d7f4110b0964",
"body": "Bumps gitpython 3.1.50 -> 3.1.54 and setuptools 80.9.0 -> 83.0.0 in the lockfile to resolve open Dependabot alerts. gitpython's constraint is raised to >=3.1.52 accordingly.",
"is_bot": false,
"headline": "Bump gitpython and setuptools for security fixes (#1113)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-22T15:28:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36ccc49c898911e20c1d793e591173041239699d",
"body": "Transitive lockfile bumps to patched versions: pillow 12.3.0, onnx 1.22.0, soupsieve 2.9.1. No pyproject changes.",
"is_bot": false,
"headline": "Bump pillow, onnx, soupsieve for security fixes (#1112)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-22T02:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "011a5ab441590a81664a813ff0160e99f5835aa6",
"body": null,
"is_bot": false,
"headline": "Fix ONNX upload with current W&B logger (#1107)",
"author_name": "Philipp Wu",
"author_login": "wuphilipp",
"committed_at": "2026-07-20T15:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc01d680e631e096c15b3dd7d8b4af9984ddff6f",
"body": "…ion (#1080)\n\n* Make Viser reward bar panel term cap configurable and warn on truncation\n\nThe reward bar panel capped display at the first 20 terms and silently\ndropped the rest. ViserTermOverlays.setup_tabs never forwarded max_terms,\nso there was no way to raise the limit, and environments with >20\n[…]\ne the limit.\n\nAlso reference the issue in the changelog and add tests covering the warn/\ntruncate boundary and the raised-cap path.\n\n---------\n\nCo-authored-by: Kevin Zakka <kevinarmandzakka@gmail.com>",
"is_bot": false,
"headline": "Make Viser reward bar panel term cap configurable and warn on truncat…",
"author_name": "Zhongjin Lu",
"author_login": "XiaoPengYouCode",
"committed_at": "2026-07-17T20:36:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3cf17ee9037d4c8f86e0aacde526c52891d2ffc8",
"body": "…ation bugs (#1104)\n\n* Enable obs_normalization on Go1 velocity to fix training NaN crash\n\nThe Go1 velocity task was the only velocity config running with\nobs_normalization=False on both the actor and critic; G1 uses True. Without\nnormalization, extreme-but-finite observations from robots tumbling o\n[…]\nv's downstream\n reward finite.\n- Make the terrain-curriculum test's fake terrain mirror the real\n update_env_origins arithmetic (cap-wrap branch and env_origins write) so it\n cannot pass vacuously.",
"is_bot": false,
"headline": "Fix Go1 velocity training crashes and velocity-task curriculum/observ…",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-17T20:19:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ddc5e8530daab96fa2f6af723196e8529ef9650e",
"body": "…ing the float32 sim clock (#1103)\n\nFixes #1101",
"is_bot": false,
"headline": "Accumulate exact substep dt for contact air-time instead of differenc…",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-17T18:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e01229c8eab0115a840e4b5d8db0126f2437beb",
"body": null,
"is_bot": false,
"headline": "Prepare for 1.5.2 (#1102)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-17T16:55:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a09f6e8c03defd789474a92b112a91360d94268",
"body": null,
"is_bot": false,
"headline": "Fix bug where reflectance was not passed to add_material (#1099)",
"author_name": "Pedro Morais",
"author_login": "bd-pmorais",
"committed_at": "2026-07-16T19:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8348ba27f156acfdadf46c1ecd3166e763b66f0",
"body": "* Expand actuator acceleration for recomputation\n\n* Document actuator_acc0 in set_const_0 recomputation table\n\n---------\n\nCo-authored-by: Kevin Zakka <kevinarmandzakka@gmail.com>",
"is_bot": false,
"headline": "Expand actuator acceleration for recomputation (#1098)",
"author_name": "Martin Orrje",
"author_login": "martinorrje",
"committed_at": "2026-07-15T20:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c87cdc66aaa561e63c92e6469926fa0f434012",
"body": null,
"is_bot": false,
"headline": "Prepare for 1.5.1 (#1097)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-15T17:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a39c574e376b12f423bc22f1e0463ee481a4ef3",
"body": "TerrainGenerator unconditionally renamed every geom in the terrain body to\nterrain_{i}, overwriting any name a sub-terrain function had already set.\nThe rename now only applies to geoms that don't already have a name.\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>\nCo-authored-by: Kevin Zakka <kevinzakka@users.noreply.github.com>",
"is_bot": false,
"headline": "Preserve custom geom names in TerrainGenerator (#1092)",
"author_name": "bd-pdomanico",
"author_login": "bd-pdomanico",
"committed_at": "2026-07-15T16:51:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e3b56df78a44c7bc0a62ea80ccee83d2e9c2a1fa",
"body": "mujoco_warp 3.10.0.2 allocates world-shared model fields as real size-1 arrays instead of stride-0 broadcast views, so TorchArray's stride(0) == 0 check stopped expanding them to nworld and multi-env indexing of fields like soft_joint_pos_limits raised IndexError during resets. Also accept mjwarp's _is_batched marker when deciding to expand, keeping the stride check for older versions that don't mark all arrays.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix TorchArray world-dim expansion for mujoco_warp 3.10.0.2 (#1091)",
"author_name": "Qiayuan Liao",
"author_login": "qiayuanl",
"committed_at": "2026-07-15T16:44:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6c0b6bf0dc7c3fd7e17bbfd7950ba909f4e035ba",
"body": null,
"is_bot": false,
"headline": "Enable skybox rendering in sensors (#1088)",
"author_name": "Pedro Morais",
"author_login": "bd-pmorais",
"committed_at": "2026-07-07T20:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0126ca0480ded7e7acd582952f77b3bac413e46a",
"body": "* Add geom_matid dr function and categorical engine\n\n* Explain why texid randomization isn't implemented\n\n* Fix typo\n\n* Strip trailing whitespace in randomization docs\n\n* Strengthen geom_matid tests against vacuous passes\n\n---------\n\nCo-authored-by: Kevin Zakka <kevinarmandzakka@gmail.com>",
"is_bot": false,
"headline": "Add material id randomization (#1087)",
"author_name": "Pedro Morais",
"author_login": "bd-pmorais",
"committed_at": "2026-07-07T20:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b546afe3696ad3da89b3b69f89dec6b1e3c9f953",
"body": null,
"is_bot": false,
"headline": "Scope Claude Code Review workflow to kevinzakka's PRs only (#1083)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-02T01:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ff63f7e8a526c9cc9bff848a346eea5ae3ae047",
"body": null,
"is_bot": false,
"headline": "Avoid tensor copy warning when scale is already a tensor (#1082)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-02T01:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dc67228a52dd467e245db7af3f035d3de9d31b4",
"body": "* extend information of the exported ONNX metadata\n\n* Add tests\n\n* Also include clip\n\n* Apply suggestions from code review\n\nCo-authored-by: Louis LE LAY <le.lay.louis@gmail.com>\n\n* fix the linters and tests\n\n* Extend tests for the metadata\n\n* Fix CSV corruption for nested clip/scale metadata\n\n---------\n\nCo-authored-by: Louis LE LAY <le.lay.louis@gmail.com>\nCo-authored-by: Kevin Zakka <kevinarmandzakka@gmail.com>",
"is_bot": false,
"headline": "Extend information of the exported ONNX metadata (#903)",
"author_name": "Sai Kishor Kothakota",
"author_login": "saikishor",
"committed_at": "2026-07-02T01:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fac7a7e58a8d4d13154241b0fbaabeea60234772",
"body": "* Fuse stateless-control-law actuators to remove per-group host overhead\n\nBuilt-in actuators are already fused into one batched gather/delay/ctrl-write,\nbut ideal PD and DC motor actuators were not: each group paid its own gather,\ndelay update, control evaluation, and ctrl write every substep, and i\n[…]\nndon field-gather path), the\nshared-lag-per-environment behavior the PR description calls out as the one\nbehavioral change, and reset() on one absorbed actuator clearing the whole\nshared delay buffer.",
"is_bot": false,
"headline": "Fuse ideal PD actuators to remove per-group host overhead (#1038)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-07-02T01:08:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e4749f29c5553c8d05b15bc27a38ed1a75edd7e8",
"body": "* Expose MuJoCo Warp broadphase settings in MujocoCfg\n\nAdds broadphase and broadphase_filter fields, applied to the warp\nOption after put_model since they have no equivalent in mujoco.MjOption.\nBoth default to None, leaving MuJoCo Warp's own defaults untouched.\n\nCo-Authored-By: Claude Sonnet 5 <nore\n[…]\nt that unset broadphase settings do not override\nput_model's own heuristic.\n\n---------\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>\nCo-authored-by: Kevin Zakka <kevinarmandzakka@gmail.com>",
"is_bot": false,
"headline": "Expose MuJoCo Warp broadphase settings in MujocoCfg (#1081)",
"author_name": "bd-pdomanico",
"author_login": "bd-pdomanico",
"committed_at": "2026-07-02T00:42:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4675fc104bc1243d42e99f82a72fdbae21fd4167",
"body": "torch.acos returns NaN when the argument drifts outside [-1, 1] due to\nfloating-point error in quaternion-rotated gravity projection. This\ncontaminates the termination signal and corrupts training steps.\n\nClamp the argument to [-1, 1], matching the existing safe pattern in\nlab_api/math.py slerp (line 1722).",
"is_bot": false,
"headline": "Fix NaN in bad_orientation termination due to unclamped acos (#1078)",
"author_name": "Zhongjin Lu",
"author_login": "XiaoPengYouCode",
"committed_at": "2026-06-30T15:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f10e96b84814ae11a70a4fdd3cdcf046ed0e57",
"body": null,
"is_bot": false,
"headline": "Add changelog entry for MeshCfg (#1077)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-29T04:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daf11a879c5738af25ce4434ea84c0e57580627e",
"body": null,
"is_bot": false,
"headline": "Add MeshCfg for editing mesh-asset attributes (#1076)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-29T04:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "986487cc3cd5e3175710a3f50f07da24ace44980",
"body": null,
"is_bot": false,
"headline": "Fix njmax overflow and attach-conflict warnings in tests (#1075)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-29T04:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0e0648d21324aaf922467bfa67782ed877d8c19",
"body": "Add an unlocked test matrix entry, a wheel/sdist smoke-test job, and a nightly latest-dependency run so upstream releases break a PR or nightly instead of a release.",
"is_bot": false,
"headline": "Test against unlocked dependencies in CI (#1074)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-28T23:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08090e8a77228e733373f3b5c54f8b5a68d19d9d",
"body": null,
"is_bot": false,
"headline": "Disable GL in release smoke test to avoid mujoco import crash (#1073)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-28T23:06:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81a9cf6d905a6bf43df281dc5464c4af76ca499c",
"body": null,
"is_bot": false,
"headline": "Cap numpy below 2.5 for mediapy compatibility (#1071)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-28T22:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9298ba5691858dec9f0fa7c53c0ffb453192da67",
"body": null,
"is_bot": false,
"headline": "Prepare v1.5.0 release (#1070)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-28T22:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2e3e86d36bcfd6414f0f6b8c9b05b639e04262a",
"body": "…e (#1069)",
"is_bot": false,
"headline": "Forward sim after motion resample so relative body poses are not stal…",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-28T22:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "849d019e3c178a001156c08a90d95ab7350d2e8d",
"body": null,
"is_bot": false,
"headline": "Bump mujoco and mujoco-warp to 3.10 (#1063)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-28T22:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1091cae96a0ac5303c6d7b76887b70b6fc7b7ea1",
"body": "* ref to web demo\n\n* restored proper uv lock",
"is_bot": false,
"headline": "[DOCS] ref to WBC MJLab in docs (#1067)",
"author_name": "Simeon Nedelchev",
"author_login": "simeon-ned",
"committed_at": "2026-06-28T16:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efdcadc8b281553fd3e1be2a9a88db9553356e8a",
"body": "This lets MetricsManager report episode-peak values (e.g. peak power, peak contact force) via a plain function instead of requiring stateful wrapper classes that maintain a running torch.maximum and abuse reduce=\"last\".\n\nThe implementation adds an _episode_max dict (allocated only for \"max\" terms) t\n[…]\n reports the mean peak across reset envs. Works with both step and per_substep terms.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\nCo-authored-by: Kevin Zakka <kevinzakka@users.noreply.github.com>",
"is_bot": false,
"headline": "Add reduce=\"max\" to MetricsTermCfg (#1060)",
"author_name": "Louis LE LAY",
"author_login": "louislelay",
"committed_at": "2026-06-18T20:53:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1cb1bcbe9d51ca9e4f4c8007bb0debf894f729c6",
"body": null,
"is_bot": false,
"headline": "adds plot live values (#1059)",
"author_name": "Louis LE LAY",
"author_login": "louislelay",
"committed_at": "2026-06-18T20:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cdc56246999409b83622764f5b38edb660cf16e",
"body": null,
"is_bot": false,
"headline": "Add wuji-technology/wuji-mjlab to community projects (#1055)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-10T04:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dac0824e125449d3447d2219004ffd6f6480c358",
"body": "* revert casts\n\n* address claude's reviews",
"is_bot": false,
"headline": "Domain randomization for missing material fields (#1052)",
"author_name": "Tarik Kelestemur",
"author_login": "tkelestemur",
"committed_at": "2026-06-08T19:20:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61af2b75e9d44c93413aaa9bbace24575a9f6ad4",
"body": "Bumps starlette from 0.52.1 to 1.2.1 and idna from 3.11 to 3.18 in uv.lock. Both are transitive dependencies (starlette via sphinx-autobuild, idna via various HTTP libraries). Resolves two medium-severity alerts: starlette ≤ 1.0.0 had missing Host header validation that could poison request.url.path and bypass path-based security checks; idna < 3.15 had a bypass for the CVE-2024-3651 fix in idna.encode().",
"is_bot": false,
"headline": "Bump starlette and idna to fix dependabot security alerts (#1051)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-05T18:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b16d02066b5e00f7e6d01bf472ddebedef23648a",
"body": "The bundled stubs had drifted from the installed mujoco version. Regenerate\nthem, and drop the platform-specific OpenGL backend stubs so the output is\nidentical on macOS and Linux. A new CI job regenerates the stubs and fails if\nthey are stale; the generation script (run via make stubs) post-processes the\noutput to keep it platform-independent and reproducible.\n\nFixes #1048",
"is_bot": false,
"headline": "Regenerate MuJoCo type stubs and keep them in sync via CI (#1050)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-05T04:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d5c5bdb79fcba202fdc241dc711a9dc6dc896f6",
"body": "…ts; Add `RecorderManager.get_term()` (#1049)\n\n* Simplified recorder manager\n\n* Minor\n\n* Minor",
"is_bot": false,
"headline": "`RecorderManager` uses a `dict[str, RecorderTerm]` instead of two lis…",
"author_name": "bd-adaniele",
"author_login": "bd-adaniele",
"committed_at": "2026-06-05T03:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d1474040c3887af8419e20a682a132e7bc3fe86",
"body": "The first-push backfill in CircularBuffer.append hard-coded a 3-D broadcast\n(is_first_push[None, :, None] and data[None, :, :]), which only lines up when\nthe buffer is exactly (max_len, batch, feature). DcMotorActuator with a\nvariable delay lag range stacks position, velocity, and effort targets int\n[…]\n error whenever num_envs != num_targets. The fix derives the broadcast\nshape from data.ndim so it works for tensors of any rank.\n\nSupersedes #1045.\n\nCo-authored-by: ZzzzzzS <ZhouZishun@mail.zzshub.cn>",
"is_bot": false,
"headline": "Fix CircularBuffer backfill broadcast for >2D data (#1046)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-04T17:11:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8574f9cd796bd96aa332c98799a4233deca873ef",
"body": "Fixes #1042",
"is_bot": false,
"headline": "Fix per-axis domain randomization events clobbering each other (#1043)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-04T01:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40f8d93e31b589dccae78ba6aadfc4b74cd1e3fd",
"body": "* fix: set MUJOCO_GL default before mujoco import\n\n* Guard MUJOCO_GL=egl default to Linux only\n\nmujoco's gl_context validates MUJOCO_GL against a platform-specific\nallowlist at import time. egl is only valid on Linux; on macOS/Windows\nit raises RuntimeError. Setting it unconditionally in mjlab/__ini\n[…]\ne\nbehavior is unchanged from the previous commit. On macOS/Windows we\nleave MUJOCO_GL alone so mujoco falls back to GLFW as before.\n\n---------\n\nCo-authored-by: Kevin Zakka <kevinarmandzakka@gmail.com>",
"is_bot": false,
"headline": "Set MUJOCO_GL default before mujoco import (#1036)",
"author_name": "Ruslan Rakhimov",
"author_login": "rakhimovv",
"committed_at": "2026-06-01T22:22:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1dc3acff3dd9937918acf8df0c52e08c149822a8",
"body": "Fixes #1033.",
"is_bot": false,
"headline": "Fix terrain generation bugs and rework heightfield coloring (#1037)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-06-01T22:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "898a700514f8d3c92146ec158190e6f2e4d8c11a",
"body": null,
"is_bot": false,
"headline": "Skip runs with no motion artifact in generate_report instead of crashing",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-30T17:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "716b1dcef3b82f5bf88a047d7eb746084e4ebd17",
"body": "…rename (#1032)\n\nrsl-rl-lib 5.4 renamed the WandB logger type string from 'wandb' to\n'WandbLogWriter'. The tracking runner's save() method still checked for\nthe old string, so use_artifact() was silently skipped on every checkpoint\nsave after the 5.4 bump. This caused the nightly report to fail with\n[…]\n A new parametrized regression test covers both logger type values\nand a third test confirms the non-WandB path leaves use_artifact uncalled.\n\nFixes the nightly benchmark failures starting 2026-05-28.",
"is_bot": false,
"headline": "Fix WandB artifact registration broken by rsl-rl-lib 5.4 logger type …",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-29T21:18:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3285a16bbf5f16b1b906458da60fa2ad91ab2fed",
"body": "* Remove CUDA syncs from circular buffer\n\n* ruff",
"is_bot": false,
"headline": "Remove CUDA syncs from circular buffer (#1031)",
"author_name": "Robin Deits",
"author_login": "rdeits-bd",
"committed_at": "2026-05-29T17:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72b9ae546f3d3c208e5a8dcc750b412561a8c9fd",
"body": "Also fix doc-related inaccuracies.",
"is_bot": false,
"headline": "Make curriculum terrain difficulty deterministic. (#1028)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-29T17:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b57b5b3a8051a6c7a5809398eb57e7d7de640687",
"body": "* Fix GPU selection crash with MIG devices\n\n* Add changelog entry",
"is_bot": false,
"headline": "Fix GPU selection crash with MIG devices (#1029)",
"author_name": "Filippo Luca Ferretti",
"author_login": "flferretti",
"committed_at": "2026-05-29T16:04:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd973373a39d3ea687109303acad657eaf892d42",
"body": "* Use mjviser 0.0.14 from PyPI instead of git pin\n\n* Drop changelog entry",
"is_bot": false,
"headline": "Use mjviser 0.0.14 from PyPI instead of git pin (#1022)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-28T01:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76af1cdbdb7945e08d000d0f66c2fe869c713e2e",
"body": null,
"is_bot": false,
"headline": "Bump rsl-rl-lib from 5.2.0 to 5.4.0 (#1021)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-28T01:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b963a9786ab1dec78475e1c79ad2f210b2eab06",
"body": "* Add BuiltinDcMotorActuator: native MuJoCo <dcmotor> wrapper\n\nSupports voltage/position/velocity input modes with back-EMF, voltage\nsaturation, and configurable Kt/Ke/R. The existing DcMotorActuator stays\nbecause LearnedMlpActuator inherits from it.\n\n* Address reviewer feedback\n\n* Add new actuator classes to docs",
"is_bot": false,
"headline": "Add BuiltinDcMotorActuator: native MuJoCo <dcmotor> wrapper (#1016)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-27T15:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57729d0fdb9931460e6a6354c2e448563fe66a6e",
"body": "actions/checkout v4 -> v6 and astral-sh/setup-uv v6 (and a stale v4 in docs.yml) -> v7. v5.0.0 of checkout and v7.0.0 of setup-uv were the Node 24 jumps. docker.yml was already on actions/checkout@v6 and is unchanged. The auto-generated claude.yml and claude-code-review.yml are deliberately left alone. Removes the Node 20 deprecation warning that surfaced in the v1.4.0 publish run.",
"is_bot": false,
"headline": "Bump GitHub Actions to Node 24 versions (#1015)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-26T23:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4360096b49c1bcc478668c11ce7d458db747e49d",
"body": null,
"is_bot": false,
"headline": "Fix CITATION.cff commit hash for v1.4.0.",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-26T22:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cc461cd15e7155a8998b75ad767fae6dd448072",
"body": "* Prepare v1.4.0 release\n\n- Bump version to 1.4.0\n- Raise mujoco-warp floor to >=3.8.0.3 and cap mujoco-warp/mujoco to\n ~=3.8.0 (matches the pinned git rev 88b55fc2, whose code first reached\n PyPI in 3.8.0.3, and mirrors Newton's constraints)\n- Declare scipy>=1.15 explicitly; it is imported by the\n[…]\nint CITATION commit\n\nDate moved one day forward to match the actual release. CITATION commit hash points at current main HEAD as a fresh placeholder; will be repointed to the merge commit at tag time.",
"is_bot": false,
"headline": "Prepare v1.4.0 release (#1005)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-26T22:20:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "348a011223ac379ee74da6ff85411c96d1daedd8",
"body": "…city references (#1014)\n\nImplicit-integration counterpart to IdealPdActuator. Same interface (position + velocity targets, kp/kd), but expresses the PD as native MuJoCo <position>/<velocity> elements so the implicit and implicitfast integrators include the kp/kd derivatives in their velocity update. The actuator stays stable at gain/timestep combinations where explicit Python PD would diverge.",
"is_bot": false,
"headline": "Add BuiltinPdActuator: implicit-integration PD with position and velo…",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-26T21:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feefdd75cf29a422862c50fd94a74c0ac5bd678a",
"body": "An Entity has at most one freejoint, which serves as its root. A second freejoint was previously accepted silently and only surfaced later as a cryptic shape mismatch when writing root state. Raise a clear error at construction instead, pointing users to model each detached floating body as its own SceneCfg.entities entry.",
"is_bot": false,
"headline": "Reject entity specs with multiple freejoints (#1013)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-25T18:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fea1abfd770c39a5a9ea07f18b40276012d411a1",
"body": "The zoom/pan and regression highlighting added in #1010 added more noise than value, so this trims the page back to the date-range presets (both tabs) and softer point markers. The corrected metric data is unchanged; this only touches the page template.",
"is_bot": false,
"headline": "Simplify nightly page to the date-range filter (#1012)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-25T16:23:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "623ca0b41792864ad126f760528b5e8c0df6d4fd",
"body": "…(#1010)\n\nThe throughput tab had the same crowding as tracking (112 points, full-size markers) and was not covered by the tracking range filter. It now has its own date-range selector, and a single setRange windows both tabs at once and keeps the two selectors in sync.\n\nBoth tabs now flag regression\n[…]\nc card shows a red value with a warning glyph when its latest run regressed.\n\nAll charts get wheel-zoom and drag-pan on the x-axis via chartjs-plugin-zoom; picking a range preset also resets the zoom.",
"is_bot": false,
"headline": "Extend nightly page: throughput range filter, regression flags, zoom …",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-24T23:09:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ff1cbb8fb49f600cbac698afaafef0ee0d530146",
"body": "Each tracking chart plotted every nightly run with full-size points across the whole history, so with ~130 runs the charts became dense and hard to read. This adds a 30d/90d/180d/All selector that windows all the tracking charts at once (defaulting to 90 days) by setting the time axis minimum, and softens the per-point markers so the line and rolling average read more clearly. The throughput charts are unaffected.",
"is_bot": false,
"headline": "Add a date-range filter to the nightly benchmark page (#1009)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-24T22:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15b833fc5fd11fcdb081bc5d4afaacbdccd5f06d",
"body": "* Improve tracking metrics: root-relative frame, RMS joint vel, EE validation\n\ncompute_root_relative_mpkpe now uses body_pos_relative_w (the reward's re-anchored reference), so it removes both global translation and yaw drift and measures intrinsic body pose error instead of leaking heading drift in\n[…]\ne, matching the reward.\n\nPer-step averaging previously inferred active steps from a nonzero MPKPE, which is fragile; it now tracks an explicit active mask.\n\n* Tighten tracking metric changelog entries",
"is_bot": false,
"headline": "Improve tracking metrics and fix evaluation frame alignment (#1008)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-24T22:10:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6a8a8823928f257d2195b0723bbfd6e514ffb58f",
"body": "compute_mpkpe compared the robot against body_pos_relative_w, which is the reference re-anchored to the robot's root every step (the quantity the tracking reward optimizes). That cancels global drift, so the metric never measured the global-frame error it documents and nearly duplicated compute_root_relative_mpkpe. It now uses the true global reference body_pos_w. Adds a test pinning this.\n\nFixes #1006.",
"is_bot": false,
"headline": "Fix tracking MPKPE metric to use the global reference (#1007)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-24T20:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de120a9a464373118d07bb1946c92f5b23f4ce96",
"body": null,
"is_bot": false,
"headline": "Fix delayed actuators only delaying a single command field (#1001)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-24T18:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fc2a60264383732d926923a9fff30e0a3899157",
"body": "* Add sensor-based projected gravity for IMU pose randomization\n\nLinear and angular base velocity are read from MuJoCo sensors on the IMU site, so they already reflect the site's pose. Projected gravity, however, came from mdp.projected_gravity, which uses the root body orientation and is blind to t\n[…]\nurce switch and the IMU site DR events) so no existing task's training behavior changes here. Wiring up IMU mounting randomization on the locomotion tasks, with tuned ranges, can be a separate change.",
"is_bot": false,
"headline": "Add sensor-based projected gravity for IMU pose randomization (#1003)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-24T17:46:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4be5e4a3a44b6f6416e94a0e7be19211b72cf229",
"body": "* \"Claude PR Assistant workflow\"\n\n* \"Claude Code Review workflow\"",
"is_bot": false,
"headline": "Add Claude Code GitHub Workflow (#1004)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-24T17:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0beebfc1218ecf7abc6f74c6f6c20bc4f5342210",
"body": "* Deduplicate env_ids handling in events and harden reset path\n\nThe five reset event functions each repeated the same four-line guard to\nexpand env_ids=None to all environments. Replace those copies with a single\nresolve_env_ids helper, and apply it to push_by_setting_velocity and\napply_external_for\n[…]\nform,\nreset_root_state_from_flat_patches, and push_by_setting_velocity, each\nalso repeating the None-to-empty-dict normalization. Extract it into\n_sample_se3_range so every call site is a single line.",
"is_bot": false,
"headline": "Deduplicate env_ids handling in events and harden reset path (#1002)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-24T14:58:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4abadaf7a7f80df235417154731ff2e371eb70b9",
"body": "Add an FAQ entry under Platform Support clarifying that device=\"cpu\" does\nnot stop Warp from initializing visible GPUs, and that the supported way to\nkeep a run off the GPU is to set CUDA_VISIBLE_DEVICES=\"\" before launching.\n\nFollow-up to the #950 revert (#999), which addresses #949.",
"is_bot": false,
"headline": "docs: explain CPU-only runs and CUDA_VISIBLE_DEVICES (#1000)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-24T05:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be570e98c5fd9eca751217250605288c614fca6f",
"body": "…999)\n\nThis reverts commit dd959eec. #950 attempted to stop a device=\"cpu\"\nManagerBasedRlEnv from claiming a CUDA context on machines with a visible\nGPU by skipping wp.rand_init for CPU devices. The fix targeted the wrong\ncall: Warp eagerly enumerates and initializes every visible CUDA device the\nfi\n[…]\n\nThe supported way to keep a CPU run off the GPU is to set\nCUDA_VISIBLE_DEVICES=\"\" before launching; mjlab cannot prevent Warp from\ninitializing visible devices once its runtime starts.\n\nReopens #949.",
"is_bot": false,
"headline": "Revert \"Skip Warp CUDA init in seed_rng when device is CPU (#950)\" (#…",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-24T05:04:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7628df26b2669daea38b3eeec28575335f202c0a",
"body": "The offscreen renderer recomputed its context \"neighbor\" robots every\nframe from `env_origins`. On rough terrain the curriculum reassigns\norigins on reset, so the nearest-neighbor set kept changing and context\nrobots popped in and out, causing heavy flicker. Flat tasks were fine\nsince they disable the terrain curriculum and origins stay static.\n\nCompute the neighbor set once and cache it. `env_idx` and `nworld` are\nfixed for a recording session, so the context robots are now stable.\n\nFixes #979",
"is_bot": false,
"headline": "Fix rough-terrain video flicker from mutating env origins (#996)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-23T21:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "731fa27b8c023d3d5258501c694979425d2a37fd",
"body": "Adds an axis-oriented box primitive mirroring add_ellipsoid, supported by\nboth the native and Viser viewers. size is the box half-extents.\n\nFixes #992",
"is_bot": false,
"headline": "Add add_box primitive to DebugVisualizer (#995)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-21T01:37:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "866086865dfb28a859b88e5623ff7382a12615e5",
"body": "…(#991)",
"is_bot": false,
"headline": "Bump urllib3 to 2.7.0 and paramiko to 5.0.0 to fix dependabot alerts …",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-17T16:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0ba05890a2ea4111b33c9cbb85f690bf19ca434",
"body": "…s (#988)\n\nThe per-process seed offset in scripts/train.py used LOCAL_RANK (rank\nwithin a node) instead of RANK (global rank), so multi-node setups\nwhere each node has the same LOCAL_RANK assignment ended up with\nduplicate seeds. For example, training across two nodes with one GPU\neach would give bo\n[…]\n nodes local_rank=0 and therefore the same seed.\nSwitching to the global RANK ensures every process across all nodes\ngets a unique seed offset.\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix multi-node distributed training using duplicate seeds across node…",
"author_name": "bd-pdomanico",
"author_login": "bd-pdomanico",
"committed_at": "2026-05-12T02:17:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "49f3983f30d01bd1de61661f29205d1818a36dff",
"body": "…987)\n\nFixes #986",
"is_bot": false,
"headline": "Add get_observations() to ManagerBasedRlEnv to satisfy EnvProtocol (#…",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-11T17:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a43f2d508b963e8caf4af1e7c1d2533d4289287",
"body": null,
"is_bot": false,
"headline": "Update mujoco-warp to 88b55fc2 (#985)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-08T23:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b25d7094d09ddcffec7606b1f3b3c127c6e2a14",
"body": "Fixes two high-severity Dependabot alerts:\n- Path traversal vulnerability allowing arbitrary file write/delete outside the repository (patched in 3.1.48)\n- Newline injection in config_writer().set_value() enabling RCE via core.hooksPath (patched in 3.1.49)",
"is_bot": false,
"headline": "Bump GitPython to >=3.1.49 to fix security vulnerabilities (#982)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-07T20:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f46d39a580b9fba4a345777a20dc8f9b90614a2",
"body": null,
"is_bot": false,
"headline": "Bump viser to 1.0.27. (#978)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-07T03:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c9ff0e2c28f4ba1f8e6f752b16dd489abeeb946",
"body": null,
"is_bot": false,
"headline": "Fix make sync by selecting one torch extra (#977)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-07T03:26:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fcfab57708de91b8bca7c1b91b075f4637c3d1b",
"body": "Capture cooldown_s from cfg.params at __init__ and pre-sample the initial\n_interval_time_left there, removing the _needs_init flag and the lazy-init\nblock in __call__. All cooldown sampling sites now share a single\n_sample_cooldown helper backed by sample_uniform.",
"is_bot": false,
"headline": "Clean up apply_body_impulse cooldown handling (#976)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-07T03:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd07e05796bb434664ad927b4b5bc0d3c34bf945",
"body": "apply_body_impulse documented its lifecycle as starting with a cooldown,\nbut _interval_time_left was initialized to zero, so an impulse always fired\non the very first step and the first step after every reset. This made\nimpulse timing perfectly correlated with episode resets — exactly the kind\nof artifact RL policies can learn around.\n\nSample the initial cooldown lazily on the first __call__ (and on the first\ncall after each reset), since cooldown_s is only known at __call__ time.\n\nFixes #973",
"is_bot": false,
"headline": "Sample apply_body_impulse cooldown lazily on first step (#975)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-07T03:05:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e1be363ccbbfccab7799f4435068a1b9c0cb82d",
"body": "The if isinstance(env_ids, slice) branch in reset() assigned reset_ids = env_ids\nin both arms, making the alias redundant. Use env_ids directly.",
"is_bot": false,
"headline": "Remove tautological if/else in apply_body_impulse.reset (#974)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-07T02:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80a12a5e12ffa66ec32a4b8167926cf4ba239fec",
"body": "…972)\n\n* Fix pd_gains and effort_limits silently ignoring Operation objects\n\nBoth functions only accepted literal strings \"scale\"/\"abs\", so passing an Operation instance (e.g. dr.scale) fell through every if/elif branch and did nothing. Now they accept Operation | str like every other DR event, reso\n[…]\n operations.\n\nFixes #971\n\n* Add explicit assert op.name == \"abs\" in else branches\n\nReviewer feedback: make the else branches self-documenting instead of\nrelying on the nonlocal guard 50 lines earlier.",
"is_bot": false,
"headline": "Fix pd_gains and effort_limits silently ignoring Operation objects (#…",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-06T18:05:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a433e83fb27dc2b44b21863b47d3dae6e4dc211",
"body": "The old 3-geom foot collision geometry was replaced with the current multi-geom version but the original geoms were left behind as comments. The first geom in each commented block was identical to the active one, and the rest were superseded. Remove both left and right foot commented blocks.",
"is_bot": false,
"headline": "Remove stale commented-out foot collision geoms from G1 XML (#970)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-05-04T19:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7e4ffa67e26e6eb04bceb9bc2babe009f41c720",
"body": null,
"is_bot": false,
"headline": "Remove use of deprecated warp-lang symbols (#968)",
"author_name": "Robin Deits",
"author_login": "rdeits-bd",
"committed_at": "2026-05-04T17:21:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96349c52132a2480a7c10ed9dc64351f727fe492",
"body": "* per world material\n\n* Add textures to reserved-name validation\n\nWithout this, user-supplied variant textures starting with a reserved\nprefix (e.g. \"mjlab/pad/\") would silently collide instead of raising\nearly. Mirrors the existing check for meshes, materials, and other\nasset types.\n\n* Add changelog entry for per-world material variants\n\n---------\n\nCo-authored-by: Kevin Zakka <kevinarmandzakka@gmail.com>",
"is_bot": false,
"headline": "per world material (#966)",
"author_name": "Omar Rayyan",
"author_login": "omarrayyann",
"committed_at": "2026-05-04T16:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b2f90b61c74a2d2160d99a52a2291f37a1555f9",
"body": "* [Bug Fix] Fix contact sensor global frame rotation\n\n* Add contribution credit and fix test docstring style\n\n---------\n\nCo-authored-by: Kevin Zakka <zakka@berkeley.edu>",
"is_bot": false,
"headline": "[Bug Fix] Fix contact sensor global frame rotation (#963)",
"author_name": "bd-pdomanico",
"author_login": "bd-pdomanico",
"committed_at": "2026-04-30T20:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12dc0db873209bd33e6e4e5d0d8a2760c468fefc",
"body": "…(#960)\n\nReward terms (e.g. velocity task metrics) write into `extras[\"log\"]` during `reward_manager.compute()`, but `_reset_idx()` was clearing the dict with `self.extras[\"log\"] = dict()` before repopulating it with manager reset data. Since `_reset_idx` runs after `reward_manager.compute()` in `st\n[…]\ntice.\n\nMove the `extras[\"log\"]` clearing from `_reset_idx()` to the top of `step()` and `reset()`, so reward terms write after the clear and `_reset_idx` merges additively via `.update()`.\n\nFixes #957",
"is_bot": false,
"headline": "Fix extras[\"log\"] entries from reward terms being discarded on reset …",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-30T01:43:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0617cc76f3995fdb91ac5accd4e80e6472b30c3",
"body": "…ruction (#956)\n\nThree layered changes to the per-world mesh variant feature on the\nnot-yet-released cycle.\n\nThe cross-variant validator is now a recursive structural check covering\nbody trees, joints, primitive (non-mesh) geoms, the spec-level\ncollections (actuators, sensors, tendons, equalities), \n[…]\nble is an explicit per-world assignment policy\ncalled with num_envs at sim init. Doc revamp at the\n:ref:\\`heterogeneous_worlds\\` anchor walks through all three modes\nplus a worked slot-layout example.",
"is_bot": false,
"headline": "Per-world mesh variant cleanup: validation, consolidation, O(N) const…",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-29T20:32:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0040979763ab43bc1220812c9de4bc74e2631f42",
"body": "Adds an explicit ValueError in VariantEntityCfg construction when\nvariants are not floating-base, replacing silent stacked-at-origin\nbehavior with a clear message pointing at body.add_freejoint(). The\nmocap auto-wrap pass is not applied for variant entities, and there\nis no concrete use case for fix\n[…]\nn is removed: the\nfixed-base rule now lives in the design paragraph, the \"only\nmeshes/inertials vary\" point was design intent already covered\nthere, and the shallow-validator note was edge-case noise.",
"is_bot": false,
"headline": "Reject fixed-base mesh variants and tighten docs (#955)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-29T00:15:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7708968b4afeeebfe98c397661343aee95b28485",
"body": "* Add per-world mesh variants\n\n* Fix per-world mesh allocations missing device scope (#935)\n\n`per_world_mesh()` internally calls `mjwarp.put_model` and ~12\n`wp.array(...)` allocations for the per-world dataid table and\nvariant-dependent fields (geom_size, body_mass, body_inertia, ...).\n\nIn the curre\n[…]\nnt's own baseline rather than\nbroadcasting a shared template default.\n\n---------\n\nCo-authored-by: XiangruiJiang <1020268296@qq.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add per-world mesh variants (#860)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-28T23:56:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f7c873036e09883d953294ecc17a3eb03baa2b5a",
"body": "…ipt (#954)\n\nThe @torch.compile(fullgraph=True) decorator added in #948 hits dynamo's\nrecompile_limit (8) when the full test suite runs, causing\ntest_raycast_sensor.py to fail with FailOnRecompileLimitHit. The shape\nspecialization on the leading batch dim exhausts the budget across the\nmany env cons\n[…]\ne implementation rewrite from #948 (which is\nthe actual source of the speedup). Only the decorator changes.\n\nAlso drops the corresponding changelog entry, since the speedup\nattribution is now muddier.",
"is_bot": false,
"headline": "Revert quat_from_matrix decorator from torch.compile to torch.jit.scr…",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-28T22:59:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3d6cb9588b08dac55febaa92808667a587745086",
"body": "Add a note about the mujoco/mujoco-warp 3.8 bump and the multiccd flag removal. Split bd-pdomanico's RayCaster + quat_from_matrix entry into two and add contribution credits for both that and tkelestemur's segmentation work.",
"is_bot": false,
"headline": "Polish changelog entries for upcoming release (#953)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-28T22:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ccbb0c685acd5f9fc039969f0b9eef10630ad2b",
"body": "mujoco_warp's renderer now outputs (object_id, object_type) vec2i pairs instead of raw geom IDs. This propagates that typed format through mjlab's camera pipeline, changing CameraSensorData.segmentation from [B, H, W, 1] to [B, H, W, 2]. The manipulation observation helpers and the viser camera viewer are updated accordingly.\n\nCo-authored-by: Kevin Zakka <kevinarmandzakka@gmail.com>",
"is_bot": false,
"headline": "Adapt camera segmentation to mujoco-warp's typed output (#911)",
"author_name": "Tarik Kelestemur",
"author_login": "tkelestemur",
"committed_at": "2026-04-28T22:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4a7504a4accf5846e88a95859f43e9335167f64",
"body": "* Speedup of raycast post-processing\n\nRemoves boolean-mask indexing operations with `masked_fill_` and an implementation of hit_pos_w that uses a clamped distance to put hit_pos_w for misses at world_origins. These effectively remove all cuda syncs from the ray postprocess, unblocking the cpu thread\n[…]\n.23x 1.79e-07\n\n* Add changelog entry for raycast post-processing speedup\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Raycast sensor optimization (#948)",
"author_name": "bd-pdomanico",
"author_login": "bd-pdomanico",
"committed_at": "2026-04-28T22:01:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dd959eec601675223778528e4ee5443e4e35addf",
"body": "ManagerBasedRlEnv unconditionally called wp.rand_init via seed_rng, which initializes Warp on every visible CUDA device. As a result, constructing the env with device=\"cpu\" still claimed a CUDA context on GPU-visible machines.\n\nseed_rng now takes an optional device argument and skips wp.rand_init when the device resolves to CPU. ManagerBasedRlEnv threads its constructor device through to the seed call so device=\"cpu\" no longer touches Warp's CUDA runtime.\n\nFixes #949",
"is_bot": false,
"headline": "Skip Warp CUDA init in seed_rng when device is CPU (#950)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-28T21:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1f2883d6257c5599ff82f60ddbd2c0bc65584fb",
"body": "The previous mujoco 3.7 nightly was yanked, breaking CI. This bumps both mujoco (to 3.8.1 nightly) and mujoco-warp (to a post-3.8.0 commit that includes the cache_kernel fix from google-deepmind/mujoco_warp#1318). The multiccd enable flag was removed in mujoco 3.8 (it became default-on), so the test that exercised it now uses the energy flag instead.\n\nFixes #948",
"is_bot": false,
"headline": "Upgrade mujoco to 3.8 and mujoco-warp to 3.8.0 (#952)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-28T21:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33fc155eefdea47aa6650d4e5a91181518ce387e",
"body": "The update is fully backwards compatible with mjlab's usage. Notable upstream additions include torch.compile support for PPO and Distillation, and optional std clamping and constant std in GaussianDistribution.",
"is_bot": false,
"headline": "Bump rsl-rl-lib from 5.0.1 to 5.2.0 (#947)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-28T01:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a796ea46407214adc49247a5b8a9f4b3c76ee36",
"body": "Add constraint-dependencies to enforce GitPython>=3.1.47 (command injection, CVE-2024-22190) and lxml>=6.1.0 (XXE via iterparse default config). Both are transitive dependencies pulled in by rsl-rl-lib, wandb, and yourdfpy.",
"is_bot": false,
"headline": "Bump GitPython and lxml to fix Dependabot security alerts (#946)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-27T22:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf4664d976eec6f28ddc4a3862350d0ac7e4a90",
"body": "Fixes #942",
"is_bot": false,
"headline": "Disable terrain debug visualization sites by default (#945)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-27T22:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76c265c26c3f440ae7a24ddc9f90f52335995a90",
"body": "Validate reward, termination, and metrics term outputs where they are consumed instead of dry-running terms during environment initialization. This avoids calling user callbacks outside their normal lifecycle while still raising a clear error when a term does not return one value per environment.",
"is_bot": false,
"headline": "Validate manager term shapes at compute time (#944)",
"author_name": "Kevin Zakka",
"author_login": "kevinzakka",
"committed_at": "2026-04-27T21:35:46Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 1071,
"latest_release_at": "2026-07-22T15:54:36Z",
"latest_release_tag": "v1.5.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 42,
"days_since_latest_release": 0,
"mean_days_between_releases": 19.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "mjlab",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"mujoco",
"mujoco-warp",
"simulation",
"reinforcement-learning",
"robotics",
"Development Status :: 5 - Production/Stable",
"Environment :: GPU :: NVIDIA CUDA",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
"Typing :: Typed"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/mjlab/",
"is_deprecated": false,
"latest_version": "1.5.3",
"repository_url": "https://github.com/mujocolab/mjlab",
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2025-09-26T20:13:47.743545Z",
"latest_published_at": "2026-07-22T15:54:25.396385Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 459,
"stars": 2709,
"watchers": 26,
"fork_history": {
"days": [
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-09-30",
"count": 13
},
{
"date": "2025-10-01",
"count": 3
},
{
"date": "2025-10-02",
"count": 4
},
{
"date": "2025-10-03",
"count": 8
},
{
"date": "2025-10-04",
"count": 4
},
{
"date": "2025-10-05",
"count": 2
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-07",
"count": 2
},
{
"date": "2025-10-08",
"count": 1
},
{
"date": "2025-10-09",
"count": 2
},
{
"date": "2025-10-10",
"count": 2
},
{
"date": "2025-10-11",
"count": 5
},
{
"date": "2025-10-12",
"count": 2
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-15",
"count": 3
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-18",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-10-22",
"count": 2
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-24",
"count": 5
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-10-28",
"count": 2
},
{
"date": "2025-10-29",
"count": 3
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-11-02",
"count": 2
},
{
"date": "2025-11-03",
"count": 4
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2025-11-09",
"count": 2
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-11",
"count": 2
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-13",
"count": 2
},
{
"date": "2025-11-14",
"count": 2
},
{
"date": "2025-11-15",
"count": 2
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-11-20",
"count": 3
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2025-11-26",
"count": 2
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-11-29",
"count": 2
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-02",
"count": 3
},
{
"date": "2025-12-04",
"count": 3
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2025-12-09",
"count": 3
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2025-12-12",
"count": 3
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-21",
"count": 2
},
{
"date": "2025-12-22",
"count": 2
},
{
"date": "2025-12-23",
"count": 2
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2026-01-05",
"count": 2
},
{
"date": "2026-01-07",
"count": 3
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-12",
"count": 3
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-16",
"count": 2
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-18",
"count": 1
},
{
"date": "2026-01-19",
"count": 2
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-01-25",
"count": 2
},
{
"date": "2026-01-26",
"count": 2
},
{
"date": "2026-01-27",
"count": 2
},
{
"date": "2026-01-28",
"count": 2
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-01-30",
"count": 2
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-01",
"count": 1
},
{
"date": "2026-02-02",
"count": 2
},
{
"date": "2026-02-03",
"count": 3
},
{
"date": "2026-02-04",
"count": 4
},
{
"date": "2026-02-05",
"count": 2
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-10",
"count": 2
},
{
"date": "2026-02-11",
"count": 4
},
{
"date": "2026-02-12",
"count": 2
},
{
"date": "2026-02-13",
"count": 2
},
{
"date": "2026-02-15",
"count": 2
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-02-17",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-02-24",
"count": 4
},
{
"date": "2026-02-25",
"count": 3
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-02-27",
"count": 2
},
{
"date": "2026-02-28",
"count": 2
},
{
"date": "2026-03-01",
"count": 3
},
{
"date": "2026-03-02",
"count": 2
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-05",
"count": 2
},
{
"date": "2026-03-06",
"count": 2
},
{
"date": "2026-03-07",
"count": 2
},
{
"date": "2026-03-08",
"count": 1
},
{
"date": "2026-03-09",
"count": 3
},
{
"date": "2026-03-10",
"count": 4
},
{
"date": "2026-03-11",
"count": 3
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-13",
"count": 2
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-16",
"count": 4
},
{
"date": "2026-03-17",
"count": 2
},
{
"date": "2026-03-19",
"count": 3
},
{
"date": "2026-03-20",
"count": 5
},
{
"date": "2026-03-24",
"count": 2
},
{
"date": "2026-03-25",
"count": 4
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-03-27",
"count": 3
},
{
"date": "2026-03-28",
"count": 2
},
{
"date": "2026-03-30",
"count": 3
},
{
"date": "2026-03-31",
"count": 3
},
{
"date": "2026-04-01",
"count": 4
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-03",
"count": 3
},
{
"date": "2026-04-05",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-07",
"count": 4
},
{
"date": "2026-04-08",
"count": 3
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-14",
"count": 3
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-04-21",
"count": 4
},
{
"date": "2026-04-22",
"count": 3
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-04-25",
"count": 2
},
{
"date": "2026-04-27",
"count": 2
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-01",
"count": 2
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-05-05",
"count": 2
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-07",
"count": 4
},
{
"date": "2026-05-08",
"count": 2
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-11",
"count": 3
},
{
"date": "2026-05-12",
"count": 2
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-14",
"count": 3
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-05-16",
"count": 3
},
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-05-18",
"count": 3
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-21",
"count": 2
},
{
"date": "2026-05-22",
"count": 2
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 2
},
{
"date": "2026-05-26",
"count": 3
},
{
"date": "2026-05-28",
"count": 3
},
{
"date": "2026-05-29",
"count": 4
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-04",
"count": 3
},
{
"date": "2026-06-07",
"count": 3
},
{
"date": "2026-06-08",
"count": 2
},
{
"date": "2026-06-09",
"count": 2
},
{
"date": "2026-06-10",
"count": 2
},
{
"date": "2026-06-11",
"count": 2
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-15",
"count": 2
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-17",
"count": 2
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-06-26",
"count": 2
},
{
"date": "2026-06-28",
"count": 4
},
{
"date": "2026-06-29",
"count": 2
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-02",
"count": 5
},
{
"date": "2026-07-04",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-07",
"count": 2
},
{
"date": "2026-07-08",
"count": 2
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-10",
"count": 4
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-15",
"count": 2
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
},
{
"date": "2026-07-20",
"count": 3
},
{
"date": "2026-07-22",
"count": 1
}
],
"complete": true,
"collected": 427,
"total_forks": 459
},
"star_history": null,
"open_issues_and_prs": 27
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"demos",
"notebooks"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"src/mjlab/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 72997,
"source_files_sampled": 284,
"oversized_source_files": 2,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2084
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "torch",
"direct": true,
"version": "2.9.0",
"severity": "high",
"ecosystem": "pypi",
"cvss_score": 8.8,
"advisory_ids": [
"GHSA-qfhq-4f3w-5fph",
"GHSA-rrmf-rvhw-rf47",
"GHSA-vgrw-7cvw-pwgx",
"PYSEC-2026-139",
"PYSEC-2026-2286"
],
"fixed_version": "2.13.0",
"advisory_count": 5,
"oldest_advisory_days": 478
},
{
"name": "torch",
"direct": true,
"version": "2.9.0+cu128",
"severity": "high",
"ecosystem": "pypi",
"cvss_score": 8.8,
"advisory_ids": [
"GHSA-qfhq-4f3w-5fph",
"GHSA-rrmf-rvhw-rf47",
"GHSA-vgrw-7cvw-pwgx",
"PYSEC-2026-139",
"PYSEC-2026-2286"
],
"fixed_version": "2.13.0",
"advisory_count": 5,
"oldest_advisory_days": 478
},
{
"name": "click",
"direct": false,
"version": "8.3.0",
"severity": "high",
"ecosystem": "pypi",
"cvss_score": 7.2,
"advisory_ids": [
"PYSEC-2026-2132"
],
"fixed_version": "8.3.3",
"advisory_count": 1,
"oldest_advisory_days": 83
},
{
"name": "torch",
"direct": true,
"version": "2.10.0+cpu",
"severity": "moderate",
"ecosystem": "pypi",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-rrmf-rvhw-rf47"
],
"fixed_version": "2.13.0",
"advisory_count": 1,
"oldest_advisory_days": 478
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 3,
"moderate": 1
},
"advisory_count": 12,
"affected_count": 4,
"assessed_count": 215,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 3
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "prettytable",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "tqdm",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "tyro",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.0.1"
},
{
"name": "torch",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.7.0"
},
{
"name": "torchrunx",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.3.4"
},
{
"name": "warp-lang",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.14.0"
},
{
"name": "mujoco-warp",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.10.0.3,~=3.10.0"
},
{
"name": "mujoco",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": "~=3.10.0"
},
{
"name": "trimesh",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=4.8.3"
},
{
"name": "scipy",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.15"
},
{
"name": "viser",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.0.27"
},
{
"name": "mjviser",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.0.14"
},
{
"name": "mediapy",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.2.6"
},
{
"name": "numpy",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": "<2.5"
},
{
"name": "imageio-ffmpeg",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "tensordict",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "rsl-rl-lib",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": "==5.4.0"
},
{
"name": "tensorboard",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.20.0"
},
{
"name": "onnxscript",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.5.4"
},
{
"name": "wandb",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.22.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "imageio-ffmpeg",
"direct": true,
"version": "0.6.0",
"ecosystem": "pypi"
},
{
"name": "mediapy",
"direct": true,
"version": "1.2.6",
"ecosystem": "pypi"
},
{
"name": "mjviser",
"direct": true,
"version": "0.0.14",
"ecosystem": "pypi"
},
{
"name": "mujoco",
"direct": true,
"version": "3.10.0",
"ecosystem": "pypi"
},
{
"name": "mujoco-warp",
"direct": true,
"version": "3.10.0.3",
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": true,
"version": "2.2.6",
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": true,
"version": "2.3.4",
"ecosystem": "pypi"
},
{
"name": "onnxscript",
"direct": true,
"version": "0.5.4",
"ecosystem": "pypi"
},
{
"name": "prettytable",
"direct": true,
"version": "3.16.0",
"ecosystem": "pypi"
},
{
"name": "rsl-rl-lib",
"direct": true,
"version": "5.4.0",
"ecosystem": "pypi"
},
{
"name": "scipy",
"direct": true,
"version": "1.15.3",
"ecosystem": "pypi"
},
{
"name": "scipy",
"direct": true,
"version": "1.16.2",
"ecosystem": "pypi"
},
{
"name": "tensorboard",
"direct": true,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "tensordict",
"direct": true,
"version": "0.10.0",
"ecosystem": "pypi"
},
{
"name": "torch",
"direct": true,
"version": "2.10.0+cpu",
"ecosystem": "pypi"
},
{
"name": "torch",
"direct": true,
"version": "2.9.0",
"ecosystem": "pypi"
},
{
"name": "torch",
"direct": true,
"version": "2.9.0+cu128",
"ecosystem": "pypi"
},
{
"name": "torchrunx",
"direct": true,
"version": "0.3.4",
"ecosystem": "pypi"
},
{
"name": "tqdm",
"direct": true,
"version": "4.67.1",
"ecosystem": "pypi"
},
{
"name": "trimesh",
"direct": true,
"version": "4.8.3",
"ecosystem": "pypi"
},
{
"name": "tyro",
"direct": true,
"version": "1.0.1",
"ecosystem": "pypi"
},
{
"name": "viser",
"direct": true,
"version": "1.0.27",
"ecosystem": "pypi"
},
{
"name": "wandb",
"direct": true,
"version": "0.22.3",
"ecosystem": "pypi"
},
{
"name": "warp-lang",
"direct": true,
"version": "1.14.0",
"ecosystem": "pypi"
},
{
"name": "absl-py",
"direct": false,
"version": "2.3.1",
"ecosystem": "pypi"
},
{
"name": "accessible-pygments",
"direct": false,
"version": "0.0.5",
"ecosystem": "pypi"
},
{
"name": "alabaster",
"direct": false,
"version": "1.0.0",
"ecosystem": "pypi"
},
{
"name": "annotated-types",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "anyio",
"direct": false,
"version": "4.11.0",
"ecosystem": "pypi"
},
{
"name": "asttokens",
"direct": false,
"version": "3.0.0",
"ecosystem": "pypi"
},
{
"name": "attrs",
"direct": false,
"version": "25.4.0",
"ecosystem": "pypi"
},
{
"name": "autodocsumm",
"direct": false,
"version": "0.2.14",
"ecosystem": "pypi"
},
{
"name": "babel",
"direct": false,
"version": "2.17.0",
"ecosystem": "pypi"
},
{
"name": "bcrypt",
"direct": false,
"version": "5.0.0",
"ecosystem": "pypi"
},
{
"name": "beautifulsoup4",
"direct": false,
"version": "4.14.3",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2025.10.5",
"ecosystem": "pypi"
},
{
"name": "cffi",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "cfgv",
"direct": false,
"version": "3.4.0",
"ecosystem": "pypi"
},
{
"name": "charset-normalizer",
"direct": false,
"version": "3.4.4",
"ecosystem": "pypi"
},
{
"name": "click",
"direct": false,
"version": "8.3.0",
"ecosystem": "pypi"
},
{
"name": "cloudpickle",
"direct": false,
"version": "3.1.1",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "colorlog",
"direct": false,
"version": "6.10.1",
"ecosystem": "pypi"
},
{
"name": "contourpy",
"direct": false,
"version": "1.3.2",
"ecosystem": "pypi"
},
{
"name": "contourpy",
"direct": false,
"version": "1.3.3",
"ecosystem": "pypi"
},
{
"name": "cryptography",
"direct": false,
"version": "49.0.0",
"ecosystem": "pypi"
},
{
"name": "cycler",
"direct": false,
"version": "0.12.1",
"ecosystem": "pypi"
},
{
"name": "decorator",
"direct": false,
"version": "5.2.1",
"ecosystem": "pypi"
},
{
"name": "deprecated",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "distlib",
"direct": false,
"version": "0.4.0",
"ecosystem": "pypi"
},
{
"name": "docstring-parser",
"direct": false,
"version": "0.17.0",
"ecosystem": "pypi"
},
{
"name": "docutils",
"direct": false,
"version": "0.21.2",
"ecosystem": "pypi"
},
{
"name": "embreex",
"direct": false,
"version": "2.17.7.post6",
"ecosystem": "pypi"
},
{
"name": "etils",
"direct": false,
"version": "1.13.0",
"ecosystem": "pypi"
},
{
"name": "exceptiongroup",
"direct": false,
"version": "1.3.0",
"ecosystem": "pypi"
},
{
"name": "executing",
"direct": false,
"version": "2.2.1",
"ecosystem": "pypi"
},
{
"name": "fabric",
"direct": false,
"version": "3.2.2",
"ecosystem": "pypi"
},
{
"name": "filelock",
"direct": false,
"version": "3.25.2",
"ecosystem": "pypi"
},
{
"name": "flatbuffers",
"direct": false,
"version": "25.12.19",
"ecosystem": "pypi"
},
{
"name": "fonttools",
"direct": false,
"version": "4.61.1",
"ecosystem": "pypi"
},
{
"name": "fsspec",
"direct": false,
"version": "2025.9.0",
"ecosystem": "pypi"
},
{
"name": "gitdb",
"direct": false,
"version": "4.0.12",
"ecosystem": "pypi"
},
{
"name": "gitpython",
"direct": false,
"version": "3.1.54",
"ecosystem": "pypi"
},
{
"name": "glfw",
"direct": false,
"version": "2.10.0",
"ecosystem": "pypi"
},
{
"name": "grpcio",
"direct": false,
"version": "1.76.0",
"ecosystem": "pypi"
},
{
"name": "h11",
"direct": false,
"version": "0.16.0",
"ecosystem": "pypi"
},
{
"name": "httpcore",
"direct": false,
"version": "1.0.9",
"ecosystem": "pypi"
},
{
"name": "httpx",
"direct": false,
"version": "0.28.1",
"ecosystem": "pypi"
},
{
"name": "identify",
"direct": false,
"version": "2.6.15",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.18",
"ecosystem": "pypi"
},
{
"name": "imageio",
"direct": false,
"version": "2.37.0",
"ecosystem": "pypi"
},
{
"name": "imagesize",
"direct": false,
"version": "1.4.1",
"ecosystem": "pypi"
},
{
"name": "importlib-metadata",
"direct": false,
"version": "8.7.0",
"ecosystem": "pypi"
},
{
"name": "importlib-resources",
"direct": false,
"version": "6.5.2",
"ecosystem": "pypi"
},
{
"name": "iniconfig",
"direct": false,
"version": "2.3.0",
"ecosystem": "pypi"
},
{
"name": "invoke",
"direct": false,
"version": "2.2.1",
"ecosystem": "pypi"
},
{
"name": "ipdb",
"direct": false,
"version": "0.13.13",
"ecosystem": "pypi"
},
{
"name": "ipython",
"direct": false,
"version": "8.37.0",
"ecosystem": "pypi"
},
{
"name": "ipython",
"direct": false,
"version": "9.6.0",
"ecosystem": "pypi"
},
{
"name": "ipython-pygments-lexers",
"direct": false,
"version": "1.1.1",
"ecosystem": "pypi"
},
{
"name": "jedi",
"direct": false,
"version": "0.19.2",
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": false,
"version": "3.1.6",
"ecosystem": "pypi"
},
{
"name": "jsonschema",
"direct": false,
"version": "4.25.1",
"ecosystem": "pypi"
},
{
"name": "jsonschema-specifications",
"direct": false,
"version": "2025.9.1",
"ecosystem": "pypi"
},
{
"name": "kiwisolver",
"direct": false,
"version": "1.4.9",
"ecosystem": "pypi"
},
{
"name": "latexcodec",
"direct": false,
"version": "3.0.1",
"ecosystem": "pypi"
},
{
"name": "lxml",
"direct": false,
"version": "6.1.0",
"ecosystem": "pypi"
},
{
"name": "manifold3d",
"direct": false,
"version": "3.2.1",
"ecosystem": "pypi"
},
{
"name": "mapbox-earcut",
"direct": false,
"version": "1.0.3",
"ecosystem": "pypi"
},
{
"name": "markdown",
"direct": false,
"version": "3.9",
"ecosystem": "pypi"
},
{
"name": "markdown-it-py",
"direct": false,
"version": "3.0.0",
"ecosystem": "pypi"
},
{
"name": "markupsafe",
"direct": false,
"version": "3.0.3",
"ecosystem": "pypi"
},
{
"name": "matplotlib",
"direct": false,
"version": "3.10.8",
"ecosystem": "pypi"
},
{
"name": "matplotlib-inline",
"direct": false,
"version": "0.1.7",
"ecosystem": "pypi"
},
{
"name": "mdit-py-plugins",
"direct": false,
"version": "0.5.0",
"ecosystem": "pypi"
},
{
"name": "mdurl",
"direct": false,
"version": "0.1.2",
"ecosystem": "pypi"
},
{
"name": "mjlab",
"direct": false,
"version": "1.5.3",
"ecosystem": "pypi"
},
{
"name": "ml-dtypes",
"direct": false,
"version": "0.5.4",
"ecosystem": "pypi"
},
{
"name": "mpmath",
"direct": false,
"version": "1.3.0",
"ecosystem": "pypi"
},
{
"name": "msgspec",
"direct": false,
"version": "0.19.0",
"ecosystem": "pypi"
},
{
"name": "myst-parser",
"direct": false,
"version": "4.0.1",
"ecosystem": "pypi"
},
{
"name": "networkx",
"direct": false,
"version": "3.4.2",
"ecosystem": "pypi"
},
{
"name": "networkx",
"direct": false,
"version": "3.5",
"ecosystem": "pypi"
},
{
"name": "nodeenv",
"direct": false,
"version": "1.9.1",
"ecosystem": "pypi"
},
{
"name": "nvidia-cublas-cu12",
"direct": false,
"version": "12.8.4.1",
"ecosystem": "pypi"
},
{
"name": "nvidia-cuda-cupti-cu12",
"direct": false,
"version": "12.8.90",
"ecosystem": "pypi"
},
{
"name": "nvidia-cuda-nvrtc-cu12",
"direct": false,
"version": "12.8.93",
"ecosystem": "pypi"
},
{
"name": "nvidia-cuda-runtime-cu12",
"direct": false,
"version": "12.8.90",
"ecosystem": "pypi"
},
{
"name": "nvidia-cudnn-cu12",
"direct": false,
"version": "9.10.2.21",
"ecosystem": "pypi"
},
{
"name": "nvidia-cufft-cu12",
"direct": false,
"version": "11.3.3.83",
"ecosystem": "pypi"
},
{
"name": "nvidia-cufile-cu12",
"direct": false,
"version": "1.13.1.3",
"ecosystem": "pypi"
},
{
"name": "nvidia-curand-cu12",
"direct": false,
"version": "10.3.9.90",
"ecosystem": "pypi"
},
{
"name": "nvidia-cusolver-cu12",
"direct": false,
"version": "11.7.3.90",
"ecosystem": "pypi"
},
{
"name": "nvidia-cusparse-cu12",
"direct": false,
"version": "12.5.8.93",
"ecosystem": "pypi"
},
{
"name": "nvidia-cusparselt-cu12",
"direct": false,
"version": "0.7.1",
"ecosystem": "pypi"
},
{
"name": "nvidia-nccl-cu12",
"direct": false,
"version": "2.27.5",
"ecosystem": "pypi"
},
{
"name": "nvidia-nvjitlink-cu12",
"direct": false,
"version": "12.8.93",
"ecosystem": "pypi"
},
{
"name": "nvidia-nvshmem-cu12",
"direct": false,
"version": "3.3.20",
"ecosystem": "pypi"
},
{
"name": "nvidia-nvtx-cu12",
"direct": false,
"version": "12.8.90",
"ecosystem": "pypi"
},
{
"name": "onnx",
"direct": false,
"version": "1.22.0",
"ecosystem": "pypi"
},
{
"name": "onnx-ir",
"direct": false,
"version": "0.1.11",
"ecosystem": "pypi"
},
{
"name": "onnxruntime",
"direct": false,
"version": "1.24.3",
"ecosystem": "pypi"
},
{
"name": "orjson",
"direct": false,
"version": "3.11.8",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "25.0",
"ecosystem": "pypi"
},
{
"name": "paramiko",
"direct": false,
"version": "5.0.0",
"ecosystem": "pypi"
},
{
"name": "parso",
"direct": false,
"version": "0.8.5",
"ecosystem": "pypi"
},
{
"name": "pexpect",
"direct": false,
"version": "4.9.0",
"ecosystem": "pypi"
},
{
"name": "pillow",
"direct": false,
"version": "12.3.0",
"ecosystem": "pypi"
},
{
"name": "platformdirs",
"direct": false,
"version": "4.5.0",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "pre-commit",
"direct": false,
"version": "4.3.0",
"ecosystem": "pypi"
},
{
"name": "prompt-toolkit",
"direct": false,
"version": "3.0.52",
"ecosystem": "pypi"
},
{
"name": "protobuf",
"direct": false,
"version": "6.33.6",
"ecosystem": "pypi"
},
{
"name": "ptyprocess",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "pure-eval",
"direct": false,
"version": "0.2.3",
"ecosystem": "pypi"
},
{
"name": "pybtex",
"direct": false,
"version": "0.25.1",
"ecosystem": "pypi"
},
{
"name": "pybtex-docutils",
"direct": false,
"version": "1.0.3",
"ecosystem": "pypi"
},
{
"name": "pycollada",
"direct": false,
"version": "0.9.2",
"ecosystem": "pypi"
},
{
"name": "pycparser",
"direct": false,
"version": "2.23",
"ecosystem": "pypi"
},
{
"name": "pydantic",
"direct": false,
"version": "2.12.3",
"ecosystem": "pypi"
},
{
"name": "pydantic-core",
"direct": false,
"version": "2.41.4",
"ecosystem": "pypi"
},
{
"name": "pydata-sphinx-theme",
"direct": false,
"version": "0.15.4",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pynacl",
"direct": false,
"version": "1.6.2",
"ecosystem": "pypi"
},
{
"name": "pyopengl",
"direct": false,
"version": "3.1.10",
"ecosystem": "pypi"
},
{
"name": "pyparsing",
"direct": false,
"version": "3.3.2",
"ecosystem": "pypi"
},
{
"name": "pyright",
"direct": false,
"version": "1.1.408",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.0.3",
"ecosystem": "pypi"
},
{
"name": "python-dateutil",
"direct": false,
"version": "2.9.0.post0",
"ecosystem": "pypi"
},
{
"name": "python-discovery",
"direct": false,
"version": "1.2.1",
"ecosystem": "pypi"
},
{
"name": "pyvers",
"direct": false,
"version": "0.1.0",
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": false,
"version": "6.0.3",
"ecosystem": "pypi"
},
{
"name": "referencing",
"direct": false,
"version": "0.37.0",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": "2.33.1",
"ecosystem": "pypi"
},
{
"name": "rich",
"direct": false,
"version": "14.2.0",
"ecosystem": "pypi"
},
{
"name": "roman-numerals",
"direct": false,
"version": "4.1.0",
"ecosystem": "pypi"
},
{
"name": "roman-numerals-py",
"direct": false,
"version": "4.1.0",
"ecosystem": "pypi"
},
{
"name": "rpds-py",
"direct": false,
"version": "0.27.1",
"ecosystem": "pypi"
},
{
"name": "rtree",
"direct": false,
"version": "1.4.1",
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": "0.14.14",
"ecosystem": "pypi"
},
{
"name": "sentry-sdk",
"direct": false,
"version": "2.42.1",
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": "83.0.0",
"ecosystem": "pypi"
},
{
"name": "shapely",
"direct": false,
"version": "2.1.2",
"ecosystem": "pypi"
},
{
"name": "six",
"direct": false,
"version": "1.17.0",
"ecosystem": "pypi"
},
{
"name": "smmap",
"direct": false,
"version": "5.0.2",
"ecosystem": "pypi"
},
{
"name": "sniffio",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "snowballstemmer",
"direct": false,
"version": "3.0.1",
"ecosystem": "pypi"
},
{
"name": "soupsieve",
"direct": false,
"version": "2.9.1",
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": "8.1.3",
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": "8.2.3",
"ecosystem": "pypi"
},
{
"name": "sphinx-autobuild",
"direct": false,
"version": "2024.10.3",
"ecosystem": "pypi"
},
{
"name": "sphinx-autobuild",
"direct": false,
"version": "2025.8.25",
"ecosystem": "pypi"
},
{
"name": "sphinx-autodoc-typehints",
"direct": false,
"version": "3.0.1",
"ecosystem": "pypi"
},
{
"name": "sphinx-autodoc-typehints",
"direct": false,
"version": "3.5.2",
"ecosystem": "pypi"
},
{
"name": "sphinx-book-theme",
"direct": false,
"version": "1.1.4",
"ecosystem": "pypi"
},
{
"name": "sphinx-copybutton",
"direct": false,
"version": "0.5.2",
"ecosystem": "pypi"
},
{
"name": "sphinx-design",
"direct": false,
"version": "0.6.1",
"ecosystem": "pypi"
},
{
"name": "sphinx-icon",
"direct": false,
"version": "0.2.2",
"ecosystem": "pypi"
},
{
"name": "sphinx-multiversion",
"direct": false,
"version": "0.2.4",
"ecosystem": "pypi"
},
{
"name": "sphinx-tabs",
"direct": false,
"version": "3.4.7",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-applehelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-bibtex",
"direct": false,
"version": "2.6.5",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-devhelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-htmlhelp",
"direct": false,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-jsmath",
"direct": false,
"version": "1.0.1",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-qthelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-serializinghtml",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxemoji",
"direct": false,
"version": "0.3.2",
"ecosystem": "pypi"
},
{
"name": "stack-data",
"direct": false,
"version": "0.6.3",
"ecosystem": "pypi"
},
{
"name": "starlette",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "svg-path",
"direct": false,
"version": "7.0",
"ecosystem": "pypi"
},
{
"name": "sympy",
"direct": false,
"version": "1.14.0",
"ecosystem": "pypi"
},
{
"name": "tensorboard-data-server",
"direct": false,
"version": "0.7.2",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": false,
"version": "2.3.0",
"ecosystem": "pypi"
},
{
"name": "torchvision",
"direct": false,
"version": "0.24.0",
"ecosystem": "pypi"
},
{
"name": "torchvision",
"direct": false,
"version": "0.25.0",
"ecosystem": "pypi"
},
{
"name": "traitlets",
"direct": false,
"version": "5.14.3",
"ecosystem": "pypi"
},
{
"name": "triton",
"direct": false,
"version": "3.5.0",
"ecosystem": "pypi"
},
{
"name": "ty",
"direct": false,
"version": "0.0.14",
"ecosystem": "pypi"
},
{
"name": "typeguard",
"direct": false,
"version": "4.4.4",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.15.0",
"ecosystem": "pypi"
},
{
"name": "typing-inspection",
"direct": false,
"version": "0.4.2",
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "2.7.0",
"ecosystem": "pypi"
},
{
"name": "uvicorn",
"direct": false,
"version": "0.40.0",
"ecosystem": "pypi"
},
{
"name": "vhacdx",
"direct": false,
"version": "0.0.8.post2",
"ecosystem": "pypi"
},
{
"name": "virtualenv",
"direct": false,
"version": "21.2.0",
"ecosystem": "pypi"
},
{
"name": "watchfiles",
"direct": false,
"version": "1.1.1",
"ecosystem": "pypi"
},
{
"name": "wcwidth",
"direct": false,
"version": "0.2.14",
"ecosystem": "pypi"
},
{
"name": "websockets",
"direct": false,
"version": "15.0.1",
"ecosystem": "pypi"
},
{
"name": "werkzeug",
"direct": false,
"version": "3.1.7",
"ecosystem": "pypi"
},
{
"name": "wrapt",
"direct": false,
"version": "2.0.1",
"ecosystem": "pypi"
},
{
"name": "xxhash",
"direct": false,
"version": "3.6.0",
"ecosystem": "pypi"
},
{
"name": "yourdfpy",
"direct": false,
"version": "0.0.58",
"ecosystem": "pypi"
},
{
"name": "zipp",
"direct": false,
"version": "3.23.0",
"ecosystem": "pypi"
},
{
"name": "zstandard",
"direct": false,
"version": "0.25.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 215,
"direct_count": 24,
"indirect_count": 191
}
},
"maintainership": {
"issues": {
"open_prs": 10,
"merged_prs": 604,
"open_issues": 17,
"closed_ratio": 0.944,
"closed_issues": 287,
"closed_unmerged_prs": 110
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kevinzakka",
"commits": 886,
"avatar_url": "https://avatars.githubusercontent.com/u/10518920?v=4"
},
{
"type": "User",
"login": "louislelay",
"commits": 53,
"avatar_url": "https://avatars.githubusercontent.com/u/62947045?v=4"
},
{
"type": "User",
"login": "brentyi",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/6992947?v=4"
},
{
"type": "User",
"login": "Kukanani",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/6893343?v=4"
},
{
"type": "User",
"login": "Gregwar",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/367022?v=4"
},
{
"type": "User",
"login": "saikishor",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/10082428?v=4"
},
{
"type": "User",
"login": "ax-anoop",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/95486801?v=4"
},
{
"type": "User",
"login": "bd-pdomanico",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/55985602?v=4"
},
{
"type": "User",
"login": "ttktjmt",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/55564973?v=4"
},
{
"type": "User",
"login": "mktk1117",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/12872984?v=4"
}
],
"contributors_sampled": 52,
"top_contributor_share": 0.824
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"claude-code-review.yml",
"claude.yml",
"docker.yml",
"docs.yml",
"nightly.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"uv.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 12/30 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 12 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 16 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 4,
"reason": "6 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "27b86a8d2d38c4f63b9f305317d967e261f802a3",
"ran_at": "2026-07-22T18:15:05Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T17:33:40Z",
"oldest_open_prs": [
{
"number": 500,
"created_at": "2026-01-19T03:00:20Z",
"last_comment_at": "2026-03-01T23:30:48Z",
"last_comment_author": "mohitgadde"
},
{
"number": 710,
"created_at": "2026-03-01T22:24:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 833,
"created_at": "2026-03-20T21:08:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 901,
"created_at": "2026-04-12T10:18:24Z",
"last_comment_at": "2026-04-15T11:23:05Z",
"last_comment_author": "saikishor"
},
{
"number": 1025,
"created_at": "2026-05-28T08:17:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1030,
"created_at": "2026-05-29T15:51:00Z",
"last_comment_at": "2026-05-29T21:11:55Z",
"last_comment_author": "realquantumcookie"
},
{
"number": 1057,
"created_at": "2026-06-13T21:19:13Z",
"last_comment_at": "2026-07-08T01:00:31Z",
"last_comment_author": "kevinzakka"
},
{
"number": 1072,
"created_at": "2026-06-28T22:58:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1095,
"created_at": "2026-07-15T09:56:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1111,
"created_at": "2026-07-21T14:54:14Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T17:29:22Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 366,
"created_at": "2025-11-25T22:22:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 404,
"created_at": "2025-12-11T13:02:10Z",
"last_comment_at": "2025-12-12T01:14:24Z",
"last_comment_author": "ttktjmt"
},
{
"number": 475,
"created_at": "2026-01-12T10:16:46Z",
"last_comment_at": "2026-01-20T11:06:17Z",
"last_comment_author": "yuvaltassa"
},
{
"number": 533,
"created_at": "2026-01-27T23:13:37Z",
"last_comment_at": "2026-02-03T21:16:43Z",
"last_comment_author": "kevinzakka"
},
{
"number": 695,
"created_at": "2026-02-26T23:44:58Z",
"last_comment_at": "2026-03-24T01:35:00Z",
"last_comment_author": "prasuchit"
},
{
"number": 759,
"created_at": "2026-03-09T10:04:42Z",
"last_comment_at": "2026-03-25T12:46:25Z",
"last_comment_author": "oxkitsune"
},
{
"number": 909,
"created_at": "2026-04-14T22:58:42Z",
"last_comment_at": "2026-04-14T23:01:42Z",
"last_comment_author": "julien-blanchon"
},
{
"number": 934,
"created_at": "2026-04-22T10:25:48Z",
"last_comment_at": "2026-06-28T22:59:12Z",
"last_comment_author": "mvanhorn"
},
{
"number": 949,
"created_at": "2026-04-28T15:50:02Z",
"last_comment_at": "2026-05-24T05:01:51Z",
"last_comment_author": "kevinzakka"
},
{
"number": 1019,
"created_at": "2026-05-27T14:47:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1024,
"created_at": "2026-05-28T07:17:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1026,
"created_at": "2026-05-28T19:03:10Z",
"last_comment_at": "2026-05-29T15:35:47Z",
"last_comment_author": "kevinzakka"
},
{
"number": 1039,
"created_at": "2026-06-01T23:54:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1041,
"created_at": "2026-06-02T14:28:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1096,
"created_at": "2026-07-15T10:52:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1100,
"created_at": "2026-07-17T07:27:23Z",
"last_comment_at": "2026-07-17T20:52:22Z",
"last_comment_author": "kevinzakka"
},
{
"number": 1106,
"created_at": "2026-07-20T06:42:37Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mujocolab/mjlab",
"host": "github.com",
"name": "mjlab",
"owner": "mujocolab"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"security": 48,
"vitality": 96,
"community": 79,
"governance": 65,
"engineering": 96
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 96,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 93,
"inputs": {
"commits_last_year": 1071,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 42
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "42/52 weeks with commits",
"points": 29.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 42
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1071 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1071
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 16 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v1.5.3",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 19.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~19.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 19.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 79,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"forks": 459,
"stars": 2709,
"watchers": 26,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,709 stars",
"points": 55.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2709
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "459 forks",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 459
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "26 watchers",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 26
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 52,
"top_contributor_share": 0.824
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 82% of commits",
"points": 4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 82
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "52 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 52
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 604,
"open_issues": 17,
"closed_issues": 287,
"issue_closed_ratio": 0.944,
"closed_unmerged_prs": 110
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "604/714 decided PRs merged",
"points": 32.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 604,
"decided": 714
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 12/30 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"followers": 227,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "mujocolab",
"public_repos": 5,
"account_age_days": 325
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "227 followers of mujocolab",
"points": 17,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 227,
"login": "mujocolab"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~0 yr old",
"points": 7.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"mjlab"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 96,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "7 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 7
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"isaaclab",
"mujoco",
"mujoco-warp",
"reinforcement-learning",
"robotics-simulation"
],
"has_wiki": true,
"homepage": "https://mujocolab.github.io/mjlab/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://mujocolab.github.io/mjlab/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 12/30 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 16 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "6 existing vulnerabilities detected",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 215 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 215
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "osv",
"advisories": 12,
"affected_packages": 4,
"assessed_packages": 215,
"unassessed_packages": 0,
"affected_by_severity": "high 3, moderate 1",
"direct_affected_packages": 3
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "3 affected: torch 2.9.0 (high 8.8), torch 2.9.0+cu128 (high 8.8), torch 2.10.0+cpu (moderate 5.3)",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 3,
"packages": "torch 2.9.0 (high 8.8), torch 2.9.0+cu128 (high 8.8), torch 2.10.0+cpu (moderate 5.3)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "3 advisory-carrying package(s) unaddressed past 90 days; oldest published 478 days ago",
"points": 25.4,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 3,
"oldest": 478
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 215,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 77,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.93,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2084
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "93 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 93,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"uv.lock"
],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"src/mjlab/py.typed"
],
"agent_commit_share": 0.07,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "src/mjlab/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/mjlab/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 72997,
"source_files_sampled": 284,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (src/mjlab/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "src/mjlab/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/284 source files over 60KB",
"points": 54.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 284,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"demos",
"notebooks"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "demos, notebooks",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "demos, notebooks"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index pypi:mjlab@1.5.3; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T18:15:38.073302Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mujocolab/mjlab.svg",
"full_name": "mujocolab/mjlab",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}