fhswf / MLPro-Int-SB3

MLPro: Integration StableBaselines3
https://mlpro-int-sb3.readthedocs.io
Apache License 2.0
2 stars 0 forks source link

Bug: Unit Test Failed due to PyTorch v2.4.0 #12

Open steveyuwono opened 3 months ago

steveyuwono commented 3 months ago

1 Describe the bug PyTorch has introduced its latest version of 2.4.0, where some functionalities have been depreciated. Meanwhile, SB3 has not updated its package with respect to the latest version of PyTorch, which leads to an error.

2 To Reproduce Steps to reproduce the behavior:

  1. Remove "torch>=2.0.0,<=2.3.1" in requirements.txt as well as related files
  2. Run the unit test manually
  3. Check whether error in pickling remains occur

3 Expected behavior ....

4 Screenshots .....

5 Additional Informations

5.1 Operating System