-
Notifications
You must be signed in to change notification settings - Fork 225
Adds ChainerRL Bibtex to the README #584
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
Changes from 1 commit
e07732a
99676dc
fe1b47a
7c5ef8f
841078d
962b68f
e2fdcd8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -114,3 +114,18 @@ Any kind of contribution to ChainerRL would be highly appreciated! If you are in | |
| ## License | ||
|
|
||
| [MIT License](LICENSE). | ||
|
|
||
| ## Citations | ||
|
|
||
| If you use ChainerRL for your research, we ask that you cite the following paper: | ||
|
|
||
| ``` | ||
| @InProceedings{fujita2019chainerrl, | ||
| author = {Fujita, Yasuhiro and Kataoka, Toshiki and Nagarajan, Prabhat and Ishikawa, Takahiro}, | ||
| title = {ChainerRL: A Deep Reinforcement Learning Library}, | ||
| booktitle = {NeurIPS 2019 Deep Reinforcement Learning Workshop}, | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's possible that
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is no formal title for workshop proceedings.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or are you referring to the formal NeurIPS proceedings?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks. I got it. |
||
| location = {Vancouver, Canada}, | ||
| month = {December}, | ||
| year = {2019} | ||
| } | ||
| ``` | ||
Uh oh!
There was an error while loading. Please reload this page.