-
Notifications
You must be signed in to change notification settings - Fork 26
finish widowx eval code #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements evaluation code for running EO-1 models on WidowX 250s robots. The implementation provides a complete pipeline for real-world robot control using vision-language-action models.
Key changes:
- Complete WidowX robot environment wrapper with gym interface and receding horizon control
- Evaluation script for running EO-1 models on physical WidowX robots
- Setup instructions and configuration for both single-machine and dual-machine deployment modes
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| experiments/5_widowx/widowx_env.py | Core gym environment wrapper with RHC support and sticky gripper logic |
| experiments/5_widowx/eval_widowx.py | Main evaluation script for running EO-1 on WidowX robots |
| experiments/5_widowx/requirements.txt | Python dependencies for the WidowX evaluation setup |
| experiments/5_widowx/README.md | Complete setup and usage documentation |
| .gitmodules | Added submodules for bridge_data_robot and edgeml dependencies |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
What does this PR do?
finish widowx eval code
Before submitting