ac-teach
ac-teach copied to clipboard
TypeError: expected str, bytes or os.PathLike object, not dict
Thanks for your open source.
When I run under pycharm terminal, I get the following error:
Traceback (most recent call last):
File "scripts/run.py", line 179, in
File "/home/xxx/anaconda3/lib/python3.6/site-packages/stable_baselines/common/base_class.py", line 1034, in enter
save_path = os.path.join(self.tensorboard_log_path, "{}_{}".format(self.tb_log_name, latest_run_id))
File "/home/xxx/anaconda3/lib/python3.6/posixpath.py", line 80, in join
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not dict
Looking forward to your help,thank you