1
Fork 0

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

This commit is contained in:
Robin Meersman 2026-05-08 23:46:45 +02:00
parent 07ee32fd3b
commit 34f0b1b80e
10 changed files with 87 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