feat(envs): add RoboMME memory-augmented manipulation benchmark

- RoboMMEEnv config with 16 tasks across 4 suites (Counting, Permanence,
  Reference, Imitation)
- Gymnasium wrapper around BenchmarkEnvBuilder (robomme.py)
- Environment factory wiring for env_type="robomme"
- robomme optional dependency in pyproject.toml

Made-with: Cursor
This commit is contained in:
pepijn
2026-03-13 04:44:32 +00:00
parent db5c26f07d
commit 7bef12a461
4 changed files with 213 additions and 0 deletions
+3
View File
@@ -180,6 +180,9 @@ libero_plus = [
"libero @ git+https://github.com/sylvestf/LIBERO-plus.git@main ; sys_platform == 'linux'",
"lerobot[scipy-dep]",
]
robomme = [
"robomme @ git+https://github.com/RoboMME/robomme_benchmark.git@main ; sys_platform == 'linux'",
]
metaworld = ["metaworld==3.0.0", "lerobot[scipy-dep]"]
# All