MCPcopy Create free account
hub / github.com/deepdrive/deepdrive / random_use_sim_start_command

Function random_use_sim_start_command

tensorflow_agent/agent.py:360–362  ·  view source on GitHub ↗
(should_rotate_sim_types)

Source from the content-addressed store, hash-verified

358 pass
359
360def 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
365def ensure_baseline_weights(net_path):

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected