Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ python scripts/train_dist.py ${config_name} --exp_name=${exp_name} --overwrite

To perform RFT, you need to first deploy the finetuned checkpoint, and then rollout the episodes in the BEHAVIOR-1K Simulator. We also observe that the `pose perturbator` helps improve the robustness of the RFT Algorithm.

1. Copy the files in `openpi_comet/src/behavior/learning` to `BEHAVIOR-1K/OmniGibson/omnigibson/learning`. Be careful to the latest commit of the BEHAVIOR-1K repo and replace the files in the CheckList:
1. Copy the files in `openpi-comet/src/behavior/learning` to `BEHAVIOR-1K/OmniGibson/omnigibson/learning`. Be careful to the latest commit of the BEHAVIOR-1K repo and replace the files in the CheckList:

| Name | Description |
|-------------------------------|-------------------------------------------------------------------------------------------------------|
Expand Down Expand Up @@ -267,9 +267,9 @@ After finetuning, you can run evaluation by following the steps below:

uv run scripts/serve_b1k.py \
--task_name=$TASK_NAME \
policy:checkpoint \
--control_mode=receeding_horizon \
--max_len=32 \
policy:checkpoint \
--policy.config=pi05_b1k-base \
--policy.dir=$PATH_TO_CKPT
```
Expand Down
Loading