Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix graph overlaps and some typos. #16

Merged
merged 7 commits into from
Oct 24, 2022
Merged

Conversation

dan-pandori
Copy link
Contributor

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

  • Helper function is just copying the first plotting cell, for most intents and purposes.
  • Also fix some typos.

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.

dan-pandori and others added 7 commits October 21, 2022 22:57
* The first plot cell defines a nice spacing to use which ensures
  that the y axis of the second plot doesn't overlap the first plot.
  This just copies that block of code to the other plotting cells.
@dan-pandori dan-pandori changed the title Typos Fix graph overlaps and some typos. Oct 23, 2022
Copy link
Owner

@araffin araffin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again =)

@araffin araffin merged commit ea54c27 into araffin:sb3 Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants