yangyuan / hearthrock

Hearthstone® Bot Engine
https://yangyuan.github.io/hearthrock/
MIT License
258 stars 68 forks source link

Arena mode #35

Closed gadonng closed 6 years ago

gadonng commented 6 years ago

Hi,

It would be nice to be able to run a bot on Arena mode, making card selection and play afterwards.

Do you plan to implement it?

Also is there some of you guys trying to implement a deep learning AI bot with HearthRock?

yangyuan commented 6 years ago

Not planning to support arena mode.

---- I AM A BEAUTIFUL SPLIT LINE ----

I actually prefer deep learning, but it is a supervised learning method. Which means, we need training data. However, I don't have a good training data.

---- I AM AN ANOTHER BEAUTIFUL SPLIT LINE ----

What I am trying to do is card2vector or spell2vector. (I prefer spell2vector so that I don't need to re-train after they update the cards.)

If I can finish spell2vector, it might contribute to many supervised learning methods, as well as traditional AI technologies such as min-max trees.