1
Fork 0

feat(obs_processor): rewrote split method, todo: testing + code cleanup

This commit is contained in:
Robin Meersman 2026-05-08 23:49:36 +02:00
parent 07ee32fd3b
commit 17666ed5ba
6 changed files with 34 additions and 34 deletions

9
simulate.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
path=$1
uv run scripts/simulate.py \
simulation.model_path="$path"/final_model.flax \
simulation.record_video=True \
simulation.video_output_path=./vids/simulation.mp4 \
simulation.max_steps=10000