MCPcopy Create free account
hub / github.com/BrainCoTech/RevoLab / _attach_env_runtime_to_config

Function _attach_env_runtime_to_config

scripts/hora/train.py:172–177  ·  view source on GitHub ↗
(full_config, env_cfg)

Source from the content-addressed store, hash-verified

170
171
172def _attach_env_runtime_to_config(full_config, env_cfg) -> None:
173 full_config.env_runtime = OmegaConf.create(
174 {
175 'grasp_cache_path': str(env_cfg.grasp_cache_path),
176 }
177 )
178
179
180def main():

Callers 1

mainFunction · 0.85

Calls 1

createMethod · 0.80

Tested by

no test coverage detected