Metadata-Version: 2.1
Name: pymahjong
Version: 1.0.0
Summary: A Japanese Mahjong environment for decision AI research.
Home-page: UNKNOWN
Author: Agony
Author-email: chenzhaoyun@iai.ustc.edu.cn
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: gym


# Japanese Riichi Mahjong

Simulator of Japanese Riichi Mahjong (https://en.wikipedia.org/wiki/Japanese_Mahjong) written in C++.

We provide python APIs for decision AI research (the users do not need to know how Mahjong works), please see https://github.com/Agony5757/mahjong/tree/master/pymahjong#readme for more details.

## install 
```
pip install pymahjong
```

## Citation
```
@inproceedings{
han2022variational,
title={Variational oracle guiding for reinforcement learning},
author={Dongqi Han and Tadashi Kozuno and Xufang Luo and Zhao-Yun Chen and Kenji Doya and Yuqing Yang and Dongsheng Li},
booktitle={International Conference on Learning Representations},
year={2022},
url={https://openreview.net/forum?id=pjqqxepwoMy}
}
```

# APIs of the C++ programs


