ml-agents-hyperparams icon indicating copy to clipboard operation
ml-agents-hyperparams copied to clipboard

Wrong number of configs

Open william27b opened this issue 2 years ago • 0 comments

Traceback (most recent call last): File "\mlagents-learn.py", line 732, in main() File "\mlagents-learn.py", line 728, in main runner = Runner(ArgParser()) File "\mlagents-learn.py", line 562, in init self.config: Config = Config(args) File "\mlagents-learn.py", line 454, in init assert n is self.num_runs, f'Wrong number of configs: n = {0}, should be: n = {1}'.format(n, self.num_runs) AssertionError: Wrong number of configs: n = 0, should be: n = 1

william27b avatar Sep 23 '23 23:09 william27b