recourses:
https://github.com/openai/spinningup/issues/404
I succeeded in running Spinning Up on Windows 11 via WSL 2.
The procedure linked in the official page (https://github.com/openai/spinningup/issues/23) did not work for me. Also, it is not necessary to use Xming X Window server anymore.
This is what I did:
sudo apt update, then sudo apt full-upgradesudo apt install x11-appssudo apt install octave (via this step the packets necessary for the rendering parts are installed)conda create -n spinningup python=3.6conda activate spinningupconda install -c conda-forge mpi4py mpichpip install opencv-python==3.4.13.47 (more recent versions might not work)