araffin / rl-tutorial-jnrr19

Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019
MIT License
591 stars 113 forks source link

Fix graph overlaps and some typos. #16

Closed dan-pandori closed 1 year ago

dan-pandori commented 1 year ago

Add a helper function for plotting to avoid the plots overlapping each other.

Tested by running all cells in: https://colab.research.google.com/github/dan-pandori/rl-tutorial-jnrr19/blob/typos/3_multiprocessing.ipynb

And confirming that everything runs and the plots don't overlap each other.