deep-rl-class icon indicating copy to clipboard operation
deep-rl-class copied to clipboard

Update sample-factory version to 2.1.3 to no pytorch 2.6+ error occurs

Open B-ramB opened this issue 6 months ago • 0 comments

Sample-factory has an updated version which allows it to work with Pytroch2.6+

Sample-factory utilizes a pytorch function: checkpoint_dict = torch.load(latest_checkpoint, map_location=device)

Pytorch 2.6+ requires an additional weights_only=False variable for the function.

This function is called correctly in sample-factory 2.1.3

B-ramB avatar Jun 24 '25 20:06 B-ramB