Commit 8c938711 authored by Shashank Suhas's avatar Shashank Suhas

Repaired logging filename

parent e665f053
......@@ -152,7 +152,7 @@ class MySimulatorMaster(SimulatorMaster, Callback):
self.queue = queue.Queue(maxsize=BATCH_SIZE * 8 * 2)
self._gpus = gpus
self.reward = 0
self.fd = open('/kaggle/working', 'w')
self.fd = open('/kaggle/working/data_file', 'w')
def __del__(self):
self.f.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment