fix(PR comments): removed debug level logging + moved simulate shell script from root to scripts directory
This commit is contained in:
parent
699f435cf5
commit
05138bb7dd
2 changed files with 3 additions and 4 deletions
9
scripts/simulate.sh
Executable file
9
scripts/simulate.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
path=$1
|
||||
|
||||
uv run 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