14 lines
251 B
TOML
14 lines
251 B
TOML
# RTX 3050 Ti (4GB VRAM) -- minimal footprint
|
|
[training]
|
|
batch_size = 64
|
|
num_atoms = 11
|
|
buffer_size = 5000
|
|
hidden_dim_base = 256
|
|
replay_buffer_vram_fraction = 0.40
|
|
|
|
[experience]
|
|
gpu_timesteps_per_episode = 100
|
|
|
|
[cuda]
|
|
cuda_stack_bytes = 16384 # 16KB
|