Closed iamycee closed 4 years ago
While training with 'ppo2', it gives out the following error:
line 26, in learn self._setup_learn(seed) TypeError: _setup_learn() takes 1 positional argument but 2 were given
The line in the code is:
with TensorboardWriter(self.graph, self.tensorboard_log, tb_log_name) as writer: self._setup_learn(seed)
Hello,
Please fill completely the issue template.
EDIT: this is due to a newer stable baselines version, you just need to remove the "seed" argument (cf changelog)
While training with 'ppo2', it gives out the following error:
The line in the code is: