update cite text
This commit is contained in:
parent
7ab2d3fa44
commit
cb4959fff9
|
@ -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;
|
||||||
|
|
|
@ -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},
|
||||||
|
|
Loading…
Reference in New Issue