Set output destination of a simulation
Posted: Mon Jun 08, 2020 10:18 pm
Hi,
I want to run simulations with different conditions (e.g. run gait simulations while increasing a delay parameter in a control model).
Taking a cue from a past forum post (viewtopic.php?f=1180&t=11680&sid=931f56 ... 9c153f95ee), I can change leg_load_sonsor_delay parameter of GH2020 gait control model and run a simulation by using the following command.
However, the output of the result is always in the same file (e.g. Tutorial 4a - Gait.scone.sto). Is it possible to set this output destination with a command or scone file?
Also, is there a better way to run such simulations with different conditions?
Thanks,
Kohei
I want to run simulations with different conditions (e.g. run gait simulations while increasing a delay parameter in a control model).
Taking a cue from a past forum post (viewtopic.php?f=1180&t=11680&sid=931f56 ... 9c153f95ee), I can change leg_load_sonsor_delay parameter of GH2020 gait control model and run a simulation by using the following command.
Code: Select all
sconecmd.exe -e "...\Tutorials\Tutorial 4a - Gait.scone" CmaOptimizer.SimulationObjective.GaitStateController.leg_load_sonsor_delay=0.1
Also, is there a better way to run such simulations with different conditions?
Thanks,
Kohei