feat: transfer to uv envrionment#16
Open
learnerljh wants to merge 64 commits intoPKU-Alignment:mainfrom
Open
Conversation
Replaced uv usage with direct python commands for installation, linting, and testing. Updated installation commands for pip and setuptools.
Removed tests for norm stats computation and skipping when already exists.
muchvo
reviewed
Feb 27, 2026
Updated configuration for OpenVLA model evaluation.
Contributor
|
delete all .DS_Store from this commit. |
Co-authored-by: Codex <noreply@openai.com>
muchvo
reviewed
Mar 1, 2026
| </div> | ||
|
|
||
| VLA-Arena 是一个开源的基准测试平台,用于系统评测视觉-语言-动作(VLA)模型。VLA-Arena 提供完整的工具链,涵盖*场景建模*、*行为收集*、*模型训练*和*评测*。涵盖13个专业套件、150+任务、分层难度级别(L0-L2),以及用于安全性、泛化性和效率评测的综合指标。 | ||
| VLA-Arena 是一个开源的基准测试平台,用于系统评测视觉-语言-动作(VLA)模型。VLA-Arena 提供完整的工具链,涵盖*场景建模*、*行为收集*、*模型训练*和*评测*。涵盖 11 个专业套件、170 个任务、分层难度级别(L0-L2),以及用于安全性、泛化性和效率评测的综合指标。 |
Contributor
There was a problem hiding this comment.
Suggested change
| VLA-Arena 是一个开源的基准测试平台,用于系统评测视觉-语言-动作(VLA)模型。VLA-Arena 提供完整的工具链,涵盖*场景建模*、*行为收集*、*模型训练*和*评测*。涵盖 11 个专业套件、170 个任务、分层难度级别(L0-L2),以及用于安全性、泛化性和效率评测的综合指标。 | |
| VLA-Arena 是一个开源的基准测试平台,用于系统评测视觉-语言-动作(VLA)模型。VLA-Arena 提供完整的工具链,涵盖*场景建模*、*行为收集*、*模型训练*和*评测*,具有共计 11 个任务套件、170 个任务、分层难度级别(L0-L2),以及用于安全性、泛化性和效率评测的综合指标。 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the changes and which issue is fixed. Include relevant motivation and context.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist
Go over all the following points, and put an
xin all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!
make format. (required)make lint. (required)make testpass. (required)Testing
Please describe the tests that you ran to verify your changes: