Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Comment thread
muupan marked this conversation as resolved.
Outdated

```
@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},

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's possible that booktitle starts with "Proceedings of" and contains "33rd", etc. Could you check the formal title of the proceedings?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no formal title for workshop proceedings.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or are you referring to the formal NeurIPS proceedings?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I got it.

location = {Vancouver, Canada},
month = {December},
year = {2019}
}
```