Skip to content

Commit

Permalink
Fixed ERROR: Invalid requirement: '==' (#67)
Browse files Browse the repository at this point in the history
* Fixed ERROR: Invalid requirement: '=='

* Update 01.dqn.ipynb

* Update 02.double_q.ipynb

---------

Co-authored-by: Jinwoo Park (Curt) <[email protected]>
  • Loading branch information
dhanushka2001 and Curt-Park authored Oct 29, 2023
1 parent 78c665e commit 833f279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 01.dqn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
" !apt install ffmpeg\n",
" !apt install xvfb\n",
" !pip install PyVirtualDisplay==3.0\n",
" !pip install gymnasium == 0.28.1\n",
" !pip install gymnasium==0.28.1\n",
" from pyvirtualdisplay import Display\n",
" \n",
" # Start virtual display\n",
Expand Down
2 changes: 1 addition & 1 deletion 02.double_q.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
" !apt install ffmpeg\n",
" !apt install xvfb\n",
" !pip install PyVirtualDisplay==3.0\n",
" !pip install gymnasium == 0.28.1\n",
" !pip install gymnasium==0.28.1\n",
" from pyvirtualdisplay import Display\n",
" \n",
" # Start virtual display\n",
Expand Down

0 comments on commit 833f279

Please sign in to comment.