-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Added RGB DP baseline and DrawTriangle/SVG task (#876)
* [Feature] Added RGBD diffusion policy implementation as well as Draw Triangle and Draw SVG task (#643) * Added draw triangle with success condition * parallelized progress * fixed triangle rotation issues * clean up and format * rgbd diffusion policy progress * diff policy rgbd cpu fixes * minor diff policy fixes and finished draw triangle parallelization * Added depth arg to diff pol rgbd + formatting * Removed unused code * Made requested fixes, made bugfix to frame stack wrapper * Edited make_env and frame_stack * Added state obs to draw triangle * Update draw_triangle max steps * Added DrawTriangle Docs * Fixed naming * draw svg progress * fixed most issues and parallelized draw svg * Update draw_svg.py * added success condition and state based obs * Added discontinuous paths for draw svg * formatting, discontinuous state * Updated run.py * fixed state obs error for drawing envs * Changed drawsvg imports * Update draw_svg.py * Update draw_svg.py * Small bugfix * Update draw_svg.py * Update draw_svg.py * Update draw_triangle.py * Bugfixes, speed progress * success condition speed up * small fix * Updated draw_triangle * drawing env gpu bugfixes * diff poll rgbd fixes * minor changes * fix for wandb logging * autobuild docs for DrawTriangle and SVG * Update utils.py to add PushCube * adjustments for rgb * added initial pose for drawing envs * Update draw_triangle.py * adjusted training arguments and shell scripts * StackCube fix * work * w * w * w * w * w * w * w * update docs * update docs * work * w * Update utils.py * remove dead code * Update flatten.py * Update flatten.py * fix flatten wrapper * possibly better docs * simplify cli args and remove assumption of rgb existing * Update README.md --------- Co-authored-by: Arnav G. <[email protected]>
- Loading branch information
1 parent
5fb50fd
commit b75e188
Showing
35 changed files
with
2,049 additions
and
301 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+41.5 KB
docs/source/_static/env_thumbnails/DrawTriangle-v1_rt_thumb_first.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
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
Oops, something went wrong.