Skip to content

Commit

Permalink
fixed issue: epsilon`s value has always 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1115kr committed May 30, 2018
1 parent 4aa8c55 commit c01e738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion policy_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def fit(
epsilon = start_epsilon * (1. - float(epoch) / (num_epoches - 1))
else:
epsilon = 0
epsilon = 1

while True:
# 샘플 생성
Expand Down

0 comments on commit c01e738

Please sign in to comment.