Skip to content

Commit 9fbabb7

Browse files
tf==2.0 => tf >= 2.0
1 parent 0b89b6c commit 9fbabb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week06_policy_based/local_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ apt-get install -yqq python-opengl
66
python3 -m pip install --user gym==0.14.0
77
python3 -m pip install --user pygame
88
python3 -m pip install --user pyglet==1.3.2
9-
python3 -m pip install --user tensorflow==2.0.0
9+
python3 -m pip install --user tensorflow>=2.0.0

0 commit comments

Comments
 (0)