We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cbf8d commit 1fae313Copy full SHA for 1fae313
1 file changed
lab3/RL.ipynb
@@ -89,6 +89,10 @@
89
"id": "EvdePP-VyVWp"
90
},
91
"source": [
92
+ "#Install some dependencies for visualizing the agents\n",
93
+ "!apt-get install -y xvfb python-opengl x11-utils > /dev/null 2>&1\n",
94
+ "!pip install gym pyvirtualdisplay scikit-video > /dev/null 2>&1\n",
95
+ "\n",
96
"# Import Tensorflow 2.0\n",
97
"%tensorflow_version 2.x\n",
98
"import tensorflow as tf\n",
0 commit comments