Files
foxhunt/config/gpu/rtx3050.toml
jgrusewski 833cc07d0e fix: training profile must not override GPU profile batch_size
dqn-production.toml batch_size=8192 was overriding GPU profile batch_size=64
on RTX 3050 via apply_to(), causing OOM/hang. GPU profile is the sole
authority for batch_size — training profile controls learning params only.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 23:42:12 +02:00

14 lines
270 B
TOML

# RTX 3050 Ti (4GB VRAM) -- minimal footprint
[training]
batch_size = 64
num_atoms = 11
buffer_size = 0 # 0 = auto from VRAM
hidden_dim_base = 256
replay_buffer_vram_fraction = 0.40
[experience]
gpu_timesteps_per_episode = 100
[cuda]
cuda_stack_bytes = 16384 # 16KB