This commit is contained in:
Dobromir Popov 2025-05-24 01:35:42 +03:00
parent d79e73d816
commit f01047f260
2 changed files with 547 additions and 761 deletions

View File

@ -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