RubSevian

Results 5 comments of RubSevian

Hello , i have same problem , don't pay attention to sorted(dirs)[-1] I just changed it for the test but it still doesn't work even with the value sorted(dirs)[0] ![Screenshot...

I have same problem

![image](https://github.com/user-attachments/assets/a307366c-bf07-4dd3-b3dc-c32349fadd4f) I fixed this problem with a quick fix of 56 lines on torch.float32 in the file /content/ml-agents/ml-agents/mlagents/torch_utils/torch.py . P.S this line has already been fixed in the screenshot

@iyaijuil Based on your mistake, I can make an assumption that the problem is in choosing a device, perhaps you need to specify what specifically to use the cpu or...