(should_rotate_sim_types)
| 358 | pass |
| 359 | |
| 360 | def random_use_sim_start_command(should_rotate_sim_types): |
| 361 | use_sim_start_command = should_rotate_sim_types and np.random.random() < 0.5 |
| 362 | return use_sim_start_command |
| 363 | |
| 364 | |
| 365 | def ensure_baseline_weights(net_path): |