From cf588da61fbb6af7623d1a8430e6a95702d11664 Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Mon, 7 Apr 2025 17:43:50 +0200 Subject: [PATCH] fix(examples): removes extra backtick --- examples/2_evaluate_pretrained_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/2_evaluate_pretrained_policy.py b/examples/2_evaluate_pretrained_policy.py index 24b5ea2c..87fcd33b 100644 --- a/examples/2_evaluate_pretrained_policy.py +++ b/examples/2_evaluate_pretrained_policy.py @@ -18,7 +18,7 @@ training outputs directory. In the latter case, you might want to run examples/3 It requires the installation of the 'gym_pusht' simulation environment. Install it by running: ```bash -pip install --no-binary=av -e ".[pusht]"` +pip install --no-binary=av -e ".[pusht]" ``` """