ripplesphere / pokemon_battle_simulator

0 stars 0 forks source link

Create battle algorithm #2

Open ripplesphere opened 2 years ago

ripplesphere commented 2 years ago

I have found an article on how to make a simple neural network, https://rviews.rstudio.com/2020/07/20/shallow-neural-net-from-scratch-using-r-part-1/. I am working to make that the battle mechanic. At the moment I need to determine what the two input parameters will be. I am thinking I will be making a new column on the data with this value.

ripplesphere commented 2 years ago

Neural network will not work for battle mechanic since I need to figure out who wins in the first place for supervised learning. I have worked out the pseudo code however and now just have to write it.