fixes
This commit is contained in:
parent
d79e73d816
commit
f01047f260
@ -136,7 +136,7 @@ class DQNAgent:
|
||||
|
||||
# Trade action fee and confidence thresholds
|
||||
self.trade_action_fee = 0.0005 # Small fee to discourage unnecessary trading
|
||||
self.minimum_action_confidence = 0.5 # Minimum confidence to consider trading
|
||||
self.minimum_action_confidence = 0.3 # Minimum confidence to consider trading (lowered from 0.5)
|
||||
self.recent_actions = [] # Track recent actions to avoid oscillations
|
||||
|
||||
# Violent move detection
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user