You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/observers/file_storage.py", line 109, in started_event
os.mkdir(self.dir)
FileExistsError: [Errno 17] File exists: '/home/pymarl2/smac_exp_results/sacred/505'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/pymarl2/src/main.py", line 107, in
ex.run_commandline(params)
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/experiment.py", line 250, in run_commandline
return self.run(cmd_name, config_updates, named_configs, {}, args)
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/experiment.py", line 199, in run
run()
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 247, in call
self._stop_heartbeat()
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 282, in _stop_heartbeat
self._emit_heartbeat() # one final beat to flush pending changes
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 352, in _emit_heartbeat
result=self.result)
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 399, in _safe_call
getattr(obs, method)(**kwargs)
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/observers/file_storage.py", line 172, in heartbeat_event
self.run_entry['heartbeat'] = beat_time.isoformat()
TypeError: 'NoneType' object does not support item assignment
The text was updated successfully, but these errors were encountered:
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/observers/file_storage.py", line 109, in started_event
os.mkdir(self.dir)
FileExistsError: [Errno 17] File exists: '/home/pymarl2/smac_exp_results/sacred/505'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/pymarl2/src/main.py", line 107, in
ex.run_commandline(params)
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/experiment.py", line 250, in run_commandline
return self.run(cmd_name, config_updates, named_configs, {}, args)
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/experiment.py", line 199, in run
run()
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 247, in call
self._stop_heartbeat()
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 282, in _stop_heartbeat
self._emit_heartbeat() # one final beat to flush pending changes
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 352, in _emit_heartbeat
result=self.result)
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 399, in _safe_call
getattr(obs, method)(**kwargs)
File "/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/observers/file_storage.py", line 172, in heartbeat_event
self.run_entry['heartbeat'] = beat_time.isoformat()
TypeError: 'NoneType' object does not support item assignment
The text was updated successfully, but these errors were encountered: