openai / spinningup

An educational resource to help anyone learn deep reinforcement learning.
https://spinningup.openai.com/
MIT License
9.82k stars 2.18k forks source link

Cannot install python 3.6 in mac using conda #415

Open ZisenShao opened 2 days ago

ZisenShao commented 2 days ago

In the installation page, it says I need to create python 3.6 environment using conda create -n spinningup python=3.6, but I couldn't find a way to install python 3.6 with conda, both defaults and conda-forge channel don't have this version. Could I use another python version instead? Or may I not use conda to create the environment?

ZisenShao commented 2 days ago

I think the main problem is that I am using Mac M2, but the Anaconda version used in spinning up documentation is only for Mac x64, and the arm version of Anaconda does not support Python 3.6. So is there a way to use Mac arm for spinning up?