-
Notifications
You must be signed in to change notification settings - Fork 119
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
Stable-Baselines3 #9
Draft
araffin
wants to merge
16
commits into
master
Choose a base branch
from
sb3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Link fixes and add pyglet to required installations. * Add missing comma to my fix. * Also add newline. * Require pyglet to be 1.4, so as not to bring in a newer version of gym.
* Minor typo fixes for 2_gym_wrappers_saving_loading.ipynb * Adjust plot spacing and fix some typos. * 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. * Extract plotting into a helper function. * Clean up plot util function. * Undo unrelated colab changes. * Fix my own typo.
* Set seed from reset, fix typos * update to gym 0.26 * Reformat and fixes * Switch to gymnasium --------- Co-authored-by: tlpss <[email protected]> Co-authored-by: Antonin Raffin <[email protected]>
) * Fix inconsistency between two mean_rewards on deterministic actions * Extract deterministic as argument to be consistent with sb3 helper * Update 1_getting_started.ipynb Add docstring and make the use of VecEnv explicit * Revert "Update 1_getting_started.ipynb" This reverts commit 3057f89. * Update docstring, make the use of VecEnv explicit and add SB3-contrib --------- Co-authored-by: Antonin RAFFIN <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.