You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I created a working streamlined version of the Pytorch SpinningUp algorithms where I removed the logging functionalities and MPI dependency. It works on my Windows PC using CPU only (only tested on HalfCheetah-v4 though)
Here are the minimal requirements:
Python 3.8.20 (+ itertools, copy)
Torch 2.4.1
Scipy 1.10.1
Gymnasium 0.29.1
MuJoCo 3.1.6
Numpy 1.24.3
Pillow 10.4.0
Hi, I created a working streamlined version of the Pytorch SpinningUp algorithms where I removed the logging functionalities and MPI dependency. It works on my Windows PC using CPU only (only tested on HalfCheetah-v4 though)
Here are the minimal requirements:
Python 3.8.20 (+ itertools, copy)
Torch 2.4.1
Scipy 1.10.1
Gymnasium 0.29.1
MuJoCo 3.1.6
Numpy 1.24.3
Pillow 10.4.0
https://github.com/jchiwai/spinningup-simplified
The text was updated successfully, but these errors were encountered: