14 lines
271 B
TOML
14 lines
271 B
TOML
# Default GPU profile -- conservative settings for unknown GPUs
|
|
[training]
|
|
batch_size = 256
|
|
num_atoms = 21
|
|
buffer_size = 50000
|
|
hidden_dim_base = 256
|
|
replay_buffer_vram_fraction = 0.50
|
|
|
|
[experience]
|
|
gpu_timesteps_per_episode = 200
|
|
|
|
[cuda]
|
|
cuda_stack_bytes = 32768 # 32KB
|