patrickvonplaten / TRexGameRL

2 stars 0 forks source link

Create some kind of restart mechanism uses latest saved weights in case of failure (especially when running on other computers via ssh) #31

Closed patrickvonplaten closed 6 years ago

patrickvonplaten commented 6 years ago

just loading last saved weights should be fine

patrickvonplaten commented 6 years ago

I think model should be restored in TRexModel.py. When calling: model = tRexModel(...) in the main, the model should be restored if wished so --> needs refactoring