feat(obs_processor): rewrote split method, todo: testing + code cleanup
This commit is contained in:
parent
07ee32fd3b
commit
17666ed5ba
6 changed files with 34 additions and 34 deletions
9
simulate.sh
Executable file
9
simulate.sh
Executable 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
|
||||
Reference in a new issue