Dottore-Genius-Invokation-TCG-Simulator icon indicating copy to clipboard operation
Dottore-Genius-Invokation-TCG-Simulator copied to clipboard

A highly customizable Genius Invokation TCG simulator for Reinforcement Learning. (PyPI package: dgisim)

Results 4 Dottore-Genius-Invokation-TCG-Simulator issues
Sort by recently updated
recently updated
newest added

Tested with Python3.10, `fb()` is 4 times slower than `fa()` ```py def simple_function(): if random.random() < 0.5: return 1 else: return 0 def fa(): return simple_function() def fb(): from module...

Hard
low-priority

Tests were performed showing cards like _Absorbing Prism_ cannot trigger status effects that are described as _"After Your Character uses a Skill"_.

bug
Medium
high-priority

Expected tags: Medium-priority, Bug, Easy

bug
Easy
medium-priority

This [video](https://www.bilibili.com/video/BV1v6YkeHE54) shows there exists a 200-card limit on the deck cards. Apply this restriction to `dgisim`.

Easy