-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Feature/algo eval #1074
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
Feature/algo eval #1074
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
95cbfe6
added explicit env seeding for train and test envs
32cd3b4
logger updates
734119e
logger updates
5762d2c
extend hl experiment builder
6c1bd85
add mujoco example with multiple runs and performance plots
f730782
Merge branch 'thuml_master' into feature/algo-eval
d9a612a
format, type check and small fixes
a7898b1
small fix
5259d5f
Merge branch 'thuml_master' into feature/algo-eval
516c956
Merge branch 'thuml_master' into feature/algo-eval
d9a2017
updates
2e3f0b5
move doc string
85204b1
added matplotlib dependency
5a3f229
added pandas dependency
dffe8cd
fix pandas dependency
e95fa26
replace assert with exception in wandb logger
18d8ffa
removed name shortener
6d9b697
restructured and moved RLiableExperimentResult
9055eb5
removed attributes from pandas logger
ce5fa0d
fixed logger test
9c645ff
pleased the mypy gods
ec2c5c1
added primitive joblib launcher
929dd10
Merge branch 'thuml_master' into feature/algo-eval
f2e10b0
Merge branch 'thuml_master' into feature/algo-eval
85e910e
Added launcher interface and registry
MischaPanch ed12b16
Added contextmanager for ExperimentBuilder modifications
MischaPanch 7d479af
Experiment: use name attribute during run except if overriden explicitly
MischaPanch 60e75e3
Adjusted launchers to new interface
MischaPanch c6ee225
Merge branch 'thuml_master' into feature/algo-eval
152b6d5
create evaluation package
85909d3
updated examples
0957d2d
some documentation and mypy stuff
d7d3a54
handle experiment name if name str is empty
6925fec
more epochs
65e7cfa
updated dependencies
2e410ee
made loading from disk safer
a5988ac
clean up...
c751b6a
mypy stuff
1eb7bae
spelling word list
135c376
removed unnecessary + 1
769b97f
Merge branch 'master' into feature/algo-eval
MischaPanch 617efe4
Merge branch 'aai-master' into feature/algo-eval
1a9b5d0
removed pandas logger
49f5b12
fixed rliable dependency and some docs
6146ad2
updated lock file
7ebcf93
suppressed ImportError on optional dependencies
0c8b4df
added eval to pytest.yml and removed contextlib suppress
3b1ec50
lint
c27b577
Merge branch 'aai-master' into feature/algo-eval
32c8eb1
install rliable with https
19f3fdf
updated lint_and_docs.yml
0592b6a
Renamed and commented `restore_logged_data` in TensorboardLogger [ski…
MischaPanch 6183f70
Removed old and deprecated BasicLogger
MischaPanch 10d1d34
Logging: improved typing using recursive type definition
MischaPanch 96e42dc
Env: added argparse deps tp eval extra
MischaPanch 34d1fec
Experiment: use absolute paths
MischaPanch 9fafe7a
Rliable eval: added docstring, improved figure layout, option to disp…
MischaPanch b42ad64
Launcher: don't modify user input, set loky as default backend
MischaPanch 31f40c9
Multi-experiment script: run sequentially by default, added docstring
MischaPanch edda9af
Merge branch 'master' into feature/algo-eval
MischaPanch 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -261,4 +261,8 @@ BA | |
BH | ||
BO | ||
BD | ||
|
||
configs | ||
postfix | ||
backend | ||
rliable | ||
hl |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.