Skip to content

Commit

Permalink
lock 누락 픽스
Browse files Browse the repository at this point in the history
  • Loading branch information
quantylab committed Mar 12, 2020
1 parent 33eb843 commit 263f0d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions learners.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

class ReinforcementLearner:
__metaclass__ = abc.ABCMeta
lock = threading.Lock()

def __init__(self, rl_method='rl', stock_code=None,
chart_data=None, training_data=None,
Expand Down

0 comments on commit 263f0d6

Please sign in to comment.