Skip to content

Commit

Permalink
Lengyue's Dec 12 Update (yihuai-gao#2)
Browse files Browse the repository at this point in the history
* update readme and license

* add poetry config and lint tools

* lint all files

* update lint tool

* add card resources and fetcher

* Revert "lint all files"

This reverts commit c789e1f.
  • Loading branch information
leng-yue authored Dec 12, 2022
1 parent 1d07da3 commit 55e193c
Show file tree
Hide file tree
Showing 23 changed files with 82,090 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.venv
__pycache__
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) [2022] [Genius Invokation Gym Contributors]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Binary file not shown.
Binary file not shown.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,17 @@ Package name `gisim` stands for both `Genshin Impact` and `Genius Invokation`
- [ ] Add respond method to every character, summon, status
- [ ] Put all parts together

# Logs
## Logs

12.9 update: 应该会采用[rlcard](https://github.com/datamllab/rlcard)相近的API接口进行设计,参考[DouZero](https://github.com/kwai/DouZero),目前正在调研中

12.10 update: 参考炉石传说模拟器[fireplace](https://github.com/jleclanche/fireplace)完成了卡牌及框架的初始化(目前仍为空文件)

顺便好奇一下为什么用invokation而不是invocation,求懂哥指点

新建QQ交流群613071650,欢迎感兴趣的同学入群,欢迎成为Contributor!
新建QQ交流群613071650,欢迎感兴趣的同学入群,欢迎成为Contributor!

## Works Cited

[RLCard: A Toolkit for Reinforcement Learning in Card Games](https://github.com/datamllab/rlcard)
[DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning](https://github.com/kwai/DouZero)
Loading

0 comments on commit 55e193c

Please sign in to comment.