NeuromatchAcademy/course-content-dl

A very long logging outputs scroll in the human_rl notebook

morteza opened this issue · 1 comments

The run the loop section in the human_rl notebook produces a very large piece of output, making the rest of the notebook difficult to reach due to the scrolling.

Either discarding the outputs or setting the n_episodes=10 would resolve the issue (it's in the second line of the cell below the section title).

fixed by adding IPython.display clear_output call before the last print. Pushing, merging, and closing the issue. Changes will be reflected in the book after 30 mins.