miroesli / psscscs

Reinforcement Learning Battlesnake
MIT License
2 stars 1 forks source link

Fix trainer selector #26

Closed miroesli closed 4 years ago

miroesli commented 4 years ago

Change the train selection to choose the one specified by the input JSON, otherwise it should choose template. It should not ever create template trainer before selecting another one.

see lines 49 to 51 in train.py.

Essentially, change this to what it was before.