Skip to content

v3.1

@tesslerc tesslerc tagged this 18 Feb 18:23
`.item()` converted single-element tensors to Python floats, which
crashed `TensorAverageMeter.add()` when `--num-envs 1`. Use `.flatten()`
to preserve the tensor type.

Solving issue https://github.com/NVlabs/ProtoMotions/issues/185

Signed-off-by: protomotions <ctessler@nvidia.com>
Assets 2
Loading