This PR resolves two runtime errors during the training process:
Add torch.device wrapper on device name. Without this wrapper, a confusing error "RuntimeError: failed to execute react_batch on Python engine" occurs.
Add friendly error message for empty gameplay file. Without this fix, rust panics with "index out of range".
This PR resolves two runtime errors during the training process:
react_batch
on Python engine" occurs.