Skip to content

Commit

Permalink
a3c visualization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quantylab committed Mar 12, 2020
1 parent b95197e commit 9cacb40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion learners.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ def run(

# 가시화 결과 저장할 폴더 준비
self.epoch_summary_dir = os.path.join(
self.output_path, 'epoch_summary')
self.output_path, 'epoch_summary_{}'.format(
self.stock_code))
if not os.path.isdir(self.epoch_summary_dir):
os.makedirs(self.epoch_summary_dir)
else:
Expand Down

0 comments on commit 9cacb40

Please sign in to comment.