NEURONS PER LAYERmore neurons = more capacity, heavier updates
…
🏎️ ENVIRONMENT
CAR
PARALLEL AGENTS8 agents
more agents = more diverse experience per update (rounded to a multiple of the group size)
EPISODE LENGTH60s
max seconds per run before reset
📊 TRAINING
AGENT GROUPSgroups spawn together at the same spot; each agent's advantage is its return vs the group average (GRPO-style — replaces the critic). Raise AGENTS so several groups run in parallel.
COMPUTE BACKENDAUTO = multi-core WASM · GPU = TensorFlow.js on WebGL (stable everywhere, no WebGPU) · JS = plain fallback
GRADIENT THREADS4 threads
CPU worker count for WASM/JS backends — more than your core count wastes memory