Saltie
Saltie copied to clipboard
Reward_Trainer missing code
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'