From 5322417c0302b517b94d938e12b0e10405e6b649 Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Wed, 9 Apr 2025 17:44:32 +0200 Subject: [PATCH] fix(examples): removes extra backtick (#948) --- 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 edbbad38..68606958 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 -e ".[pusht]"` +pip install -e ".[pusht]" ``` """