fix(examples): removes extra backtick (#948)

This commit is contained in:
Steven Palma 2025-04-09 17:44:32 +02:00 committed by GitHub
parent 4041f57943
commit 5322417c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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]"
```
"""