Skip to content

Instantly share code, notes, and snippets.

@Paulescu
Created March 22, 2022 05:04
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/aa26f564e3b9102fd50c85d5a51a55b2 to your computer and use it in GitHub Desktop.
Save Paulescu/aa26f564e3b9102fd50c85d5a51a55b2 to your computer and use it in GitHub Desktop.
if 'google.colab' in str(get_ipython()):
# add `src' package to the PYTHOPATH, so we can import it, e.g. from src.loops import *
%cd /content/hands-on-rl/03_cart_pole
%env PYTHONPATH="."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment