-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from automl/development
Update to 1.1.0
- Loading branch information
Showing
63 changed files
with
1,868 additions
and
193 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Issue Template | ||
about: General template issues | ||
labels: | ||
|
||
--- | ||
|
||
* {{ cookiecutter.project_name }} version: | ||
* Python version: | ||
* Operating System: | ||
|
||
|
||
<!-- | ||
Please file an issue for bug reports (label as `bug`), usage questions (label as `question`), feature requests (label as `feature request`), to notify us about upcoming contributions and any other topic that you think may be important discussing with us. | ||
--> | ||
|
||
#### Description | ||
<!-- Describe what you were trying to do --> | ||
|
||
#### Steps/Code to Reproduce | ||
<!-- | ||
Please provide us with a minimal code example to reproduce your issue. If the code is too long, feel free to put it in a public gist and link it in the issue: https://gist.github.com | ||
--> | ||
|
||
#### Expected Results | ||
<!-- Please paste or describe the expected results.--> | ||
|
||
#### Actual Results | ||
<!-- Please paste or specifically describe the actual output or traceback. If you cannot provide a full traceback, please include the kind of error you encounter as well as where it occurs in the code! --> | ||
|
||
#### Additional Info | ||
|
||
- Did you try upgrading to the most current version? yes/no | ||
- Are you using a supported operating system (version)? yes/no | ||
- How did you install this package (e.g. GitHub, pip, etc.)? | ||
|
||
<!-- Thanks for contributing! --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!-- | ||
Thanks for contributing a pull request! Please ensure you have taken a look at the contribution guidelines in the CONTRIBUTING.md | ||
--> | ||
|
||
#### Reference Issues/PRs | ||
<!-- | ||
Example: Fixes #1234. See also #3456. | ||
Please use keywords (e.g., Fixes) to create link to the issues or pull requests you resolved, so that they will automatically be closed when your pull request is merged. See https://github.com/blog/1506-closing-issues-via-pull-requests | ||
--> | ||
|
||
#### What does this implement/fix? Explain your changes. | ||
|
||
<!-- | ||
Good PR descriptions help us immensely in reviewing and testing your PRs. This will make merging much faster and smoother for everyone involved. | ||
Examples: | ||
**Good:** Added Documentation -- documented the learning rate feature both in the code and the docs. Also added an example. | ||
**Bad:** Explained learning rates | ||
**Good:** Dask Parallelization Backend -- parallelization is now possible with dask. This meant some restructuring of the runner backend and testing, but shouldn't change usage at all. | ||
**Bad:** new parallel feature | ||
--> | ||
|
||
#### Checklist | ||
|
||
- Are the tests passing locally? yes/no | ||
- Is the pre-commit passing locally? yes/no | ||
- Are all new features documented in code and docs? yes/no | ||
- Are all examples still running? yes/no | ||
- Are the requirements up to date? yes/no | ||
- Did you add yourself to the contributors in the authors file? yes/no | ||
|
||
#### Any other comments? | ||
|
||
<!-- | ||
We appreciate your effort, but please be aware that we are not working full-time on this project. We welcome any contribution and value your effort, no matter how minor they are. If we are slow to review, either the pull request needs some benchmarking, tinkering, convincing, etc. or more likely the reviewers are simply busy. In either case, we ask for your understanding during the review process. | ||
Thanks for contributing! | ||
--> |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite our paper:" | ||
|
||
url: "https://automl.github.io/CARL/" | ||
repository-code: "https://github.com/automl/CARL" | ||
title: "CARL - Context Adaptive Reinforcement Learning" | ||
|
||
authors: | ||
- family-names: "Benjamins" | ||
given-names: "Carolin" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Eimer" | ||
given-names: "Theresa" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Schubert" | ||
given-names: "Frederik" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Mohan" | ||
given-names: "Aditya" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Döhler" | ||
given-names: "Sebastian" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Biedenkapp" | ||
given-names: "André" | ||
affiliation: "Albert-Ludwigs University Freiburg, Germany" | ||
- family-names: "Rosenhahn" | ||
given-names: "Bodo" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Hutter" | ||
given-names: "Frank" | ||
affiliation: "Albert-Ludwigs University Freiburg, Germany" | ||
- family-names: "Lindauer" | ||
given-names: "Marius" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
|
||
preferred-citation: | ||
type: "article" | ||
title: "Contextualize Me - The Case for Context in Reinforcement Learning" | ||
year: 2023 | ||
journal: "Transactions on Machine Learning Research" | ||
authors: | ||
- family-names: "Benjamins" | ||
given-names: "Carolin" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Eimer" | ||
given-names: "Theresa" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Schubert" | ||
given-names: "Frederik" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Mohan" | ||
given-names: "Aditya" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Döhler" | ||
given-names: "Sebastian" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Biedenkapp" | ||
given-names: "André" | ||
affiliation: "Albert-Ludwigs University Freiburg, Germany" | ||
- family-names: "Rosenhahn" | ||
given-names: "Bodo" | ||
affiliation: "Leibniz University Hannover, Germany" | ||
- family-names: "Hutter" | ||
given-names: "Frank" | ||
affiliation: "Albert-Ludwigs University Freiburg, Germany" | ||
- family-names: "Lindauer" | ||
given-names: "Marius" | ||
affiliation: "Leibniz University Hannover, Germany" |
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
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
Oops, something went wrong.