fix: smoketest buffer_size=1024 (MIN_GPU_CAPACITY floor)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-04-04 15:30:45 +02:00
parent 4aceea1699
commit be8a5c3331

View File

@@ -37,7 +37,7 @@ count_bonus_coefficient = 0.1
q_gap_threshold = 0.05
[replay_buffer]
buffer_size = 256
buffer_size = 1024
min_replay_size = 64
regime_replay_decay = 0.3