From d6ca0d117d4876e3f2c349f55fb90e2ecd12539d Mon Sep 17 00:00:00 2001 From: David Gao Date: Sun, 25 Jun 2023 20:06:26 +0800 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f282adc..ad95366 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,12 @@ Package name `gisim` stands for both `Genshin Impact` and `Genius Invokation` 希望可以实现类似openai-gym的API,用于训练ai&评估卡组强度 +简单介绍请参考[该Notion页面](https://paladin1013.notion.site/gisim-A-Genius-Invokation-Simulator-4743c9996d094e3088ea91f47e70711b?pvs=4) + # Get Started Prerequisites: -* Python >=3.9 +* Python >=3.8 * [Poetry 1.1.14+](https://python-poetry.org) Installation: enter the project directory and execute the following command: @@ -59,6 +61,7 @@ poetry run python3 -u tests/test_framework.py 新建QQ交流群613071650,欢迎感兴趣的同学入群,欢迎成为Contributor! + ## Works Cited [RLCard: A Toolkit for Reinforcement Learning in Card Games](https://github.com/datamllab/rlcard)