Skip to content

unnorm_key Assertion Error #11

@Boltzmachine

Description

@Boltzmachine

I run the training script with SFT_MODEL_PATH="Haozhan72/Openvla-oft-SFT-libero10-trajall"

  File "/home/ubuntu/project/SimpleVLA-RL/verl/single_controller/ray/base.py", line 397, in func
    return getattr(self.worker_dict[key], name)(*args, **kwargs)
  File "/home/ubuntu/project/SimpleVLA-RL/verl/single_controller/base/decorator.py", line 404, in inner
    return func(*args, **kwargs)
  File "/home/ubuntu/project/SimpleVLA-RL/verl/workers/fsdp_workers.py", line 384, in init_model
    self.rollout, self.sharding_manager = self._build_rollout()
  File "/home/ubuntu/project/SimpleVLA-RL/verl/workers/fsdp_workers.py", line 318, in _build_rollout
    rollout = RobHFRollout(module=self.actor_module_fsdp, config=self.config.rollout)
  File "/home/ubuntu/project/SimpleVLA-RL/verl/workers/rollout/rob_rollout.py", line 235, in __init__
    self.vla_preprocess()
  File "/home/ubuntu/project/SimpleVLA-RL/verl/workers/rollout/rob_rollout.py", line 259, in vla_preprocess
    assert self.config.unnorm_key in self.module.norm_stats, f"Action un-norm key {unnorm_key} not found in VLA `norm_stats`!"
NameError: name 'unnorm_key' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions