B-ramB

Results 2 issues of B-ramB

# Describe the bug 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. # Material - [Google Colab](https://colab.research.google.com/github/huggingface/deep-rl-class/blob/main/notebooks/unit8/unit8_part2.ipynb#scrollTo=alxUt7Au-O8e) # How...

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...