Saltie icon indicating copy to clipboard operation
Saltie copied to clipboard

Reward_Trainer missing code

Open lokiwizz opened this issue 7 years ago • 0 comments

in reward_tranier.py i was getting the error, below. sorry, could not figure out how to do a pull request?

C:\Users\Lokiwizz\AppData\Local\Programs\Python\Python36\python.exe C:/Users/Lokiwizz/Saltie/bot_code/trainer/reward_trainer.py Traceback (most recent call last): File "C:\Users\Lokiwizz\AppData\Local\Programs\Python\Python36\lib\configparser.py", line 1138, in _unify_values sectiondict = self._sections[section] KeyError: 'Model Configuration

adding this to the file resolved that problem.

def get_config_name(self): return 'reward_trainer.cfg'

lokiwizz avatar Mar 25 '18 19:03 lokiwizz