Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 847 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 847 Bytes

GirlsDay2021

Installation

Installation von Jupyter Notebooks lokal:

pip install notebook

Außerdem wird CMakebenötigt. Nach Download und Installation muss man noch den folgenden Befehl ausführen:

PATH="/Applications/CMake.app/Contents/bin":"$PATH"

Starten von Jupyter Notebooks:

jupyter notebook
jupyter notebook filename

Für die offline Installation müssen im Notebook noch Dependencies geladen werden, dafür den folgenden Code ins Notebook kopieren:

!pip -q install tensorflow==2.3.1 pyglet==1.5.11 gym keras-rl2 'gym[atari]' gym-notebook-wrapper

Die Ausführung erfolgt über Binder, da wird dieses Repository verlinkt.