AmrSheta commited on
Commit
8462018
1 Parent(s): d756d87

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -2
config.json CHANGED
@@ -63,7 +63,7 @@
63
  "summaries_use_frameskip": true,
64
  "heartbeat_interval": 20,
65
  "heartbeat_reporting_interval": 600,
66
- "train_for_env_steps": 4000000,
67
  "train_for_seconds": 10000000000,
68
  "save_every_sec": 120,
69
  "keep_checkpoints": 2,
@@ -137,5 +137,15 @@
137
  },
138
  "git_hash": "unknown",
139
  "git_repo_name": "not a git repository",
140
- "train_script": ".opt.conda.lib.python3.10.site-packages.ipykernel_launcher"
 
 
 
 
 
 
 
 
 
 
141
  }
 
63
  "summaries_use_frameskip": true,
64
  "heartbeat_interval": 20,
65
  "heartbeat_reporting_interval": 600,
66
+ "train_for_env_steps": 6000000,
67
  "train_for_seconds": 10000000000,
68
  "save_every_sec": 120,
69
  "keep_checkpoints": 2,
 
137
  },
138
  "git_hash": "unknown",
139
  "git_repo_name": "not a git repository",
140
+ "train_script": ".opt.conda.lib.python3.10.site-packages.ipykernel_launcher",
141
+ "no_render": true,
142
+ "save_video": true,
143
+ "video_frames": 1000000000.0,
144
+ "video_name": null,
145
+ "max_num_frames": 100000,
146
+ "max_num_episodes": 10,
147
+ "push_to_hub": true,
148
+ "hf_repository": "AmrSheta/rl_course_vizdoom_health_gathering_supreme",
149
+ "policy_index": 0,
150
+ "eval_deterministic": false
151
  }