Skip to content

ManiSkill Integration#446

Open
lola831 wants to merge 3 commits intomainfrom
ManiSkill
Open

ManiSkill Integration#446
lola831 wants to merge 3 commits intomainfrom
ManiSkill

Conversation

@lola831
Copy link
Collaborator

@lola831 lola831 commented Mar 20, 2026

Description

This PR adds basic support for the ManiSkill simulator in Scenic and provides two examples to demonstrate this integration.

This PR is based on work originally developed by @Maciej4 in #400.

Issue Link

N/A

Checklist

  • I have tested the changes locally via pytest and/or other means
  • I have added or updated relevant documentation
  • I have autoformatted the code with black and isort
  • I have added test cases (if applicable)

Additional Notes

Maciej4 and others added 3 commits January 5, 2026 09:42
* Add interface to ManiSkill simulator

* Add optional maniskill dependencies

* Format with black
Fix two ManiSkill-related issues:

- Sphinx docs were failing when ManiSkill wasn’t installed. Add a shared
  buildingScenicDocumentation() helper, mock ManiSkill deps in
  autodoc_mock_imports, and only register ScenicEnv outside doc builds.

- pip install "scenic[maniskill]" previously hit pip's "resolution-too-deep"
  error. Tighten the extra to require gymnasium >= 1.0.0 so the resolver
  converges with current releases.
@lola831 lola831 requested a review from dfremont March 20, 2026 23:06
@codecov
Copy link

codecov bot commented Mar 20, 2026

Codecov Report

❌ Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 89.69%. Comparing base (76de20b) to head (7b10805).

Files with missing lines Patch % Lines
src/scenic/core/utils.py 80.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #446      +/-   ##
==========================================
+ Coverage   89.65%   89.69%   +0.04%     
==========================================
  Files          48       48              
  Lines       13194    13198       +4     
==========================================
+ Hits        11829    11838       +9     
+ Misses       1365     1360       -5     
Files with missing lines Coverage Δ
src/scenic/syntax/translator.py 93.51% <100.00%> (-0.02%) ⬇️
src/scenic/core/utils.py 76.92% <80.00%> (+0.07%) ⬆️

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants