chore(docs): update docs (#911)

This commit is contained in:
Steven Palma
2025-03-27 09:55:06 +01:00
committed by GitHub
parent 90533e6b9f
commit 78fd1a1e04
9 changed files with 12 additions and 13 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 --no-binary=av -e ".[pusht]"`
```
"""