Skip to content

Commit 5322417

Browse files
fix(examples): removes extra backtick (#948)
1 parent 4041f57 commit 5322417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/2_evaluate_pretrained_policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
It requires the installation of the 'gym_pusht' simulation environment. Install it by running:
2020
```bash
21-
pip install -e ".[pusht]"`
21+
pip install -e ".[pusht]"
2222
```
2323
"""
2424

0 commit comments

Comments
 (0)