Files
foxhunt/config/gpu/h100.toml
jgrusewski 709fffe923 fix: revert c51_loss_reduce to (1,1,1) — same Hopper graph hang class
The warp-parallel (32,1,1) change to c51_loss_reduce caused the same
hang as isv_feature_gate: changing block_dim inside graph_mega alters
CUDA Graph node structure on Hopper's TMA scheduler. Must stay (1,1,1).

Also: batch_size 8192→16384, gpu_n_episodes 1024→4096, num_atoms 51→52
to align h100.toml with dqn-production.toml.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-17 14:46:15 +02:00

15 lines
395 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# H100 PCIe/SXM (80GB VRAM) -- full production
[training]
batch_size = 16384
num_atoms = 52
buffer_size = 500000
hidden_dim_base = 256
replay_buffer_vram_fraction = 0.55 # state_dim=96, 86 weight tensors — leaves ~33GB for compute
[experience]
gpu_timesteps_per_episode = 5000
gpu_n_episodes = 4096 # 132 SMs × ~31 eps/SM — full H100 utilization
[cuda]
cuda_stack_bytes = 65536 # 64KB