Skip to content

How to align Behavior-1k to VLA, e.g. octo? #1024

Answered by hang-yin
qyx1121 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @qyx1121 , that's a great question.

Each controller in OmniGibson takes command_input_limits and command_output_limits during init time. You can check the documentation of these inputs at omnigibson/controllers/controller_base.py. Also attaching here for your reference:

            command_input_limits (None or "default" or Tuple[float, float] or Tuple[Array[float], Array[float]]):
                if set, is the min/max acceptable inputted command. Values outside this range will be clipped.
                If None, no clipping will be used. If "default", range will be set to (-1, 1)
            command_output_limits (None or "default" or Tuple[float, float] or Tuple[Array[float], Array…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hang-yin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #1022 on November 04, 2024 18:47.