Skip to content

Commit 1fae313

Browse files
committed
adding deps for L3
1 parent b3cbf8d commit 1fae313

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lab3/RL.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@
8989
"id": "EvdePP-VyVWp"
9090
},
9191
"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",
9296
"# Import Tensorflow 2.0\n",
9397
"%tensorflow_version 2.x\n",
9498
"import tensorflow as tf\n",

0 commit comments

Comments
 (0)