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 { .citation {
font-family: 'Rockwell', monospace, PingFangSC-Regular, sans-serif; font-family: 'Rockwell', monospace, PingFangSC-Regular, sans-serif;
margin-top: 20px; margin-top: 15px;
padding: 6px; padding: 6px;
-webkit-user-select: text; -webkit-user-select: text;

View File

@ -1102,36 +1102,54 @@ function PvEDoudizhuDemoView() {
</Paper> </Paper>
</div> </div>
<div className="citation"> <div className="citation">
{/* {locale === 'en' ? ( {locale === 'en' ? (
<> <>
This demo is based on{' '} <p style={{ margin: '4px' }}>
<a href="https://github.com/datamllab/rlcard" target="_blank"> Too slow? Run the demo locally and check out more analysis tools (e.g., replays) with{' '}
RLCard <a href="https://github.com/datamllab/rlcard-showdown" target="_blank">
</a>{' '} RLCard-Showdown
and{' '} </a>
<a href="https://github.com/daochenzha/douzero" target="_blank"> !
DouZero </p>
</a> <p style={{ margin: '4px', marginTop: '15px' }}>
. If you find these projects useful, please cite: 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>
</> </>
) : ( ) : (
<> <>
本演示基于{' '} <p style={{ margin: '4px' }}>
<a href="https://github.com/datamllab/rlcard" target="_blank"> 运行太慢使用{' '}
RLCard <a href="https://github.com/datamllab/rlcard-showdown" target="_blank">
</a>{' '} RLCard-Showdown
{' '} </a>{' '}
<a href="https://github.com/daochenzha/douzero" target="_blank"> 在本地运行该演示以及更多分析工具如录像回放!
DouZero </p>
</a>{' '} <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> <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}, 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}, 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}, journal={arXiv preprint arXiv:1910.04376},