diff --git a/src/run.py b/src/run.py
index 894b0d3932cf950c2d0262e6c2bae0f57502b9eb..18dde04b08e8354711c2ba528b482d44e0e34894 100755
--- a/src/run.py
+++ b/src/run.py
@@ -53,8 +53,8 @@ def run(_run, _config, _log):
     json_exp_direc = os.path.join(json_output_direc, unique_token + '.json')
     os.makedirs(json_output_direc, exist_ok=True)
     json_logging = {'config': vars(args)} 
-    with open(json_exp_direc, 'w') as f:
-        json.dump(json_logging, f, ensure_ascii=False)
+    # with open(json_exp_direc, 'w') as f:
+    #     json.dump(json_logging, f, ensure_ascii=False)
 
     # configure tensorboard logger
     if str(args.env).startswith('sc2'):