GameOfLightAndShadows / SmarTac

tactical role playing game functional reactive framework
MIT License
1 stars 1 forks source link

Implement an artificial brain #79

Closed Kavignon closed 7 years ago

Kavignon commented 8 years ago

The brain will need to learn the game by playing. Using unsupervised learning and reinforcement learning, the brain will learn to understand how to effectively play the game. Using different algorithms for training and optimization, I aim to develop the smartest brain possible within my time window (deadline: December the 8th).

Kavignon commented 7 years ago

Should refer to #83. The brain has been implemented before. The first step was to have a randomize choice of actions inside a defined set of commands and then it moved to learn which strategy gave back the best results over time. Finally, the brain moved a next stage to let it explored the environment to make sure it would continue the learning process and not stop at some point.