-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
131 changed files
with
15,129 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Build Sphinx Documentation | ||
|
||
on: | ||
push: | ||
branches: | ||
- main # You can change this to whatever branch you want to trigger the build | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
defaults: | ||
run: | ||
working-directory: xembody | ||
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.8.18' | ||
|
||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install -e .[docs] | ||
- name: Build Documentation | ||
run: | | ||
make -C docs/ html | ||
- name: Upload Documentation Artifacts | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: docs | ||
path: docs/build/html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Simple workflow for deploying static content to GitHub Pages | ||
name: Deploy static content to Pages | ||
|
||
on: | ||
# Runs on pushes targeting the default branch | ||
push: | ||
branches: ["main"] | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. | ||
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. | ||
concurrency: | ||
group: "pages" | ||
cancel-in-progress: false | ||
|
||
jobs: | ||
# Single deploy job since we're just deploying | ||
deploy: | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Setup Pages | ||
uses: actions/configure-pages@v4 | ||
- name: Upload artifact | ||
uses: actions/upload-pages-artifact@v3 | ||
with: | ||
# Upload entire repository | ||
path: './xembody/docs/build/html' | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v4 |
Submodule mimicgen_environments
updated
from f45fd3 to f2a9ce
Submodule robomimic
updated
from 359477 to c3287b
Submodule robosuite
updated
from fed7a0 to 93e288
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# xembody package | ||
|
||
This repository contains the official implementation of Mirage, and a benchmarking platform for cross-embodiment research. | ||
|
||
## Installation | ||
|
||
## Usage | ||
|
||
## Citation | ||
If you utilized the benchmark, please consider citing | ||
``` | ||
TODO: Add link to ArXiv / publication | ||
``` | ||
|
||
## Contributing | ||
Feel free to raise any concerns and bugs through the [issue]() portal, and submit PR with your own edits. Please reach out if some abstractions of features do not meet your needs, we are very eager to help with implementation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Minimal makefile for Sphinx documentation | ||
# | ||
|
||
# You can set these variables from the command line, and also | ||
# from the environment for the first two. | ||
SPHINXOPTS ?= | ||
SPHINXBUILD ?= sphinx-build | ||
SOURCEDIR = source | ||
BUILDDIR = build | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
|
||
# Catch-all target: route all unknown targets to Sphinx using the new | ||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
%: Makefile | ||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.87 KB
...rc.general.gripper_interpolator.GripperInterpolator.GRIPPER_TYPE_TO_ROBOT_MAPPING.doctree
Binary file not shown.
Binary file added
BIN
+8.63 KB
...octrees/_autosummary/xembody.src.general.gripper_interpolator.GripperInterpolator.doctree
Binary file not shown.
Binary file added
BIN
+6.84 KB
.../xembody.src.general.gripper_interpolator.GripperInterpolator.interpolate_gripper.doctree
Binary file not shown.
Binary file added
BIN
+5.95 KB
xembody/docs/build/doctrees/_autosummary/xembody.src.general.gripper_interpolator.doctree
Binary file not shown.
Binary file added
BIN
+7.69 KB
...utosummary/xembody.src.general.ros_proxy_inpainter_client.ROSProxyInpainterClient.doctree
Binary file not shown.
Binary file added
BIN
+6 KB
...rc.general.ros_proxy_inpainter_client.ROSProxyInpainterClient.get_inpainted_image.doctree
Binary file not shown.
Binary file added
BIN
+6.04 KB
...rc.general.ros_proxy_inpainter_client.ROSProxyInpainterClient.publish_to_ros_node.doctree
Binary file not shown.
Binary file added
BIN
+6.08 KB
...y/docs/build/doctrees/_autosummary/xembody.src.general.ros_proxy_inpainter_client.doctree
Binary file not shown.
Binary file added
BIN
+5.13 KB
...uild/doctrees/_autosummary/xembody.src.general.xembody_publisher.XEmbodyPublisher.doctree
Binary file not shown.
Binary file added
BIN
+5.82 KB
...ummary/xembody.src.general.xembody_publisher.XEmbodyPublisher.get_inpainted_image.doctree
Binary file not shown.
Binary file added
BIN
+5.78 KB
...ummary/xembody.src.general.xembody_publisher.XEmbodyPublisher.publish_to_ros_node.doctree
Binary file not shown.
Binary file added
BIN
+5.88 KB
xembody/docs/build/doctrees/_autosummary/xembody.src.general.xembody_publisher.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.5 KB
...d/doctrees/_autosummary/xembody.src.orbit.orbit_file_publisher.OrbitFilePublisher.doctree
Binary file not shown.
Binary file added
BIN
+5.86 KB
...ary/xembody.src.orbit.orbit_file_publisher.OrbitFilePublisher.get_inpainted_image.doctree
Binary file not shown.
Binary file added
BIN
+7.95 KB
...ary/xembody.src.orbit.orbit_file_publisher.OrbitFilePublisher.publish_to_ros_node.doctree
Binary file not shown.
Binary file added
BIN
+5.87 KB
xembody/docs/build/doctrees/_autosummary/xembody.src.orbit.orbit_file_publisher.doctree
Binary file not shown.
Binary file added
BIN
+3.17 KB
xembody/docs/build/doctrees/_autosummary/xembody.src.renderer.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 6b94b17b1055196dbdf770cdf563fcc7 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Oops, something went wrong.