update cite text

This commit is contained in:
Songyi Huang 2021-06-05 14:51:56 -07:00
parent 7ab2d3fa44
commit cb4959fff9
2 changed files with 43 additions and 25 deletions

View File

@ -27,7 +27,7 @@ code {
.citation {
font-family: 'Rockwell', monospace, PingFangSC-Regular, sans-serif;
margin-top: 20px;
margin-top: 15px;
padding: 6px;
-webkit-user-select: text;

View File

@ -1102,36 +1102,54 @@ function PvEDoudizhuDemoView() {
</Paper>
</div>
<div className="citation">
{/* {locale === 'en' ? (
{locale === 'en' ? (
<>
This demo is based on{' '}
<a href="https://github.com/datamllab/rlcard" target="_blank">
RLCard
</a>{' '}
and{' '}
<a href="https://github.com/daochenzha/douzero" target="_blank">
DouZero
</a>
. If you find these projects useful, please cite:
<p style={{ margin: '4px' }}>
Too slow? Run the demo locally and check out more analysis tools (e.g., replays) with{' '}
<a href="https://github.com/datamllab/rlcard-showdown" target="_blank">
RLCard-Showdown
</a>
!
</p>
<p style={{ margin: '4px', marginTop: '15px' }}>
This demo is based on{' '}
<a href="https://github.com/datamllab/rlcard" target="_blank">
RLCard
</a>{' '}
and{' '}
<a href="https://github.com/daochenzha/douzero" target="_blank">
DouZero
</a>
. If you find these projects useful, please cite:
</p>
</>
) : (
<>
本演示基于{' '}
<a href="https://github.com/datamllab/rlcard" target="_blank">
RLCard
</a>{' '}
{' '}
<a href="https://github.com/daochenzha/douzero" target="_blank">
DouZero
</a>{' '}
项目如果这些项目帮到您请添加引用:
<p style={{ margin: '4px' }}>
运行太慢使用{' '}
<a href="https://github.com/datamllab/rlcard-showdown" target="_blank">
RLCard-Showdown
</a>{' '}
在本地运行该演示以及更多分析工具如录像回放!
</p>
<p style={{ margin: '4px', marginTop: '15px' }}>
本演示基于{' '}
<a href="https://github.com/datamllab/rlcard" target="_blank">
RLCard
</a>{' '}
{' '}
<a href="https://github.com/daochenzha/douzero" target="_blank">
DouZero
</a>{' '}
项目如果这些项目帮到您请添加引用:
</p>
</>
)} */}
Zha, Daochen, Kwei-Herng Lai, Songyi Huang, Yuanpu Cao, Keerthana Reddy, Juan Vargas, Alex Nguyen,
Ruzhe Wei, Junyu Guo, and Xia Hu. "RLCard: A Platform for Reinforcement Learning in Card Games." In
IJCAI. 2020.
)}
<pre>
{`@article{zha2019rlcard,
{`Zha, Daochen, Kwei-Herng Lai, Songyi Huang, Yuanpu Cao, Keerthana Reddy, Juan Vargas, Alex Nguyen, Ruzhe Wei, Junyu Guo, and
Xia Hu. "RLCard: A Platform for Reinforcement Learning in Card Games." In IJCAI. 2020.
@article{zha2019rlcard,
title={RLCard: A Toolkit for Reinforcement Learning in Card Games},
author={Zha, Daochen and Lai, Kwei-Herng and Cao, Yuanpu and Huang, Songyi and Wei, Ruzhe and Guo, Junyu and Hu, Xia},
journal={arXiv preprint arXiv:1910.04376},