Skip to content

Instantly share code, notes, and snippets.

@Paulescu
Last active March 22, 2022 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Paulescu/ccb7b9b5abcd779c8eccdcf8cb189ec0 to your computer and use it in GitHub Desktop.
Save Paulescu/ccb7b9b5abcd779c8eccdcf8cb189ec0 to your computer and use it in GitHub Desktop.
if 'google.colab' in str(get_ipython()):
!git clone https://github.com/Paulescu/hands-on-rl.git
# navigate to lesson directory
%cd /content/hands-on-rl/03_cart_pole
# install exact package versions
%pip install -r requirements.txt
print('Go to Runtime > Restart runtime to make sure python uses the exact packages version we just installed.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment