-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Refactor of Curriculum and parameter sampling #4160
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
ca71d18
Introduced the Constant Parameter Sampler that will be useful later a…
vincentpierre 6bb7296
Refactored the settings.py to refect the new format of the config.yaml
vincentpierre bced262
First working version
vincentpierre 99297b9
Added the unit tests
vincentpierre 2d7feac
Update to Upgrade for Updates
vincentpierre e3a14b2
fixing the tests
vincentpierre e33996b
Upgraded the config files
vincentpierre c9b0214
Fixes
vincentpierre b1e01ad
Additional error catching
vincentpierre 13d52a0
addressing some comments
vincentpierre e25e7f1
Making the code nicer with cattr
vincentpierre b0cb4e7
Added and registered an unstructure hook for PrameterRandomization
vincentpierre ae70965
Updating C# Walljump
vincentpierre 6f66a7e
Adding comments
vincentpierre 4a3c4f0
Add test for settings export (#4164)
690d7b7
Merge branch 'develop-env-param-refactor' of https://github.com/Unity…
vincentpierre a10a4e3
Including environment parameters for the test for settings export
vincentpierre 699496e
First documentation update
vincentpierre 3755bc5
Fixing a link
vincentpierre 84786ce
Updating changelog and migrating
vincentpierre 0976352
adding some more tests for the conversion script
vincentpierre 09851ee
fixing bugs and using samplers in the walljump curriculum
vincentpierre a5f9edc
Changing the format of the curriculum file as per discussion
vincentpierre a6429c2
Addressing comments
vincentpierre cf76973
Update ml-agents/mlagents/trainers/settings.py
vincentpierre 56256d2
Merging master
vincentpierre d89619b
Update docs/Migrating.md
vincentpierre 5a61d30
addressing comments
vincentpierre 3e7d61c
Merge branch 'master' into develop-env-param-refactor
vincentpierre 020dbec
Merge branch 'master' into develop-env-param-refactor
vincentpierre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On WallJump, the sampling now happens using the sampler feature