Bachelor thesis: Evaluation of Deep Reinforcement Learning on a Partially Observable Card Game
Wizard game simulator to use with deep reinforcement learning.
Implemented agents:
- Deep Q-learning
- Policy Gradient
Required libraries can be found here and installed with pip:
pip install -r requirements.txt
TBD