mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 10:16:09 +00:00
fix(policies): change default action tokenizer for wall x
This commit is contained in:
@@ -55,7 +55,7 @@ class WallXConfig(PreTrainedConfig):
|
|||||||
pretrained_name_or_path: str = "x-square-robot/wall-oss-flow"
|
pretrained_name_or_path: str = "x-square-robot/wall-oss-flow"
|
||||||
|
|
||||||
# Tokenizer settings
|
# Tokenizer settings
|
||||||
action_tokenizer_path: str | None = "physical-intelligence/fast"
|
action_tokenizer_path: str | None = "lerobot/fast-action-tokenizer"
|
||||||
|
|
||||||
# Action prediction mode: "diffusion" or "fast"
|
# Action prediction mode: "diffusion" or "fast"
|
||||||
prediction_mode: str = "diffusion"
|
prediction_mode: str = "diffusion"
|
||||||
|
|||||||
Reference in New Issue
Block a user