mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-02 03:55:39 +00:00
Update github name of Maximilian Ernestus (#258)
* update github name of Maximilian Ernestus * erniejunior -> ernestum * erniejunior -> ernestum * Update changelog.rst
This commit is contained in:
parent
6b598323ae
commit
e63e9d7d5e
3 changed files with 5 additions and 5 deletions
|
|
@ -62,7 +62,7 @@ def my_function(arg1: type1, arg2: type2) -> returntype:
|
|||
|
||||
Before proposing a PR, please open an issue, where the feature will be discussed. This prevent from duplicated PR to be proposed and also ease the code review process.
|
||||
|
||||
Each PR need to be reviewed and accepted by at least one of the maintainers (@hill-a, @araffin, @erniejunior, @AdamGleave or @Miffyli).
|
||||
Each PR need to be reviewed and accepted by at least one of the maintainers (@hill-a, @araffin, @ernestum, @AdamGleave or @Miffyli).
|
||||
A PR must pass the Continuous Integration tests to be merged with the master branch.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ To cite this repository in publications:
|
|||
|
||||
## Maintainers
|
||||
|
||||
Stable-Baselines3 is currently maintained by [Ashley Hill](https://github.com/hill-a) (aka @hill-a), [Antonin Raffin](https://araffin.github.io/) (aka [@araffin](https://github.com/araffin)), [Maximilian Ernestus](https://github.com/erniejunior) (aka @erniejunior), [Adam Gleave](https://github.com/adamgleave) (@AdamGleave) and [Anssi Kanervisto](https://github.com/Miffyli) (@Miffyli).
|
||||
Stable-Baselines3 is currently maintained by [Ashley Hill](https://github.com/hill-a) (aka @hill-a), [Antonin Raffin](https://araffin.github.io/) (aka [@araffin](https://github.com/araffin)), [Maximilian Ernestus](https://github.com/ernestum) (aka @ernestum), [Adam Gleave](https://github.com/adamgleave) (@AdamGleave) and [Anssi Kanervisto](https://github.com/Miffyli) (@Miffyli).
|
||||
|
||||
**Important Note: We do not do technical support, nor consulting** and don't answer personal questions per email.
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ Deprecations:
|
|||
Others:
|
||||
^^^^^^^
|
||||
- Add more issue templates
|
||||
- Add signatures to callable type annotations (@erniejunior)
|
||||
- Add signatures to callable type annotations (@ernestum)
|
||||
- Improve error message in ``NatureCNN``
|
||||
- Added checks for supported action spaces to improve clarity of error messages for the user
|
||||
|
||||
|
|
@ -499,11 +499,11 @@ Maintainers
|
|||
-----------
|
||||
|
||||
Stable-Baselines3 is currently maintained by `Antonin Raffin`_ (aka `@araffin`_), `Ashley Hill`_ (aka @hill-a),
|
||||
`Maximilian Ernestus`_ (aka @erniejunior), `Adam Gleave`_ (`@AdamGleave`_) and `Anssi Kanervisto`_ (aka `@Miffyli`_).
|
||||
`Maximilian Ernestus`_ (aka @ernestum), `Adam Gleave`_ (`@AdamGleave`_) and `Anssi Kanervisto`_ (aka `@Miffyli`_).
|
||||
|
||||
.. _Ashley Hill: https://github.com/hill-a
|
||||
.. _Antonin Raffin: https://araffin.github.io/
|
||||
.. _Maximilian Ernestus: https://github.com/erniejunior
|
||||
.. _Maximilian Ernestus: https://github.com/ernestum
|
||||
.. _Adam Gleave: https://gleave.me/
|
||||
.. _@araffin: https://github.com/araffin
|
||||
.. _@AdamGleave: https://github.com/adamgleave
|
||||
|
|
|
|||
Loading…
Reference in a new issue