Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
def
_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
180
def
main():
Callers
1
main
Function · 0.85
Calls
1
create
Method · 0.80
Tested by
no test coverage detected