MCPcopy Create free account
hub / github.com/OpenDriveLab/TCP / __init__

Method __init__

roach/rl_birdview_agent.py:10–15  ·  view source on GitHub ↗
(self, path_to_conf_file='config_agent.yaml', ckpt = None)

Source from the content-addressed store, hash-verified

8
9class RlBirdviewAgent():
10 def __init__(self, path_to_conf_file='config_agent.yaml', ckpt = None):
11
12 self._render_dict = None
13 self.supervision_dict = None
14 self._ckpt = ckpt
15 self.setup(path_to_conf_file)
16
17 def setup(self, path_to_conf_file):
18 cfg = OmegaConf.load(path_to_conf_file)

Callers

nothing calls this directly

Calls 1

setupMethod · 0.95

Tested by

no test coverage detected