Skip to content

Fix documentation policy_runner.py run commands#437

Open
cvolkcvolk wants to merge 3 commits intomainfrom
cvolk/fix/doc_run_arg
Open

Fix documentation policy_runner.py run commands#437
cvolkcvolk wants to merge 3 commits intomainfrom
cvolk/fix/doc_run_arg

Conversation

@cvolkcvolk
Copy link
Collaborator

@cvolkcvolk cvolkcvolk commented Feb 25, 2026

Summary

Fixes documentation on how to run the zero_action policy.

  • Argument order: --num_steps & --distributed --headless
  • Missing required arguments:--object
  • Updated the path to be wrt. to the root of the repo as we do in other examples (eg isaaclab_arena/evaluation/policy_runner.py)

@cvolkcvolk cvolkcvolk changed the title Fix --num_steps argument position in docs Fix documentation policy_runner.py run commands Feb 25, 2026

# Replay recorded demonstrations
python policy_runner.py --policy_type replay --replay_file_path demos.h5 kitchen_pick_and_place
python isaaclab_arena/evaluation/policy_runner.py --policy_type replay --replay_file_path demos.h5 kitchen_pick_and_place --object cracker_box
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Not tested locally

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer you have tested locally before merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants