miroesli / psscscs

Reinforcement Learning Battlesnake
MIT License
2 stars 1 forks source link

Latest update notes and what we should do next #3

Closed Fool-Yang closed 4 years ago

Fool-Yang commented 4 years ago
  1. a bat script is added to the root dir along with the game engine. If you uses windows, then double click the .bat file will run my snake locally and open the browser.

  2. two new folders added in the app folder. algorithms and models

  3. TEMP.py renamed to preprocess and is now in the algorithms folder

Fool-Yang commented 4 years ago

Everyone should open the preprocess.py file and read it, cuz I wrote pages of descriptions in the comments.

Fool-Yang commented 4 years ago

Next, I am thinking we should use DQN instead of Q-learning as the number of states is too big.