docs: updated simulation docs for render_poster_videos
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
0defc9a7c4
commit
ecc4764332
1 changed files with 13 additions and 0 deletions
|
|
@ -38,4 +38,17 @@ uv run scripts/simulate.py \
|
|||
Videos and evaluation metadata are stored in timestamped folders alongside the model:
|
||||
`runs/your_run/final_model_evaluations/eval_<timestamp>/simulation.mp4`
|
||||
|
||||
### Top-Down and Follow Cameras
|
||||
|
||||
Using the following script, you can render a top-down and follow camera view for multiple models at once:
|
||||
|
||||
```bash
|
||||
uv run scripts/poster_visualisations/render_poster_videos.py \
|
||||
runs/final-models/centralized/.../final_model.flax \
|
||||
runs/final-models/fully-connected/.../final_model.flax \
|
||||
runs/final-models/ring/.../final_model.flax \
|
||||
--max-steps 10000 --width 640 --height 480 --fps 60 \
|
||||
--output-root vids/poster/
|
||||
```
|
||||
|
||||
For batch evaluation and cross-model comparison, see the **[Evaluation Guide](./evaluation.md)**.
|
||||
|
|
|
|||
Reference in a new issue