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,8 +1102,16 @@ function PvEDoudizhuDemoView() {
</Paper> </Paper>
</div> </div>
<div className="citation"> <div className="citation">
{/* {locale === 'en' ? ( {locale === 'en' ? (
<> <>
<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{' '} This demo is based on{' '}
<a href="https://github.com/datamllab/rlcard" target="_blank"> <a href="https://github.com/datamllab/rlcard" target="_blank">
RLCard RLCard
@ -1113,9 +1121,18 @@ function PvEDoudizhuDemoView() {
DouZero DouZero
</a> </a>
. If you find these projects useful, please cite: . If you find these projects useful, please cite:
</p>
</> </>
) : ( ) : (
<> <>
<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"> <a href="https://github.com/datamllab/rlcard" target="_blank">
RLCard RLCard
@ -1125,13 +1142,14 @@ function PvEDoudizhuDemoView() {
DouZero DouZero
</a>{' '} </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},