Comment on Newton: physics simulation engine built upon NVIDIA WarpComments−whatever111moHow do they parallelize the sequential actions ?−erwincoumans11moThe primary use case of Newton Physics is reinforcement learning, with 1000s of similar environments. Even if each environment would have sequential actions, you run many envs in parallel.
Comments
How do they parallelize the sequential actions ?
The primary use case of Newton Physics is reinforcement learning, with 1000s of similar environments. Even if each environment would have sequential actions, you run many envs in parallel.