Skip to content

Commit a321ae7

Browse files
Update agent.py
1 parent 932601f commit a321ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trading_bot/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def huber_loss(y_true, y_pred, clip_delta=1.0):
2626

2727

2828
class Agent:
29-
""" Stock Trading Bot """
29+
""" Stock/Currency Trading Bot """
3030

3131
def __init__(self, state_size, strategy="t-dqn", reset_every=1000, pretrained=False, model_name=None):
3232
self.strategy = strategy

0 commit comments

Comments
 (0)