fix(examples): removes extra backtick

This commit is contained in:
Steven Palma 2025-04-07 17:43:50 +02:00
parent 1c873df5c0
commit cf588da61f
No known key found for this signature in database
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 --no-binary=av -e ".[pusht]"`
pip install --no-binary=av -e ".[pusht]"
```
"""