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
For more details see [openpi's github](https://github.com/Physical-Intelligence/openpi).
119
+
120
+
103
121
## Usage
104
122
To start an agents server use the `start-server` command where `kwargs` is a dictionary of the constructor arguments of the policy you want to start e.g.
python -m agents start-server openpi --port=8080 --host=localhost --kwargs='{"checkpoint_path": "<path to checkpoint>/{checkpoint_step}", "train_config_name": "pi0_rcs", "checkpoint_step": <checkpoint_step>}'# leave "{checkpoint_step}" it will be replaced, "train_config_name" is the key for the training config
110
130
```
111
131
112
132
There is also the `run-eval-during-training` command to evaluate a model during training, so a single checkpoint.
0 commit comments