Skip to content

Commit 31b81b8

Browse files
committed
Update bandit_ucb.py
1 parent 487ad6b commit 31b81b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reinforcement_learning/bandit_ucb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import numpy as np
2-
from utils.epsilon import standard_epsilon, decaying_epsilon, exponential_decay_epsilon
32
import matplotlib.pyplot as plt
43

54
class bandit:

0 commit comments

Comments
 (0)