MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / main

Function main

rl3/a2c/main.py:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51
52def main():
53 args = get_args()
54 os.makedirs(MODEL_PATH, exist_ok=True)
55 train(args.env, args.steps, num_cpu=args.nenv)
56
57
58if __name__ == "__main__":

Callers 1

main.pyFile · 0.70

Calls 2

get_argsFunction · 0.70
trainFunction · 0.70

Tested by

no test coverage detected