Files
openpi/examples/lyt_simple_client
tangger 3827c0e255
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
new lyt_aloha_real
2025-04-27 20:58:23 +08:00
..
2025-04-27 20:58:23 +08:00
add
2025-04-26 22:10:42 +08:00
add
2025-04-26 22:10:42 +08:00
2025-04-27 20:58:23 +08:00
add
2025-04-26 22:10:42 +08:00
add
2025-04-26 22:10:42 +08:00
add
2025-04-26 22:10:42 +08:00

Simple Client

A minimal client that sends observations to the server and prints the inference rate.

You can specify which runtime environment to use using the --env flag. You can see the available options by running:

uv run examples/simple_client/main.py --help

With Docker

export SERVER_ARGS="--env ALOHA_SIM"
docker compose -f examples/simple_client/compose.yml up --build

Without Docker

Terminal window 1:

uv run examples/simple_client/main.py --env DROID

Terminal window 2:

uv run scripts/serve_policy.py --env DROID