Policy Training#
Genesis World is built for reinforcement learning at scale: thousands of environments in parallel on one GPU, and multiple GPUs beyond that. At that scale the bottleneck is rarely the learning algorithm but how efficiently each environment steps and how well the pipeline keeps the GPU busy. This section covers the best practices that make large-scale training work, the complete RL examples that ship with Genesis World, and scaling across multiple GPUs. It assumes you are comfortable with parallel simulation.