You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so are the dims of the action space of environment.
In your vima-bench, the action dims of pose0_position and pose1_position are 2, but in your training dataset, the corresponding action dims are 3.
So that the action in the traing dataset can't be used in the vima-bench environment and don't match the corresponding dim in the models you provide.
But I notice that when the dims of action['pose0_position'] and action['pose1_position'] are 3, the action can still be used in the environment, so I'd like to ask if it means the third dim in the actions of datasets is useless and I can just ignore it. If not, how to solve this question so that the dataset can be utilized.
Thanks!
The text was updated successfully, but these errors were encountered:
In the training dataset which you provide, action dims are like:
But the in the trajectory I generate by oracle, action dims are like:
so are the dims of the action space of environment.
In your vima-bench, the action dims of
pose0_position
andpose1_position
are 2, but in your training dataset, the corresponding action dims are 3.So that the action in the traing dataset can't be used in the vima-bench environment and don't match the corresponding dim in the models you provide.
But I notice that when the dims of
action['pose0_position']
andaction['pose1_position']
are 3, the action can still be used in the environment, so I'd like to ask if it means the third dim in the actions of datasets is useless and I can just ignore it. If not, how to solve this question so that the dataset can be utilized.Thanks!
The text was updated successfully, but these errors were encountered: