Skip to content

Commit

Permalink
remove autoreload
Browse files Browse the repository at this point in the history
  • Loading branch information
callummcdougall committed Sep 15, 2023
1 parent 268de0b commit efb44c5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions chapter2_rl/exercises/part2_dqn/solutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@

Arr = np.ndarray

from IPython import get_ipython
ipython = get_ipython()
ipython.run_line_magic("load_ext", "autoreload")
ipython.run_line_magic("autoreload", "2")

# Make sure exercises are in the path
chapter = r"chapter2_rl"
exercises_dir = Path(f"{os.getcwd().split(chapter)[0]}/{chapter}/exercises").resolve()
Expand Down

0 comments on commit efb44c5

Please sign in to comment.