MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / parse_args

Function parse_args

scripts/multi_exps_plot/multi_exps_plot.py:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def parse_args():
19 parser = argparse.ArgumentParser(description="Plot multi results from TensorBoard logs.")
20 parser.add_argument(
21 "--config", type=str, required=True, help="Path to the YAML configuration file."
22 )
23 return parser.parse_args()
24
25
26def load_config(config_path: str) -> dict:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected