-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade week 6 reinforce homework to tf 2 (#447)
* upgrade to tf 2 * add a suggestion for students Co-authored-by: MichaelSolotky <>
- Loading branch information
1 parent
cdfbaa6
commit 0b89b6c
Showing
2 changed files
with
102 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env bash | ||
|
||
apt-get install -yqq ffmpeg | ||
apt-get install -yqq python-opengl | ||
|
||
python3 -m pip install --user gym==0.14.0 | ||
python3 -m pip install --user pygame | ||
python3 -m pip install --user pyglet==1.3.2 | ||
python3 -m pip install --user tensorflow==2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters