issues
search
miroesli
/
psscscs
Reinforcement Learning Battlesnake
MIT License
2
stars
1
forks
source link
Feature/structure repo
#9
Closed
miroesli
closed
4 years ago
miroesli
commented
4 years ago
Created New Folder structure
algs: machine learning algorithms which are called by the trainer
data: where training data will exist for review
models: the saved trained algorithms
settings: where training parameter settings can be saved alongside the default model to run
utils: where additional classes and functions exist
classes for machine learning algorithms (agent, game, snake)
game data interpretation to pass to ML algorithms from the main execution
Made importing more easy
Created initial README's in each folder