Dies ist eine alte Version des Dokuments!
Reinforcement learning (RL) is a machine learning approach for teaching agents how to solve tasks by trial and error. Deep RL refers to the combination of RL with deep learning.
https://spinningup.openai.com/en/latest/user/introduction.html
Installation ist zwar beschrieben, aber gcc wurde nicht gefunden. Ich hatte 11, die wollten aber 6 oder 7. Python3 hatte ich schon, man muss nur drauf achten python3 bzw. pip3 zu nutzen.
brew install gcc6
Der Aufruf 'pip install gym[mujoco,robotics]' schlug fehl, da er eine andere version braucht, also einen symbolischen link einrichten: 'ln -s mujoco200 mjpro150'
Once you have installed MuJoCo, install the corresponding Gym environments with 'pip3 install gym[mujoco,robotics]' funktioniert leider nicht mit den Fehle: „Running setup.py install failed“, „ERROR: Failed building wheel for mujoco-py“.
Das habe ich dann übersprungen, denn der nachfolgende Befehl bei der Installation klappt wieder …