docs: update simple_client/README.md (#272)
Browse files
examples/simple_client/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
A minimal client that sends observations to the server and prints the inference rate.
|
| 4 |
|
| 5 |
-
You can
|
| 6 |
|
| 7 |
```bash
|
| 8 |
uv run examples/simple_client/main.py --help
|
|
@@ -27,4 +27,4 @@ Terminal window 2:
|
|
| 27 |
|
| 28 |
```bash
|
| 29 |
uv run scripts/serve_policy.py --env DROID
|
| 30 |
-
```
|
|
|
|
| 2 |
|
| 3 |
A minimal client that sends observations to the server and prints the inference rate.
|
| 4 |
|
| 5 |
+
You can specify which runtime environment to use using the `--env` flag. You can see the available options by running:
|
| 6 |
|
| 7 |
```bash
|
| 8 |
uv run examples/simple_client/main.py --help
|
|
|
|
| 27 |
|
| 28 |
```bash
|
| 29 |
uv run scripts/serve_policy.py --env DROID
|
| 30 |
+
```
|