Dou Di Zhu with Rule-BasedI use the python3 to re-implement an exist Rule-Based method for Dou Di Zhu In this part, I prepare three AI agents to follow the same Rule-Based's knowledge base to play the game. As, Based-rule method doesn't need to training part, so I test it for 1000 times.
1000 training times, 200 testing time result:
I test many times, and the results are very stable. It's based on Python 3. Just run the 'RuleBased.py' to run this project. Deliverable 4.zip (You need to install the random library in your Python 3) |