arkadyark commited on
Commit
9f4571e
1 Parent(s): 4f9c829

Upload . with huggingface_hub

Browse files
.gitattributes CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ replay.mp4 filter=lfs diff=lfs merge=lfs -text
.summary/0/events.out.tfevents.1686707529.arkark ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf996dbea29d3b9158dc0596984d0e73abe9707cce33c6bc5b7799f9ffb45919
3
+ size 374892
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: sample-factory
3
+ tags:
4
+ - deep-reinforcement-learning
5
+ - reinforcement-learning
6
+ - sample-factory
7
+ model-index:
8
+ - name: APPO
9
+ results:
10
+ - task:
11
+ type: reinforcement-learning
12
+ name: reinforcement-learning
13
+ dataset:
14
+ name: doom_health_gathering_supreme
15
+ type: doom_health_gathering_supreme
16
+ metrics:
17
+ - type: mean_reward
18
+ value: 11.33 +/- 4.52
19
+ name: mean_reward
20
+ verified: false
21
+ ---
22
+
23
+ A(n) **APPO** model trained on the **doom_health_gathering_supreme** environment.
24
+
25
+ This model was trained using Sample-Factory 2.0: https://github.com/alex-petrenko/sample-factory.
26
+ Documentation for how to use Sample-Factory can be found at https://www.samplefactory.dev/
27
+
28
+
29
+ ## Downloading the model
30
+
31
+ After installing Sample-Factory, download the model with:
32
+ ```
33
+ python -m sample_factory.huggingface.load_from_hub -r arkadyark/rl_course_vizdoom_health_gathering_supreme
34
+ ```
35
+
36
+
37
+ ## Using the model
38
+
39
+ To run the model after download, use the `enjoy` script corresponding to this environment:
40
+ ```
41
+ python -m <path.to.enjoy.module> --algo=APPO --env=doom_health_gathering_supreme --train_dir=./train_dir --experiment=rl_course_vizdoom_health_gathering_supreme
42
+ ```
43
+
44
+
45
+ You can also upload models to the Hugging Face Hub using the same script with the `--push_to_hub` flag.
46
+ See https://www.samplefactory.dev/10-huggingface/huggingface/ for more details
47
+
48
+ ## Training with this model
49
+
50
+ To continue training with this model, use the `train` script corresponding to this environment:
51
+ ```
52
+ python -m <path.to.train.module> --algo=APPO --env=doom_health_gathering_supreme --train_dir=./train_dir --experiment=rl_course_vizdoom_health_gathering_supreme --restart_behavior=resume --train_for_env_steps=10000000000
53
+ ```
54
+
55
+ Note, you may have to adjust `--train_for_env_steps` to a suitably high number as the experiment will resume at the number of steps it concluded at.
56
+
checkpoint_p0/best_000001861_7622656_reward_27.864.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f88dc3faedbf6db368882bfd86f5c70662c14dac4fd8424dd41a3c8fa447b1c
3
+ size 34924044
checkpoint_p0/checkpoint_000001696_6946816.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75c28105d6149676ed8d9722cefb9e58bf8feb985120c16a460e69010a8e0fe3
3
+ size 34924044
checkpoint_p0/checkpoint_000001955_8007680.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:774103284f9b5cc129d719419571fb284a7d35d2977ec398f08b5f2126195dae
3
+ size 34924044
config.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "help": false,
3
+ "algo": "APPO",
4
+ "env": "doom_health_gathering_supreme",
5
+ "experiment": "default_experiment",
6
+ "train_dir": "/home/ark/projects/deep-rl-course/unit-8-p2/train_dir",
7
+ "restart_behavior": "resume",
8
+ "device": "gpu",
9
+ "seed": null,
10
+ "num_policies": 1,
11
+ "async_rl": true,
12
+ "serial_mode": false,
13
+ "batched_sampling": false,
14
+ "num_batches_to_accumulate": 2,
15
+ "worker_num_splits": 2,
16
+ "policy_workers_per_policy": 1,
17
+ "max_policy_lag": 1000,
18
+ "num_workers": 8,
19
+ "num_envs_per_worker": 4,
20
+ "batch_size": 1024,
21
+ "num_batches_per_epoch": 1,
22
+ "num_epochs": 1,
23
+ "rollout": 32,
24
+ "recurrence": 32,
25
+ "shuffle_minibatches": false,
26
+ "gamma": 0.99,
27
+ "reward_scale": 1.0,
28
+ "reward_clip": 1000.0,
29
+ "value_bootstrap": false,
30
+ "normalize_returns": true,
31
+ "exploration_loss_coeff": 0.001,
32
+ "value_loss_coeff": 0.5,
33
+ "kl_loss_coeff": 0.0,
34
+ "exploration_loss": "symmetric_kl",
35
+ "gae_lambda": 0.95,
36
+ "ppo_clip_ratio": 0.1,
37
+ "ppo_clip_value": 0.2,
38
+ "with_vtrace": false,
39
+ "vtrace_rho": 1.0,
40
+ "vtrace_c": 1.0,
41
+ "optimizer": "adam",
42
+ "adam_eps": 1e-06,
43
+ "adam_beta1": 0.9,
44
+ "adam_beta2": 0.999,
45
+ "max_grad_norm": 4.0,
46
+ "learning_rate": 0.0001,
47
+ "lr_schedule": "constant",
48
+ "lr_schedule_kl_threshold": 0.008,
49
+ "lr_adaptive_min": 1e-06,
50
+ "lr_adaptive_max": 0.01,
51
+ "obs_subtract_mean": 0.0,
52
+ "obs_scale": 255.0,
53
+ "normalize_input": true,
54
+ "normalize_input_keys": null,
55
+ "decorrelate_experience_max_seconds": 0,
56
+ "decorrelate_envs_on_one_worker": true,
57
+ "actor_worker_gpus": [],
58
+ "set_workers_cpu_affinity": true,
59
+ "force_envs_single_thread": false,
60
+ "default_niceness": 0,
61
+ "log_to_file": true,
62
+ "experiment_summaries_interval": 10,
63
+ "flush_summaries_interval": 30,
64
+ "stats_avg": 100,
65
+ "summaries_use_frameskip": true,
66
+ "heartbeat_interval": 20,
67
+ "heartbeat_reporting_interval": 600,
68
+ "train_for_env_steps": 8000000,
69
+ "train_for_seconds": 10000000000,
70
+ "save_every_sec": 120,
71
+ "keep_checkpoints": 2,
72
+ "load_checkpoint_kind": "latest",
73
+ "save_milestones_sec": -1,
74
+ "save_best_every_sec": 5,
75
+ "save_best_metric": "reward",
76
+ "save_best_after": 100000,
77
+ "benchmark": false,
78
+ "encoder_mlp_layers": [
79
+ 512,
80
+ 512
81
+ ],
82
+ "encoder_conv_architecture": "convnet_simple",
83
+ "encoder_conv_mlp_layers": [
84
+ 512
85
+ ],
86
+ "use_rnn": true,
87
+ "rnn_size": 512,
88
+ "rnn_type": "gru",
89
+ "rnn_num_layers": 1,
90
+ "decoder_mlp_layers": [],
91
+ "nonlinearity": "elu",
92
+ "policy_initialization": "orthogonal",
93
+ "policy_init_gain": 1.0,
94
+ "actor_critic_share_weights": true,
95
+ "adaptive_stddev": true,
96
+ "continuous_tanh_scale": 0.0,
97
+ "initial_stddev": 1.0,
98
+ "use_env_info_cache": false,
99
+ "env_gpu_actions": false,
100
+ "env_gpu_observations": true,
101
+ "env_frameskip": 4,
102
+ "env_framestack": 1,
103
+ "pixel_format": "CHW",
104
+ "use_record_episode_statistics": false,
105
+ "with_wandb": false,
106
+ "wandb_user": null,
107
+ "wandb_project": "sample_factory",
108
+ "wandb_group": null,
109
+ "wandb_job_type": "SF",
110
+ "wandb_tags": [],
111
+ "with_pbt": false,
112
+ "pbt_mix_policies_in_one_env": true,
113
+ "pbt_period_env_steps": 5000000,
114
+ "pbt_start_mutation": 20000000,
115
+ "pbt_replace_fraction": 0.3,
116
+ "pbt_mutation_rate": 0.15,
117
+ "pbt_replace_reward_gap": 0.1,
118
+ "pbt_replace_reward_gap_absolute": 1e-06,
119
+ "pbt_optimize_gamma": false,
120
+ "pbt_target_objective": "true_objective",
121
+ "pbt_perturb_min": 1.1,
122
+ "pbt_perturb_max": 1.5,
123
+ "num_agents": -1,
124
+ "num_humans": 0,
125
+ "num_bots": -1,
126
+ "start_bot_difficulty": null,
127
+ "timelimit": null,
128
+ "res_w": 128,
129
+ "res_h": 72,
130
+ "wide_aspect_ratio": false,
131
+ "eval_env_frameskip": 1,
132
+ "fps": 35,
133
+ "command_line": "--env=doom_health_gathering_supreme --num_workers=8 --num_envs_per_worker=4 --train_for_env_steps=8000000",
134
+ "cli_args": {
135
+ "env": "doom_health_gathering_supreme",
136
+ "num_workers": 8,
137
+ "num_envs_per_worker": 4,
138
+ "train_for_env_steps": 8000000
139
+ },
140
+ "git_hash": "20c803507bca6e18d0b086b975dd370898588bc9",
141
+ "git_repo_name": "[email protected]:arkadyark/hf-deep-rl.git"
142
+ }
git.diff ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ diff --git a/unit-4/main.py b/unit-4/main.py
2
+ index 347c250..834b615 100644
3
+ --- a/unit-4/main.py
4
+ +++ b/unit-4/main.py
5
+ @@ -69,7 +69,7 @@ class CartpolePolicy(nn.Module):
6
+
7
+ class PixelcopterPolicy(nn.Module):
8
+ def __init__(self, s_size, a_size, h_size, device):
9
+ - super(Policy, self).__init__()
10
+ + super(PixelcopterPolicy, self).__init__()
11
+ self.fc1 = nn.Linear(s_size, h_size)
12
+ self.fc2 = nn.Linear(h_size, h_size * 2)
13
+ self.fc3 = nn.Linear(h_size * 2, a_size)
14
+ @@ -170,8 +170,29 @@ def reinforce(policy, env, optimizer, n_training_episodes, max_t, gamma, print_e
15
+
16
+ return scores
17
+
18
+ -
19
+ -def push_to_hub(repo_id, model, hyperparameters, eval_env, video_fps=30):
20
+ +def record_video(env, policy, out_directory, fps=30):
21
+ + """
22
+ + Generate a replay video of the agent
23
+ + :param env
24
+ + :param Qtable: Qtable of our agent
25
+ + :param out_directory
26
+ + :param fps: how many frame per seconds (with taxi-v3 and frozenlake-v1 we use 1)
27
+ + """
28
+ + images = []
29
+ + done = False
30
+ + state = env.reset()
31
+ + img = env.render(mode="rgb_array")
32
+ + images.append(img)
33
+ + while not done:
34
+ + # Take the action (index) that have the maximum expected future reward given that state
35
+ + action, _ = policy.act(state)
36
+ + state, reward, done, info = env.step(action) # We directly put next_state = state for recording logic
37
+ + img = env.render(mode="rgb_array")
38
+ + images.append(img)
39
+ + imageio.mimsave(out_directory, [np.array(img) for i, img in enumerate(images)], fps=fps)
40
+ +
41
+ +
42
+ +def push_to_hub(repo_id, model, hparams, eval_env, video_fps=30):
43
+ """
44
+ Evaluate, Generate a video and Upload a model to Hugging Face Hub.
45
+ This method does the complete pipeline:
46
+ @@ -182,7 +203,7 @@ def push_to_hub(repo_id, model, hyperparameters, eval_env, video_fps=30):
47
+
48
+ :param repo_id: repo_id: id of the model repository from the Hugging Face Hub
49
+ :param model: the pytorch model we want to save
50
+ - :param hyperparameters: training hyperparameters
51
+ + :param hparams: training hparams
52
+ :param eval_env: evaluation environment
53
+ :param video_fps: how many frame per seconds to record our video replay
54
+ """
55
+ @@ -202,15 +223,15 @@ def push_to_hub(repo_id, model, hyperparameters, eval_env, video_fps=30):
56
+ # Step 2: Save the model
57
+ torch.save(model, local_directory / "model.pt")
58
+
59
+ - # Step 3: Save the hyperparameters to JSON
60
+ - with open(local_directory / "hyperparameters.json", "w") as outfile:
61
+ - json.dump(hyperparameters, outfile)
62
+ + # Step 3: Save the hparams to JSON
63
+ + with open(local_directory / "hparams.json", "w") as outfile:
64
+ + json.dump(hparams, outfile)
65
+
66
+ # Step 4: Evaluate the model and build JSON
67
+ mean_reward, std_reward = evaluate_agent(
68
+ eval_env,
69
+ - hyperparameters["max_t"],
70
+ - hyperparameters["n_evaluation_episodes"],
71
+ + hparams["max_t"],
72
+ + hparams["n_evaluation_episodes"],
73
+ model,
74
+ )
75
+ # Get datetime
76
+ @@ -218,9 +239,9 @@ def push_to_hub(repo_id, model, hyperparameters, eval_env, video_fps=30):
77
+ eval_form_datetime = eval_datetime.isoformat()
78
+
79
+ evaluate_data = {
80
+ - "env_id": hyperparameters["env_id"],
81
+ + "env_id": hparams["env_id"],
82
+ "mean_reward": mean_reward,
83
+ - "n_evaluation_episodes": hyperparameters["n_evaluation_episodes"],
84
+ + "n_evaluation_episodes": hparams["n_evaluation_episodes"],
85
+ "eval_datetime": eval_form_datetime,
86
+ }
87
+
88
+ @@ -229,7 +250,7 @@ def push_to_hub(repo_id, model, hyperparameters, eval_env, video_fps=30):
89
+ json.dump(evaluate_data, outfile)
90
+
91
+ # Step 5: Create the model card
92
+ - env_name = hyperparameters["env_id"]
93
+ + env_name = hparams["env_id"]
94
+
95
+ metadata = {}
96
+ metadata["tags"] = [
97
+ @@ -256,8 +277,8 @@ def push_to_hub(repo_id, model, hyperparameters, eval_env, video_fps=30):
98
+ metadata = {**metadata, **eval}
99
+
100
+ model_card = f"""
101
+ - # **Reinforce** Agent playing **{env_id}**
102
+ - This is a trained model of a **Reinforce** agent playing **{env_id}** .
103
+ + # **Reinforce** Agent playing **{env_name}**
104
+ + This is a trained model of a **Reinforce** agent playing **{env_name}** .
105
+ To learn to use this model and train yours check Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
106
+ """
107
+
108
+ @@ -277,7 +298,7 @@ def push_to_hub(repo_id, model, hyperparameters, eval_env, video_fps=30):
109
+
110
+ # Step 6: Record a video
111
+ video_path = local_directory / "replay.mp4"
112
+ - record_video(env, model, video_path, video_fps)
113
+ + record_video(eval_env, model, video_path, video_fps)
114
+
115
+ # Step 7. Push everything to the Hub
116
+ api.upload_folder(
replay.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:864c3254d5d9d8485cfc00199cecce00f0800e52e59c386da18cbd4614e83e1b
3
+ size 21834334
sf_log.txt ADDED
@@ -0,0 +1,890 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2023-06-13 21:52:11,005][939011] Saving configuration to /home/ark/projects/deep-rl-course/unit-8-p2/train_dir/default_experiment/config.json...
2
+ [2023-06-13 21:52:11,026][939011] Rollout worker 0 uses device cpu
3
+ [2023-06-13 21:52:11,027][939011] Rollout worker 1 uses device cpu
4
+ [2023-06-13 21:52:11,027][939011] Rollout worker 2 uses device cpu
5
+ [2023-06-13 21:52:11,027][939011] Rollout worker 3 uses device cpu
6
+ [2023-06-13 21:52:11,027][939011] Rollout worker 4 uses device cpu
7
+ [2023-06-13 21:52:11,027][939011] Rollout worker 5 uses device cpu
8
+ [2023-06-13 21:52:11,027][939011] Rollout worker 6 uses device cpu
9
+ [2023-06-13 21:52:11,027][939011] Rollout worker 7 uses device cpu
10
+ [2023-06-13 21:52:11,062][939011] Using GPUs [0] for process 0 (actually maps to GPUs [0])
11
+ [2023-06-13 21:52:11,062][939011] InferenceWorker_p0-w0: min num requests: 2
12
+ [2023-06-13 21:52:11,080][939011] Starting all processes...
13
+ [2023-06-13 21:52:11,080][939011] Starting process learner_proc0
14
+ [2023-06-13 21:52:11,739][939011] Starting all processes...
15
+ [2023-06-13 21:52:11,742][939084] Using GPUs [0] for process 0 (actually maps to GPUs [0])
16
+ [2023-06-13 21:52:11,742][939084] Set environment var CUDA_VISIBLE_DEVICES to '0' (GPU indices [0]) for learning process 0
17
+ [2023-06-13 21:52:11,752][939011] Starting process inference_proc0-0
18
+ [2023-06-13 21:52:11,754][939084] Num visible devices: 1
19
+ [2023-06-13 21:52:11,752][939011] Starting process rollout_proc0
20
+ [2023-06-13 21:52:11,752][939011] Starting process rollout_proc1
21
+ [2023-06-13 21:52:11,752][939011] Starting process rollout_proc2
22
+ [2023-06-13 21:52:11,753][939011] Starting process rollout_proc3
23
+ [2023-06-13 21:52:11,753][939011] Starting process rollout_proc4
24
+ [2023-06-13 21:52:11,769][939084] Starting seed is not provided
25
+ [2023-06-13 21:52:11,770][939084] Using GPUs [0] for process 0 (actually maps to GPUs [0])
26
+ [2023-06-13 21:52:11,770][939084] Initializing actor-critic model on device cuda:0
27
+ [2023-06-13 21:52:11,770][939084] RunningMeanStd input shape: (3, 72, 128)
28
+ [2023-06-13 21:52:11,770][939084] RunningMeanStd input shape: (1,)
29
+ [2023-06-13 21:52:11,755][939011] Starting process rollout_proc5
30
+ [2023-06-13 21:52:11,779][939084] ConvEncoder: input_channels=3
31
+ [2023-06-13 21:52:11,756][939011] Starting process rollout_proc6
32
+ [2023-06-13 21:52:11,762][939011] Starting process rollout_proc7
33
+ [2023-06-13 21:52:11,880][939084] Conv encoder output size: 512
34
+ [2023-06-13 21:52:11,880][939084] Policy head output size: 512
35
+ [2023-06-13 21:52:11,889][939084] Created Actor Critic model with architecture:
36
+ [2023-06-13 21:52:11,889][939084] ActorCriticSharedWeights(
37
+ (obs_normalizer): ObservationNormalizer(
38
+ (running_mean_std): RunningMeanStdDictInPlace(
39
+ (running_mean_std): ModuleDict(
40
+ (obs): RunningMeanStdInPlace()
41
+ )
42
+ )
43
+ )
44
+ (returns_normalizer): RecursiveScriptModule(original_name=RunningMeanStdInPlace)
45
+ (encoder): VizdoomEncoder(
46
+ (basic_encoder): ConvEncoder(
47
+ (enc): RecursiveScriptModule(
48
+ original_name=ConvEncoderImpl
49
+ (conv_head): RecursiveScriptModule(
50
+ original_name=Sequential
51
+ (0): RecursiveScriptModule(original_name=Conv2d)
52
+ (1): RecursiveScriptModule(original_name=ELU)
53
+ (2): RecursiveScriptModule(original_name=Conv2d)
54
+ (3): RecursiveScriptModule(original_name=ELU)
55
+ (4): RecursiveScriptModule(original_name=Conv2d)
56
+ (5): RecursiveScriptModule(original_name=ELU)
57
+ )
58
+ (mlp_layers): RecursiveScriptModule(
59
+ original_name=Sequential
60
+ (0): RecursiveScriptModule(original_name=Linear)
61
+ (1): RecursiveScriptModule(original_name=ELU)
62
+ )
63
+ )
64
+ )
65
+ )
66
+ (core): ModelCoreRNN(
67
+ (core): GRU(512, 512)
68
+ )
69
+ (decoder): MlpDecoder(
70
+ (mlp): Identity()
71
+ )
72
+ (critic_linear): Linear(in_features=512, out_features=1, bias=True)
73
+ (action_parameterization): ActionParameterizationDefault(
74
+ (distribution_linear): Linear(in_features=512, out_features=5, bias=True)
75
+ )
76
+ )
77
+ [2023-06-13 21:52:12,821][939130] Using GPUs [0] for process 0 (actually maps to GPUs [0])
78
+ [2023-06-13 21:52:12,821][939130] Set environment var CUDA_VISIBLE_DEVICES to '0' (GPU indices [0]) for inference process 0
79
+ [2023-06-13 21:52:12,826][939130] Num visible devices: 1
80
+ [2023-06-13 21:52:12,838][939133] Worker 0 uses CPU cores [0, 1]
81
+ [2023-06-13 21:52:12,851][939134] Worker 2 uses CPU cores [4, 5]
82
+ [2023-06-13 21:52:12,871][939131] Worker 1 uses CPU cores [2, 3]
83
+ [2023-06-13 21:52:12,943][939135] Worker 4 uses CPU cores [8, 9]
84
+ [2023-06-13 21:52:12,943][939136] Worker 3 uses CPU cores [6, 7]
85
+ [2023-06-13 21:52:12,968][939137] Worker 5 uses CPU cores [10, 11]
86
+ [2023-06-13 21:52:13,084][939139] Worker 7 uses CPU cores [14, 15]
87
+ [2023-06-13 21:52:13,132][939138] Worker 6 uses CPU cores [12, 13]
88
+ [2023-06-13 21:52:15,189][939084] Using optimizer <class 'torch.optim.adam.Adam'>
89
+ [2023-06-13 21:52:15,190][939084] No checkpoints found
90
+ [2023-06-13 21:52:15,190][939084] Did not load from checkpoint, starting from scratch!
91
+ [2023-06-13 21:52:15,190][939084] Initialized policy 0 weights for model version 0
92
+ [2023-06-13 21:52:15,194][939084] LearnerWorker_p0 finished initialization!
93
+ [2023-06-13 21:52:15,194][939084] Using GPUs [0] for process 0 (actually maps to GPUs [0])
94
+ [2023-06-13 21:52:15,279][939130] RunningMeanStd input shape: (3, 72, 128)
95
+ [2023-06-13 21:52:15,279][939130] RunningMeanStd input shape: (1,)
96
+ [2023-06-13 21:52:15,286][939130] ConvEncoder: input_channels=3
97
+ [2023-06-13 21:52:15,358][939130] Conv encoder output size: 512
98
+ [2023-06-13 21:52:15,359][939130] Policy head output size: 512
99
+ [2023-06-13 21:52:18,124][939011] Inference worker 0-0 is ready!
100
+ [2023-06-13 21:52:18,124][939011] All inference workers are ready! Signal rollout workers to start!
101
+ [2023-06-13 21:52:18,164][939136] Doom resolution: 160x120, resize resolution: (128, 72)
102
+ [2023-06-13 21:52:18,164][939134] Doom resolution: 160x120, resize resolution: (128, 72)
103
+ [2023-06-13 21:52:18,164][939138] Doom resolution: 160x120, resize resolution: (128, 72)
104
+ [2023-06-13 21:52:18,167][939135] Doom resolution: 160x120, resize resolution: (128, 72)
105
+ [2023-06-13 21:52:18,168][939139] Doom resolution: 160x120, resize resolution: (128, 72)
106
+ [2023-06-13 21:52:18,169][939133] Doom resolution: 160x120, resize resolution: (128, 72)
107
+ [2023-06-13 21:52:18,171][939131] Doom resolution: 160x120, resize resolution: (128, 72)
108
+ [2023-06-13 21:52:18,171][939137] Doom resolution: 160x120, resize resolution: (128, 72)
109
+ [2023-06-13 21:52:18,256][939134] VizDoom game.init() threw an exception ViZDoomUnexpectedExitException('Controlled ViZDoom instance exited unexpectedly.'). Terminate process...
110
+ [2023-06-13 21:52:18,256][939133] VizDoom game.init() threw an exception ViZDoomUnexpectedExitException('Controlled ViZDoom instance exited unexpectedly.'). Terminate process...
111
+ [2023-06-13 21:52:18,256][939136] VizDoom game.init() threw an exception ViZDoomUnexpectedExitException('Controlled ViZDoom instance exited unexpectedly.'). Terminate process...
112
+ [2023-06-13 21:52:18,256][939134] EvtLoop [rollout_proc2_evt_loop, process=rollout_proc2] unhandled exception in slot='init' connected to emitter=Emitter(object_id='Sampler', signal_name='_inference_workers_initialized'), args=()
113
+ Traceback (most recent call last):
114
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 228, in _game_init
115
+ self.game.init()
116
+ vizdoom.vizdoom.ViZDoomUnexpectedExitException: Controlled ViZDoom instance exited unexpectedly.
117
+
118
+ During handling of the above exception, another exception occurred:
119
+
120
+ Traceback (most recent call last):
121
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/signal_slot/signal_slot.py", line 355, in _process_signal
122
+ slot_callable(*args)
123
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/sampling/rollout_worker.py", line 150, in init
124
+ env_runner.init(self.timing)
125
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/sampling/non_batched_sampling.py", line 418, in init
126
+ self._reset()
127
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/sampling/non_batched_sampling.py", line 430, in _reset
128
+ observations, info = e.reset(seed=seed) # new way of doing seeding since Gym 0.26.0
129
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/gym/core.py", line 323, in reset
130
+ return self.env.reset(**kwargs)
131
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/utils/make_env.py", line 125, in reset
132
+ obs, info = self.env.reset(**kwargs)
133
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/utils/make_env.py", line 110, in reset
134
+ obs, info = self.env.reset(**kwargs)
135
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/wrappers/scenario_wrappers/gathering_reward_shaping.py", line 30, in reset
136
+ return self.env.reset(**kwargs)
137
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/gym/core.py", line 379, in reset
138
+ obs, info = self.env.reset(**kwargs)
139
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/envs/env_wrappers.py", line 84, in reset
140
+ obs, info = self.env.reset(**kwargs)
141
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/gym/core.py", line 323, in reset
142
+ return self.env.reset(**kwargs)
143
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/wrappers/multiplayer_stats.py", line 51, in reset
144
+ return self.env.reset(**kwargs)
145
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 323, in reset
146
+ self._ensure_initialized()
147
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 274, in _ensure_initialized
148
+ self.initialize()
149
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 269, in initialize
150
+ self._game_init()
151
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 244, in _game_init
152
+ raise EnvCriticalError()
153
+ sample_factory.envs.env_utils.EnvCriticalError
154
+ [2023-06-13 21:52:18,256][939133] EvtLoop [rollout_proc0_evt_loop, process=rollout_proc0] unhandled exception in slot='init' connected to emitter=Emitter(object_id='Sampler', signal_name='_inference_workers_initialized'), args=()
155
+ Traceback (most recent call last):
156
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 228, in _game_init
157
+ self.game.init()
158
+ vizdoom.vizdoom.ViZDoomUnexpectedExitException: Controlled ViZDoom instance exited unexpectedly.
159
+
160
+ During handling of the above exception, another exception occurred:
161
+
162
+ Traceback (most recent call last):
163
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/signal_slot/signal_slot.py", line 355, in _process_signal
164
+ slot_callable(*args)
165
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/sampling/rollout_worker.py", line 150, in init
166
+ env_runner.init(self.timing)
167
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/sampling/non_batched_sampling.py", line 418, in init
168
+ self._reset()
169
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/sampling/non_batched_sampling.py", line 430, in _reset
170
+ observations, info = e.reset(seed=seed) # new way of doing seeding since Gym 0.26.0
171
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/gym/core.py", line 323, in reset
172
+ return self.env.reset(**kwargs)
173
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/utils/make_env.py", line 125, in reset
174
+ obs, info = self.env.reset(**kwargs)
175
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/utils/make_env.py", line 110, in reset
176
+ obs, info = self.env.reset(**kwargs)
177
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/wrappers/scenario_wrappers/gathering_reward_shaping.py", line 30, in reset
178
+ return self.env.reset(**kwargs)
179
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/gym/core.py", line 379, in reset
180
+ obs, info = self.env.reset(**kwargs)
181
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/envs/env_wrappers.py", line 84, in reset
182
+ obs, info = self.env.reset(**kwargs)
183
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/gym/core.py", line 323, in reset
184
+ return self.env.reset(**kwargs)
185
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/wrappers/multiplayer_stats.py", line 51, in reset
186
+ return self.env.reset(**kwargs)
187
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 323, in reset
188
+ self._ensure_initialized()
189
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 274, in _ensure_initialized
190
+ self.initialize()
191
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 269, in initialize
192
+ self._game_init()
193
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 244, in _game_init
194
+ raise EnvCriticalError()
195
+ sample_factory.envs.env_utils.EnvCriticalError
196
+ [2023-06-13 21:52:18,257][939134] Unhandled exception in evt loop rollout_proc2_evt_loop
197
+ [2023-06-13 21:52:18,257][939133] Unhandled exception in evt loop rollout_proc0_evt_loop
198
+ [2023-06-13 21:52:18,256][939136] EvtLoop [rollout_proc3_evt_loop, process=rollout_proc3] unhandled exception in slot='init' connected to emitter=Emitter(object_id='Sampler', signal_name='_inference_workers_initialized'), args=()
199
+ Traceback (most recent call last):
200
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 228, in _game_init
201
+ self.game.init()
202
+ vizdoom.vizdoom.ViZDoomUnexpectedExitException: Controlled ViZDoom instance exited unexpectedly.
203
+
204
+ During handling of the above exception, another exception occurred:
205
+
206
+ Traceback (most recent call last):
207
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/signal_slot/signal_slot.py", line 355, in _process_signal
208
+ slot_callable(*args)
209
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/sampling/rollout_worker.py", line 150, in init
210
+ env_runner.init(self.timing)
211
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/sampling/non_batched_sampling.py", line 418, in init
212
+ self._reset()
213
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/sampling/non_batched_sampling.py", line 430, in _reset
214
+ observations, info = e.reset(seed=seed) # new way of doing seeding since Gym 0.26.0
215
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/gym/core.py", line 323, in reset
216
+ return self.env.reset(**kwargs)
217
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/utils/make_env.py", line 125, in reset
218
+ obs, info = self.env.reset(**kwargs)
219
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/algo/utils/make_env.py", line 110, in reset
220
+ obs, info = self.env.reset(**kwargs)
221
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/wrappers/scenario_wrappers/gathering_reward_shaping.py", line 30, in reset
222
+ return self.env.reset(**kwargs)
223
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/gym/core.py", line 379, in reset
224
+ obs, info = self.env.reset(**kwargs)
225
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sample_factory/envs/env_wrappers.py", line 84, in reset
226
+ obs, info = self.env.reset(**kwargs)
227
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/gym/core.py", line 323, in reset
228
+ return self.env.reset(**kwargs)
229
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/wrappers/multiplayer_stats.py", line 51, in reset
230
+ return self.env.reset(**kwargs)
231
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 323, in reset
232
+ self._ensure_initialized()
233
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 274, in _ensure_initialized
234
+ self.initialize()
235
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 269, in initialize
236
+ self._game_init()
237
+ File "/home/ark/.miniconda3/envs/deep-rl/lib/python3.9/site-packages/sf_examples/vizdoom/doom/doom_gym.py", line 244, in _game_init
238
+ raise EnvCriticalError()
239
+ sample_factory.envs.env_utils.EnvCriticalError
240
+ [2023-06-13 21:52:18,257][939136] Unhandled exception in evt loop rollout_proc3_evt_loop
241
+ [2023-06-13 21:52:18,399][939137] Decorrelating experience for 0 frames...
242
+ [2023-06-13 21:52:18,399][939139] Decorrelating experience for 0 frames...
243
+ [2023-06-13 21:52:18,400][939138] Decorrelating experience for 0 frames...
244
+ [2023-06-13 21:52:18,457][939135] Decorrelating experience for 0 frames...
245
+ [2023-06-13 21:52:18,557][939139] Decorrelating experience for 32 frames...
246
+ [2023-06-13 21:52:18,558][939138] Decorrelating experience for 32 frames...
247
+ [2023-06-13 21:52:18,583][939137] Decorrelating experience for 32 frames...
248
+ [2023-06-13 21:52:18,585][939131] Decorrelating experience for 0 frames...
249
+ [2023-06-13 21:52:18,618][939135] Decorrelating experience for 32 frames...
250
+ [2023-06-13 21:52:18,748][939138] Decorrelating experience for 64 frames...
251
+ [2023-06-13 21:52:18,749][939139] Decorrelating experience for 64 frames...
252
+ [2023-06-13 21:52:18,796][939135] Decorrelating experience for 64 frames...
253
+ [2023-06-13 21:52:18,827][939137] Decorrelating experience for 64 frames...
254
+ [2023-06-13 21:52:18,850][939131] Decorrelating experience for 32 frames...
255
+ [2023-06-13 21:52:18,920][939138] Decorrelating experience for 96 frames...
256
+ [2023-06-13 21:52:18,928][939139] Decorrelating experience for 96 frames...
257
+ [2023-06-13 21:52:19,006][939137] Decorrelating experience for 96 frames...
258
+ [2023-06-13 21:52:19,018][939135] Decorrelating experience for 96 frames...
259
+ [2023-06-13 21:52:19,109][939131] Decorrelating experience for 64 frames...
260
+ [2023-06-13 21:52:19,324][939131] Decorrelating experience for 96 frames...
261
+ [2023-06-13 21:52:19,582][939084] Signal inference workers to stop experience collection...
262
+ [2023-06-13 21:52:19,584][939130] InferenceWorker_p0-w0: stopping experience collection
263
+ [2023-06-13 21:52:19,617][939011] Fps is (10 sec: nan, 60 sec: nan, 300 sec: nan). Total num frames: 0. Throughput: 0: nan. Samples: 0. Policy #0 lag: (min: -1.0, avg: -1.0, max: -1.0)
264
+ [2023-06-13 21:52:19,617][939011] Avg episode reward: [(0, '3.026')]
265
+ [2023-06-13 21:52:19,769][939084] Signal inference workers to resume experience collection...
266
+ [2023-06-13 21:52:19,770][939130] InferenceWorker_p0-w0: resuming experience collection
267
+ [2023-06-13 21:52:21,744][939130] Updated weights for policy 0, policy_version 10 (0.0188)
268
+ [2023-06-13 21:52:23,748][939130] Updated weights for policy 0, policy_version 20 (0.0006)
269
+ [2023-06-13 21:52:24,616][939011] Fps is (10 sec: 19660.9, 60 sec: 19660.9, 300 sec: 19660.9). Total num frames: 98304. Throughput: 0: 4553.2. Samples: 22766. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
270
+ [2023-06-13 21:52:24,617][939011] Avg episode reward: [(0, '4.413')]
271
+ [2023-06-13 21:52:25,701][939130] Updated weights for policy 0, policy_version 30 (0.0006)
272
+ [2023-06-13 21:52:27,706][939130] Updated weights for policy 0, policy_version 40 (0.0006)
273
+ [2023-06-13 21:52:29,616][939011] Fps is (10 sec: 20070.4, 60 sec: 20070.4, 300 sec: 20070.4). Total num frames: 200704. Throughput: 0: 3837.2. Samples: 38372. Policy #0 lag: (min: 0.0, avg: 0.5, max: 1.0)
274
+ [2023-06-13 21:52:29,617][939011] Avg episode reward: [(0, '4.413')]
275
+ [2023-06-13 21:52:29,628][939084] Saving new best policy, reward=4.413!
276
+ [2023-06-13 21:52:29,712][939130] Updated weights for policy 0, policy_version 50 (0.0007)
277
+ [2023-06-13 21:52:31,057][939011] Heartbeat connected on Batcher_0
278
+ [2023-06-13 21:52:31,059][939011] Heartbeat connected on LearnerWorker_p0
279
+ [2023-06-13 21:52:31,065][939011] Heartbeat connected on InferenceWorker_p0-w0
280
+ [2023-06-13 21:52:31,067][939011] Heartbeat connected on RolloutWorker_w1
281
+ [2023-06-13 21:52:31,075][939011] Heartbeat connected on RolloutWorker_w4
282
+ [2023-06-13 21:52:31,076][939011] Heartbeat connected on RolloutWorker_w5
283
+ [2023-06-13 21:52:31,077][939011] Heartbeat connected on RolloutWorker_w6
284
+ [2023-06-13 21:52:31,079][939011] Heartbeat connected on RolloutWorker_w7
285
+ [2023-06-13 21:52:31,720][939130] Updated weights for policy 0, policy_version 60 (0.0007)
286
+ [2023-06-13 21:52:33,758][939130] Updated weights for policy 0, policy_version 70 (0.0006)
287
+ [2023-06-13 21:52:34,617][939011] Fps is (10 sec: 20479.5, 60 sec: 20206.6, 300 sec: 20206.6). Total num frames: 303104. Throughput: 0: 4591.4. Samples: 68872. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
288
+ [2023-06-13 21:52:34,617][939011] Avg episode reward: [(0, '4.716')]
289
+ [2023-06-13 21:52:34,625][939084] Saving new best policy, reward=4.716!
290
+ [2023-06-13 21:52:35,813][939130] Updated weights for policy 0, policy_version 80 (0.0006)
291
+ [2023-06-13 21:52:37,804][939130] Updated weights for policy 0, policy_version 90 (0.0007)
292
+ [2023-06-13 21:52:39,616][939011] Fps is (10 sec: 20070.6, 60 sec: 20070.5, 300 sec: 20070.5). Total num frames: 401408. Throughput: 0: 4959.9. Samples: 99198. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
293
+ [2023-06-13 21:52:39,617][939011] Avg episode reward: [(0, '4.360')]
294
+ [2023-06-13 21:52:39,838][939130] Updated weights for policy 0, policy_version 100 (0.0006)
295
+ [2023-06-13 21:52:41,812][939130] Updated weights for policy 0, policy_version 110 (0.0006)
296
+ [2023-06-13 21:52:43,799][939130] Updated weights for policy 0, policy_version 120 (0.0006)
297
+ [2023-06-13 21:52:44,617][939011] Fps is (10 sec: 20070.7, 60 sec: 20152.3, 300 sec: 20152.3). Total num frames: 503808. Throughput: 0: 4585.3. Samples: 114632. Policy #0 lag: (min: 0.0, avg: 0.2, max: 1.0)
298
+ [2023-06-13 21:52:44,617][939011] Avg episode reward: [(0, '4.265')]
299
+ [2023-06-13 21:52:45,851][939130] Updated weights for policy 0, policy_version 130 (0.0007)
300
+ [2023-06-13 21:52:47,807][939130] Updated weights for policy 0, policy_version 140 (0.0007)
301
+ [2023-06-13 21:52:49,617][939011] Fps is (10 sec: 20479.5, 60 sec: 20206.9, 300 sec: 20206.9). Total num frames: 606208. Throughput: 0: 4843.2. Samples: 145296. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
302
+ [2023-06-13 21:52:49,617][939011] Avg episode reward: [(0, '4.741')]
303
+ [2023-06-13 21:52:49,636][939084] Saving new best policy, reward=4.741!
304
+ [2023-06-13 21:52:49,871][939130] Updated weights for policy 0, policy_version 150 (0.0007)
305
+ [2023-06-13 21:52:51,840][939130] Updated weights for policy 0, policy_version 160 (0.0007)
306
+ [2023-06-13 21:52:53,835][939130] Updated weights for policy 0, policy_version 170 (0.0007)
307
+ [2023-06-13 21:52:54,617][939011] Fps is (10 sec: 20480.0, 60 sec: 20245.9, 300 sec: 20245.9). Total num frames: 708608. Throughput: 0: 5027.1. Samples: 175950. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
308
+ [2023-06-13 21:52:54,617][939011] Avg episode reward: [(0, '4.804')]
309
+ [2023-06-13 21:52:54,639][939084] Saving new best policy, reward=4.804!
310
+ [2023-06-13 21:52:55,868][939130] Updated weights for policy 0, policy_version 180 (0.0007)
311
+ [2023-06-13 21:52:57,849][939130] Updated weights for policy 0, policy_version 190 (0.0007)
312
+ [2023-06-13 21:52:59,616][939011] Fps is (10 sec: 20480.3, 60 sec: 20275.2, 300 sec: 20275.2). Total num frames: 811008. Throughput: 0: 4782.4. Samples: 191294. Policy #0 lag: (min: 0.0, avg: 0.2, max: 1.0)
313
+ [2023-06-13 21:52:59,617][939011] Avg episode reward: [(0, '4.770')]
314
+ [2023-06-13 21:52:59,844][939130] Updated weights for policy 0, policy_version 200 (0.0007)
315
+ [2023-06-13 21:53:01,856][939130] Updated weights for policy 0, policy_version 210 (0.0006)
316
+ [2023-06-13 21:53:03,931][939130] Updated weights for policy 0, policy_version 220 (0.0007)
317
+ [2023-06-13 21:53:04,616][939011] Fps is (10 sec: 20480.3, 60 sec: 20298.0, 300 sec: 20298.0). Total num frames: 913408. Throughput: 0: 4926.6. Samples: 221696. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
318
+ [2023-06-13 21:53:04,617][939011] Avg episode reward: [(0, '5.059')]
319
+ [2023-06-13 21:53:04,617][939084] Saving new best policy, reward=5.059!
320
+ [2023-06-13 21:53:05,980][939130] Updated weights for policy 0, policy_version 230 (0.0007)
321
+ [2023-06-13 21:53:07,997][939130] Updated weights for policy 0, policy_version 240 (0.0007)
322
+ [2023-06-13 21:53:09,616][939011] Fps is (10 sec: 20070.3, 60 sec: 20234.2, 300 sec: 20234.2). Total num frames: 1011712. Throughput: 0: 5087.6. Samples: 251708. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
323
+ [2023-06-13 21:53:09,617][939011] Avg episode reward: [(0, '5.930')]
324
+ [2023-06-13 21:53:09,619][939084] Saving new best policy, reward=5.930!
325
+ [2023-06-13 21:53:10,032][939130] Updated weights for policy 0, policy_version 250 (0.0006)
326
+ [2023-06-13 21:53:12,084][939130] Updated weights for policy 0, policy_version 260 (0.0006)
327
+ [2023-06-13 21:53:14,136][939130] Updated weights for policy 0, policy_version 270 (0.0007)
328
+ [2023-06-13 21:53:14,617][939011] Fps is (10 sec: 20070.2, 60 sec: 20256.6, 300 sec: 20256.6). Total num frames: 1114112. Throughput: 0: 5075.0. Samples: 266746. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
329
+ [2023-06-13 21:53:14,617][939011] Avg episode reward: [(0, '7.275')]
330
+ [2023-06-13 21:53:14,617][939084] Saving new best policy, reward=7.275!
331
+ [2023-06-13 21:53:16,186][939130] Updated weights for policy 0, policy_version 280 (0.0007)
332
+ [2023-06-13 21:53:18,233][939130] Updated weights for policy 0, policy_version 290 (0.0006)
333
+ [2023-06-13 21:53:19,617][939011] Fps is (10 sec: 20070.2, 60 sec: 20206.9, 300 sec: 20206.9). Total num frames: 1212416. Throughput: 0: 5067.4. Samples: 296906. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
334
+ [2023-06-13 21:53:19,617][939011] Avg episode reward: [(0, '8.478')]
335
+ [2023-06-13 21:53:19,628][939084] Saving new best policy, reward=8.478!
336
+ [2023-06-13 21:53:20,288][939130] Updated weights for policy 0, policy_version 300 (0.0006)
337
+ [2023-06-13 21:53:22,308][939130] Updated weights for policy 0, policy_version 310 (0.0007)
338
+ [2023-06-13 21:53:24,363][939130] Updated weights for policy 0, policy_version 320 (0.0007)
339
+ [2023-06-13 21:53:24,617][939011] Fps is (10 sec: 20070.3, 60 sec: 20275.2, 300 sec: 20227.9). Total num frames: 1314816. Throughput: 0: 5060.7. Samples: 326930. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
340
+ [2023-06-13 21:53:24,617][939011] Avg episode reward: [(0, '8.446')]
341
+ [2023-06-13 21:53:26,556][939130] Updated weights for policy 0, policy_version 330 (0.0007)
342
+ [2023-06-13 21:53:28,505][939130] Updated weights for policy 0, policy_version 340 (0.0007)
343
+ [2023-06-13 21:53:29,616][939011] Fps is (10 sec: 20070.7, 60 sec: 20206.9, 300 sec: 20187.4). Total num frames: 1413120. Throughput: 0: 5037.3. Samples: 341308. Policy #0 lag: (min: 0.0, avg: 0.2, max: 1.0)
344
+ [2023-06-13 21:53:29,617][939011] Avg episode reward: [(0, '9.765')]
345
+ [2023-06-13 21:53:29,619][939084] Saving new best policy, reward=9.765!
346
+ [2023-06-13 21:53:30,540][939130] Updated weights for policy 0, policy_version 350 (0.0007)
347
+ [2023-06-13 21:53:32,579][939130] Updated weights for policy 0, policy_version 360 (0.0006)
348
+ [2023-06-13 21:53:34,617][939011] Fps is (10 sec: 19660.8, 60 sec: 20138.7, 300 sec: 20152.3). Total num frames: 1511424. Throughput: 0: 5035.9. Samples: 371912. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
349
+ [2023-06-13 21:53:34,617][939011] Avg episode reward: [(0, '9.763')]
350
+ [2023-06-13 21:53:34,697][939130] Updated weights for policy 0, policy_version 370 (0.0007)
351
+ [2023-06-13 21:53:37,006][939130] Updated weights for policy 0, policy_version 380 (0.0007)
352
+ [2023-06-13 21:53:39,148][939130] Updated weights for policy 0, policy_version 390 (0.0007)
353
+ [2023-06-13 21:53:39,616][939011] Fps is (10 sec: 19251.2, 60 sec: 20070.4, 300 sec: 20070.4). Total num frames: 1605632. Throughput: 0: 4974.9. Samples: 399822. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
354
+ [2023-06-13 21:53:39,617][939011] Avg episode reward: [(0, '11.339')]
355
+ [2023-06-13 21:53:39,619][939084] Saving new best policy, reward=11.339!
356
+ [2023-06-13 21:53:41,214][939130] Updated weights for policy 0, policy_version 400 (0.0007)
357
+ [2023-06-13 21:53:43,262][939130] Updated weights for policy 0, policy_version 410 (0.0007)
358
+ [2023-06-13 21:53:44,616][939011] Fps is (10 sec: 19251.3, 60 sec: 20002.2, 300 sec: 20046.3). Total num frames: 1703936. Throughput: 0: 4959.2. Samples: 414456. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
359
+ [2023-06-13 21:53:44,617][939011] Avg episode reward: [(0, '12.911')]
360
+ [2023-06-13 21:53:44,617][939084] Saving new best policy, reward=12.911!
361
+ [2023-06-13 21:53:45,309][939130] Updated weights for policy 0, policy_version 420 (0.0007)
362
+ [2023-06-13 21:53:47,377][939130] Updated weights for policy 0, policy_version 430 (0.0007)
363
+ [2023-06-13 21:53:49,389][939130] Updated weights for policy 0, policy_version 440 (0.0007)
364
+ [2023-06-13 21:53:49,616][939011] Fps is (10 sec: 20070.4, 60 sec: 20002.2, 300 sec: 20070.4). Total num frames: 1806336. Throughput: 0: 4950.7. Samples: 444480. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
365
+ [2023-06-13 21:53:49,617][939011] Avg episode reward: [(0, '15.000')]
366
+ [2023-06-13 21:53:49,619][939084] Saving new best policy, reward=15.000!
367
+ [2023-06-13 21:53:51,589][939130] Updated weights for policy 0, policy_version 450 (0.0007)
368
+ [2023-06-13 21:53:53,619][939130] Updated weights for policy 0, policy_version 460 (0.0007)
369
+ [2023-06-13 21:53:54,616][939011] Fps is (10 sec: 19660.8, 60 sec: 19865.6, 300 sec: 20005.7). Total num frames: 1900544. Throughput: 0: 4936.7. Samples: 473858. Policy #0 lag: (min: 0.0, avg: 0.2, max: 1.0)
370
+ [2023-06-13 21:53:54,617][939011] Avg episode reward: [(0, '15.611')]
371
+ [2023-06-13 21:53:54,617][939084] Saving new best policy, reward=15.611!
372
+ [2023-06-13 21:53:55,650][939130] Updated weights for policy 0, policy_version 470 (0.0007)
373
+ [2023-06-13 21:53:57,704][939130] Updated weights for policy 0, policy_version 480 (0.0007)
374
+ [2023-06-13 21:53:59,616][939011] Fps is (10 sec: 19660.7, 60 sec: 19865.6, 300 sec: 20029.4). Total num frames: 2002944. Throughput: 0: 4945.7. Samples: 489302. Policy #0 lag: (min: 0.0, avg: 0.2, max: 1.0)
375
+ [2023-06-13 21:53:59,617][939011] Avg episode reward: [(0, '15.169')]
376
+ [2023-06-13 21:53:59,726][939130] Updated weights for policy 0, policy_version 490 (0.0006)
377
+ [2023-06-13 21:54:01,734][939130] Updated weights for policy 0, policy_version 500 (0.0007)
378
+ [2023-06-13 21:54:03,709][939130] Updated weights for policy 0, policy_version 510 (0.0007)
379
+ [2023-06-13 21:54:04,616][939011] Fps is (10 sec: 20480.0, 60 sec: 19865.6, 300 sec: 20050.9). Total num frames: 2105344. Throughput: 0: 4947.7. Samples: 519550. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
380
+ [2023-06-13 21:54:04,617][939011] Avg episode reward: [(0, '13.910')]
381
+ [2023-06-13 21:54:05,717][939130] Updated weights for policy 0, policy_version 520 (0.0006)
382
+ [2023-06-13 21:54:07,710][939130] Updated weights for policy 0, policy_version 530 (0.0006)
383
+ [2023-06-13 21:54:09,617][939011] Fps is (10 sec: 20479.9, 60 sec: 19933.8, 300 sec: 20070.4). Total num frames: 2207744. Throughput: 0: 4966.1. Samples: 550404. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
384
+ [2023-06-13 21:54:09,617][939011] Avg episode reward: [(0, '15.506')]
385
+ [2023-06-13 21:54:09,620][939084] Saving /home/ark/projects/deep-rl-course/unit-8-p2/train_dir/default_experiment/checkpoint_p0/checkpoint_000000539_2207744.pth...
386
+ [2023-06-13 21:54:09,698][939130] Updated weights for policy 0, policy_version 540 (0.0006)
387
+ [2023-06-13 21:54:11,694][939130] Updated weights for policy 0, policy_version 550 (0.0007)
388
+ [2023-06-13 21:54:13,667][939130] Updated weights for policy 0, policy_version 560 (0.0006)
389
+ [2023-06-13 21:54:14,616][939011] Fps is (10 sec: 20480.0, 60 sec: 19933.9, 300 sec: 20088.2). Total num frames: 2310144. Throughput: 0: 4989.8. Samples: 565850. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
390
+ [2023-06-13 21:54:14,617][939011] Avg episode reward: [(0, '18.241')]
391
+ [2023-06-13 21:54:14,617][939084] Saving new best policy, reward=18.241!
392
+ [2023-06-13 21:54:15,722][939130] Updated weights for policy 0, policy_version 570 (0.0006)
393
+ [2023-06-13 21:54:17,799][939130] Updated weights for policy 0, policy_version 580 (0.0007)
394
+ [2023-06-13 21:54:19,616][939011] Fps is (10 sec: 20480.2, 60 sec: 20002.2, 300 sec: 20104.5). Total num frames: 2412544. Throughput: 0: 4979.7. Samples: 595998. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
395
+ [2023-06-13 21:54:19,617][939011] Avg episode reward: [(0, '16.196')]
396
+ [2023-06-13 21:54:19,798][939130] Updated weights for policy 0, policy_version 590 (0.0007)
397
+ [2023-06-13 21:54:21,840][939130] Updated weights for policy 0, policy_version 600 (0.0007)
398
+ [2023-06-13 21:54:23,964][939130] Updated weights for policy 0, policy_version 610 (0.0007)
399
+ [2023-06-13 21:54:24,617][939011] Fps is (10 sec: 20070.3, 60 sec: 19933.9, 300 sec: 20086.8). Total num frames: 2510848. Throughput: 0: 5023.2. Samples: 625864. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
400
+ [2023-06-13 21:54:24,617][939011] Avg episode reward: [(0, '18.045')]
401
+ [2023-06-13 21:54:26,184][939130] Updated weights for policy 0, policy_version 620 (0.0007)
402
+ [2023-06-13 21:54:28,223][939130] Updated weights for policy 0, policy_version 630 (0.0007)
403
+ [2023-06-13 21:54:29,616][939011] Fps is (10 sec: 19251.3, 60 sec: 19865.6, 300 sec: 20038.9). Total num frames: 2605056. Throughput: 0: 5010.8. Samples: 639940. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
404
+ [2023-06-13 21:54:29,617][939011] Avg episode reward: [(0, '18.442')]
405
+ [2023-06-13 21:54:29,619][939084] Saving new best policy, reward=18.442!
406
+ [2023-06-13 21:54:30,452][939130] Updated weights for policy 0, policy_version 640 (0.0007)
407
+ [2023-06-13 21:54:32,489][939130] Updated weights for policy 0, policy_version 650 (0.0006)
408
+ [2023-06-13 21:54:34,617][939011] Fps is (10 sec: 18841.6, 60 sec: 19797.3, 300 sec: 19994.5). Total num frames: 2699264. Throughput: 0: 4987.7. Samples: 668926. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
409
+ [2023-06-13 21:54:34,617][939011] Avg episode reward: [(0, '20.413')]
410
+ [2023-06-13 21:54:34,629][939084] Saving new best policy, reward=20.413!
411
+ [2023-06-13 21:54:34,631][939130] Updated weights for policy 0, policy_version 660 (0.0006)
412
+ [2023-06-13 21:54:36,671][939130] Updated weights for policy 0, policy_version 670 (0.0007)
413
+ [2023-06-13 21:54:38,906][939130] Updated weights for policy 0, policy_version 680 (0.0007)
414
+ [2023-06-13 21:54:39,617][939011] Fps is (10 sec: 19251.0, 60 sec: 19865.6, 300 sec: 19982.6). Total num frames: 2797568. Throughput: 0: 4973.5. Samples: 697666. Policy #0 lag: (min: 0.0, avg: 0.2, max: 1.0)
415
+ [2023-06-13 21:54:39,617][939011] Avg episode reward: [(0, '21.822')]
416
+ [2023-06-13 21:54:39,620][939084] Saving new best policy, reward=21.822!
417
+ [2023-06-13 21:54:40,981][939130] Updated weights for policy 0, policy_version 690 (0.0007)
418
+ [2023-06-13 21:54:43,040][939130] Updated weights for policy 0, policy_version 700 (0.0007)
419
+ [2023-06-13 21:54:44,616][939011] Fps is (10 sec: 19660.9, 60 sec: 19865.6, 300 sec: 19971.5). Total num frames: 2895872. Throughput: 0: 4963.4. Samples: 712654. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
420
+ [2023-06-13 21:54:44,617][939011] Avg episode reward: [(0, '16.995')]
421
+ [2023-06-13 21:54:45,106][939130] Updated weights for policy 0, policy_version 710 (0.0007)
422
+ [2023-06-13 21:54:47,142][939130] Updated weights for policy 0, policy_version 720 (0.0007)
423
+ [2023-06-13 21:54:49,131][939130] Updated weights for policy 0, policy_version 730 (0.0006)
424
+ [2023-06-13 21:54:49,617][939011] Fps is (10 sec: 20070.5, 60 sec: 19865.6, 300 sec: 19988.5). Total num frames: 2998272. Throughput: 0: 4959.1. Samples: 742708. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
425
+ [2023-06-13 21:54:49,617][939011] Avg episode reward: [(0, '19.847')]
426
+ [2023-06-13 21:54:51,210][939130] Updated weights for policy 0, policy_version 740 (0.0007)
427
+ [2023-06-13 21:54:53,222][939130] Updated weights for policy 0, policy_version 750 (0.0006)
428
+ [2023-06-13 21:54:54,617][939011] Fps is (10 sec: 20070.2, 60 sec: 19933.8, 300 sec: 19977.9). Total num frames: 3096576. Throughput: 0: 4945.6. Samples: 772954. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
429
+ [2023-06-13 21:54:54,617][939011] Avg episode reward: [(0, '20.540')]
430
+ [2023-06-13 21:54:55,240][939130] Updated weights for policy 0, policy_version 760 (0.0006)
431
+ [2023-06-13 21:54:57,465][939130] Updated weights for policy 0, policy_version 770 (0.0007)
432
+ [2023-06-13 21:54:59,616][939011] Fps is (10 sec: 19251.3, 60 sec: 19797.3, 300 sec: 19942.4). Total num frames: 3190784. Throughput: 0: 4917.8. Samples: 787150. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
433
+ [2023-06-13 21:54:59,617][939011] Avg episode reward: [(0, '18.935')]
434
+ [2023-06-13 21:54:59,629][939130] Updated weights for policy 0, policy_version 780 (0.0007)
435
+ [2023-06-13 21:55:01,744][939130] Updated weights for policy 0, policy_version 790 (0.0006)
436
+ [2023-06-13 21:55:03,886][939130] Updated weights for policy 0, policy_version 800 (0.0007)
437
+ [2023-06-13 21:55:04,616][939011] Fps is (10 sec: 19251.4, 60 sec: 19729.1, 300 sec: 19933.9). Total num frames: 3289088. Throughput: 0: 4887.4. Samples: 815932. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
438
+ [2023-06-13 21:55:04,617][939011] Avg episode reward: [(0, '22.243')]
439
+ [2023-06-13 21:55:04,617][939084] Saving new best policy, reward=22.243!
440
+ [2023-06-13 21:55:05,927][939130] Updated weights for policy 0, policy_version 810 (0.0007)
441
+ [2023-06-13 21:55:08,039][939130] Updated weights for policy 0, policy_version 820 (0.0007)
442
+ [2023-06-13 21:55:09,616][939011] Fps is (10 sec: 19660.7, 60 sec: 19660.8, 300 sec: 19925.8). Total num frames: 3387392. Throughput: 0: 4884.0. Samples: 845644. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
443
+ [2023-06-13 21:55:09,617][939011] Avg episode reward: [(0, '20.575')]
444
+ [2023-06-13 21:55:10,040][939130] Updated weights for policy 0, policy_version 830 (0.0007)
445
+ [2023-06-13 21:55:12,124][939130] Updated weights for policy 0, policy_version 840 (0.0007)
446
+ [2023-06-13 21:55:14,178][939130] Updated weights for policy 0, policy_version 850 (0.0007)
447
+ [2023-06-13 21:55:14,617][939011] Fps is (10 sec: 19660.4, 60 sec: 19592.5, 300 sec: 19918.2). Total num frames: 3485696. Throughput: 0: 4901.8. Samples: 860524. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
448
+ [2023-06-13 21:55:14,617][939011] Avg episode reward: [(0, '18.917')]
449
+ [2023-06-13 21:55:16,347][939130] Updated weights for policy 0, policy_version 860 (0.0007)
450
+ [2023-06-13 21:55:18,416][939130] Updated weights for policy 0, policy_version 870 (0.0007)
451
+ [2023-06-13 21:55:19,616][939011] Fps is (10 sec: 19660.8, 60 sec: 19524.3, 300 sec: 19911.1). Total num frames: 3584000. Throughput: 0: 4907.7. Samples: 889774. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
452
+ [2023-06-13 21:55:19,617][939011] Avg episode reward: [(0, '22.941')]
453
+ [2023-06-13 21:55:19,620][939084] Saving new best policy, reward=22.941!
454
+ [2023-06-13 21:55:20,490][939130] Updated weights for policy 0, policy_version 880 (0.0007)
455
+ [2023-06-13 21:55:22,575][939130] Updated weights for policy 0, policy_version 890 (0.0006)
456
+ [2023-06-13 21:55:24,585][939130] Updated weights for policy 0, policy_version 900 (0.0007)
457
+ [2023-06-13 21:55:24,617][939011] Fps is (10 sec: 20070.7, 60 sec: 19592.5, 300 sec: 19926.5). Total num frames: 3686400. Throughput: 0: 4933.3. Samples: 919662. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
458
+ [2023-06-13 21:55:24,617][939011] Avg episode reward: [(0, '21.077')]
459
+ [2023-06-13 21:55:26,633][939130] Updated weights for policy 0, policy_version 910 (0.0006)
460
+ [2023-06-13 21:55:28,668][939130] Updated weights for policy 0, policy_version 920 (0.0007)
461
+ [2023-06-13 21:55:29,617][939011] Fps is (10 sec: 20070.3, 60 sec: 19660.8, 300 sec: 19919.5). Total num frames: 3784704. Throughput: 0: 4935.1. Samples: 934734. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
462
+ [2023-06-13 21:55:29,617][939011] Avg episode reward: [(0, '21.238')]
463
+ [2023-06-13 21:55:30,728][939130] Updated weights for policy 0, policy_version 930 (0.0006)
464
+ [2023-06-13 21:55:32,743][939130] Updated weights for policy 0, policy_version 940 (0.0006)
465
+ [2023-06-13 21:55:34,616][939011] Fps is (10 sec: 20070.5, 60 sec: 19797.3, 300 sec: 19933.9). Total num frames: 3887104. Throughput: 0: 4937.7. Samples: 964904. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
466
+ [2023-06-13 21:55:34,617][939011] Avg episode reward: [(0, '22.372')]
467
+ [2023-06-13 21:55:34,727][939130] Updated weights for policy 0, policy_version 950 (0.0006)
468
+ [2023-06-13 21:55:36,795][939130] Updated weights for policy 0, policy_version 960 (0.0007)
469
+ [2023-06-13 21:55:38,848][939130] Updated weights for policy 0, policy_version 970 (0.0007)
470
+ [2023-06-13 21:55:39,616][939011] Fps is (10 sec: 20070.7, 60 sec: 19797.4, 300 sec: 19927.1). Total num frames: 3985408. Throughput: 0: 4937.8. Samples: 995152. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
471
+ [2023-06-13 21:55:39,617][939011] Avg episode reward: [(0, '20.133')]
472
+ [2023-06-13 21:55:40,893][939130] Updated weights for policy 0, policy_version 980 (0.0007)
473
+ [2023-06-13 21:55:42,950][939130] Updated weights for policy 0, policy_version 990 (0.0007)
474
+ [2023-06-13 21:55:44,616][939011] Fps is (10 sec: 20070.4, 60 sec: 19865.6, 300 sec: 19940.5). Total num frames: 4087808. Throughput: 0: 4953.1. Samples: 1010040. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
475
+ [2023-06-13 21:55:44,617][939011] Avg episode reward: [(0, '21.818')]
476
+ [2023-06-13 21:55:45,039][939130] Updated weights for policy 0, policy_version 1000 (0.0007)
477
+ [2023-06-13 21:55:47,075][939130] Updated weights for policy 0, policy_version 1010 (0.0007)
478
+ [2023-06-13 21:55:49,137][939130] Updated weights for policy 0, policy_version 1020 (0.0006)
479
+ [2023-06-13 21:55:49,617][939011] Fps is (10 sec: 20070.1, 60 sec: 19797.3, 300 sec: 19933.9). Total num frames: 4186112. Throughput: 0: 4978.3. Samples: 1039958. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
480
+ [2023-06-13 21:55:49,617][939011] Avg episode reward: [(0, '20.995')]
481
+ [2023-06-13 21:55:51,168][939130] Updated weights for policy 0, policy_version 1030 (0.0007)
482
+ [2023-06-13 21:55:53,465][939130] Updated weights for policy 0, policy_version 1040 (0.0007)
483
+ [2023-06-13 21:55:54,617][939011] Fps is (10 sec: 19251.1, 60 sec: 19729.1, 300 sec: 19908.5). Total num frames: 4280320. Throughput: 0: 4950.6. Samples: 1068422. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
484
+ [2023-06-13 21:55:54,617][939011] Avg episode reward: [(0, '21.696')]
485
+ [2023-06-13 21:55:55,570][939130] Updated weights for policy 0, policy_version 1050 (0.0007)
486
+ [2023-06-13 21:55:57,688][939130] Updated weights for policy 0, policy_version 1060 (0.0006)
487
+ [2023-06-13 21:55:59,616][939011] Fps is (10 sec: 19251.3, 60 sec: 19797.3, 300 sec: 19902.8). Total num frames: 4378624. Throughput: 0: 4943.2. Samples: 1082966. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
488
+ [2023-06-13 21:55:59,617][939011] Avg episode reward: [(0, '23.069')]
489
+ [2023-06-13 21:55:59,620][939084] Saving new best policy, reward=23.069!
490
+ [2023-06-13 21:55:59,788][939130] Updated weights for policy 0, policy_version 1070 (0.0007)
491
+ [2023-06-13 21:56:01,864][939130] Updated weights for policy 0, policy_version 1080 (0.0007)
492
+ [2023-06-13 21:56:03,963][939130] Updated weights for policy 0, policy_version 1090 (0.0007)
493
+ [2023-06-13 21:56:04,617][939011] Fps is (10 sec: 19660.8, 60 sec: 19797.3, 300 sec: 19897.5). Total num frames: 4476928. Throughput: 0: 4947.6. Samples: 1112416. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
494
+ [2023-06-13 21:56:04,617][939011] Avg episode reward: [(0, '21.870')]
495
+ [2023-06-13 21:56:06,099][939130] Updated weights for policy 0, policy_version 1100 (0.0007)
496
+ [2023-06-13 21:56:08,185][939130] Updated weights for policy 0, policy_version 1110 (0.0007)
497
+ [2023-06-13 21:56:09,617][939011] Fps is (10 sec: 19251.1, 60 sec: 19729.1, 300 sec: 19874.5). Total num frames: 4571136. Throughput: 0: 4934.4. Samples: 1141710. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
498
+ [2023-06-13 21:56:09,617][939011] Avg episode reward: [(0, '20.885')]
499
+ [2023-06-13 21:56:09,628][939084] Saving /home/ark/projects/deep-rl-course/unit-8-p2/train_dir/default_experiment/checkpoint_p0/checkpoint_000001117_4575232.pth...
500
+ [2023-06-13 21:56:10,257][939130] Updated weights for policy 0, policy_version 1120 (0.0007)
501
+ [2023-06-13 21:56:12,373][939130] Updated weights for policy 0, policy_version 1130 (0.0007)
502
+ [2023-06-13 21:56:14,616][939011] Fps is (10 sec: 18841.7, 60 sec: 19660.9, 300 sec: 19852.5). Total num frames: 4665344. Throughput: 0: 4925.8. Samples: 1156396. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
503
+ [2023-06-13 21:56:14,617][939011] Avg episode reward: [(0, '22.998')]
504
+ [2023-06-13 21:56:14,629][939130] Updated weights for policy 0, policy_version 1140 (0.0006)
505
+ [2023-06-13 21:56:16,762][939130] Updated weights for policy 0, policy_version 1150 (0.0007)
506
+ [2023-06-13 21:56:19,023][939130] Updated weights for policy 0, policy_version 1160 (0.0007)
507
+ [2023-06-13 21:56:19,617][939011] Fps is (10 sec: 18841.5, 60 sec: 19592.5, 300 sec: 19831.5). Total num frames: 4759552. Throughput: 0: 4871.0. Samples: 1184098. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
508
+ [2023-06-13 21:56:19,617][939011] Avg episode reward: [(0, '24.154')]
509
+ [2023-06-13 21:56:19,627][939084] Saving new best policy, reward=24.154!
510
+ [2023-06-13 21:56:21,056][939130] Updated weights for policy 0, policy_version 1170 (0.0007)
511
+ [2023-06-13 21:56:23,139][939130] Updated weights for policy 0, policy_version 1180 (0.0007)
512
+ [2023-06-13 21:56:24,618][939011] Fps is (10 sec: 19657.8, 60 sec: 19592.1, 300 sec: 19844.6). Total num frames: 4861952. Throughput: 0: 4851.9. Samples: 1213496. Policy #0 lag: (min: 0.0, avg: 0.2, max: 1.0)
513
+ [2023-06-13 21:56:24,619][939011] Avg episode reward: [(0, '23.396')]
514
+ [2023-06-13 21:56:25,243][939130] Updated weights for policy 0, policy_version 1190 (0.0007)
515
+ [2023-06-13 21:56:27,321][939130] Updated weights for policy 0, policy_version 1200 (0.0007)
516
+ [2023-06-13 21:56:29,388][939130] Updated weights for policy 0, policy_version 1210 (0.0007)
517
+ [2023-06-13 21:56:29,617][939011] Fps is (10 sec: 20070.5, 60 sec: 19592.5, 300 sec: 19841.0). Total num frames: 4960256. Throughput: 0: 4848.4. Samples: 1228218. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
518
+ [2023-06-13 21:56:29,617][939011] Avg episode reward: [(0, '23.236')]
519
+ [2023-06-13 21:56:31,426][939130] Updated weights for policy 0, policy_version 1220 (0.0007)
520
+ [2023-06-13 21:56:33,495][939130] Updated weights for policy 0, policy_version 1230 (0.0007)
521
+ [2023-06-13 21:56:34,616][939011] Fps is (10 sec: 19663.7, 60 sec: 19524.3, 300 sec: 19837.5). Total num frames: 5058560. Throughput: 0: 4847.2. Samples: 1258080. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
522
+ [2023-06-13 21:56:34,617][939011] Avg episode reward: [(0, '21.353')]
523
+ [2023-06-13 21:56:35,508][939130] Updated weights for policy 0, policy_version 1240 (0.0007)
524
+ [2023-06-13 21:56:37,518][939130] Updated weights for policy 0, policy_version 1250 (0.0006)
525
+ [2023-06-13 21:56:39,566][939130] Updated weights for policy 0, policy_version 1260 (0.0006)
526
+ [2023-06-13 21:56:39,616][939011] Fps is (10 sec: 20070.5, 60 sec: 19592.5, 300 sec: 19849.8). Total num frames: 5160960. Throughput: 0: 4887.0. Samples: 1288338. Policy #0 lag: (min: 0.0, avg: 0.2, max: 1.0)
527
+ [2023-06-13 21:56:39,617][939011] Avg episode reward: [(0, '23.808')]
528
+ [2023-06-13 21:56:41,579][939130] Updated weights for policy 0, policy_version 1270 (0.0007)
529
+ [2023-06-13 21:56:43,596][939130] Updated weights for policy 0, policy_version 1280 (0.0006)
530
+ [2023-06-13 21:56:44,616][939011] Fps is (10 sec: 20070.4, 60 sec: 19524.3, 300 sec: 19846.3). Total num frames: 5259264. Throughput: 0: 4904.5. Samples: 1303670. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
531
+ [2023-06-13 21:56:44,617][939011] Avg episode reward: [(0, '20.961')]
532
+ [2023-06-13 21:56:45,629][939130] Updated weights for policy 0, policy_version 1290 (0.0007)
533
+ [2023-06-13 21:56:47,710][939130] Updated weights for policy 0, policy_version 1300 (0.0007)
534
+ [2023-06-13 21:56:49,616][939011] Fps is (10 sec: 20070.4, 60 sec: 19592.5, 300 sec: 19858.0). Total num frames: 5361664. Throughput: 0: 4916.2. Samples: 1333646. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
535
+ [2023-06-13 21:56:49,617][939011] Avg episode reward: [(0, '22.300')]
536
+ [2023-06-13 21:56:49,739][939130] Updated weights for policy 0, policy_version 1310 (0.0007)
537
+ [2023-06-13 21:56:51,757][939130] Updated weights for policy 0, policy_version 1320 (0.0007)
538
+ [2023-06-13 21:56:53,817][939130] Updated weights for policy 0, policy_version 1330 (0.0006)
539
+ [2023-06-13 21:56:54,617][939011] Fps is (10 sec: 20070.2, 60 sec: 19660.8, 300 sec: 19854.4). Total num frames: 5459968. Throughput: 0: 4935.6. Samples: 1363812. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
540
+ [2023-06-13 21:56:54,617][939011] Avg episode reward: [(0, '21.960')]
541
+ [2023-06-13 21:56:55,854][939130] Updated weights for policy 0, policy_version 1340 (0.0007)
542
+ [2023-06-13 21:56:57,867][939130] Updated weights for policy 0, policy_version 1350 (0.0007)
543
+ [2023-06-13 21:56:59,616][939011] Fps is (10 sec: 20070.4, 60 sec: 19729.1, 300 sec: 19865.6). Total num frames: 5562368. Throughput: 0: 4947.3. Samples: 1379026. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
544
+ [2023-06-13 21:56:59,617][939011] Avg episode reward: [(0, '24.849')]
545
+ [2023-06-13 21:56:59,620][939084] Saving new best policy, reward=24.849!
546
+ [2023-06-13 21:56:59,923][939130] Updated weights for policy 0, policy_version 1360 (0.0007)
547
+ [2023-06-13 21:57:01,966][939130] Updated weights for policy 0, policy_version 1370 (0.0006)
548
+ [2023-06-13 21:57:04,008][939130] Updated weights for policy 0, policy_version 1380 (0.0007)
549
+ [2023-06-13 21:57:04,617][939011] Fps is (10 sec: 20070.6, 60 sec: 19729.1, 300 sec: 19862.0). Total num frames: 5660672. Throughput: 0: 4999.0. Samples: 1409052. Policy #0 lag: (min: 0.0, avg: 0.5, max: 1.0)
550
+ [2023-06-13 21:57:04,617][939011] Avg episode reward: [(0, '23.593')]
551
+ [2023-06-13 21:57:06,084][939130] Updated weights for policy 0, policy_version 1390 (0.0007)
552
+ [2023-06-13 21:57:08,094][939130] Updated weights for policy 0, policy_version 1400 (0.0007)
553
+ [2023-06-13 21:57:09,616][939011] Fps is (10 sec: 20070.4, 60 sec: 19865.6, 300 sec: 19872.7). Total num frames: 5763072. Throughput: 0: 5013.8. Samples: 1439108. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
554
+ [2023-06-13 21:57:09,617][939011] Avg episode reward: [(0, '25.375')]
555
+ [2023-06-13 21:57:09,620][939084] Saving new best policy, reward=25.375!
556
+ [2023-06-13 21:57:10,147][939130] Updated weights for policy 0, policy_version 1410 (0.0007)
557
+ [2023-06-13 21:57:12,168][939130] Updated weights for policy 0, policy_version 1420 (0.0007)
558
+ [2023-06-13 21:57:14,185][939130] Updated weights for policy 0, policy_version 1430 (0.0006)
559
+ [2023-06-13 21:57:14,617][939011] Fps is (10 sec: 20480.0, 60 sec: 20002.1, 300 sec: 19883.0). Total num frames: 5865472. Throughput: 0: 5024.7. Samples: 1454328. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
560
+ [2023-06-13 21:57:14,617][939011] Avg episode reward: [(0, '23.377')]
561
+ [2023-06-13 21:57:16,309][939130] Updated weights for policy 0, policy_version 1440 (0.0007)
562
+ [2023-06-13 21:57:18,507][939130] Updated weights for policy 0, policy_version 1450 (0.0007)
563
+ [2023-06-13 21:57:19,617][939011] Fps is (10 sec: 19660.6, 60 sec: 20002.1, 300 sec: 19869.1). Total num frames: 5959680. Throughput: 0: 5011.8. Samples: 1483612. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
564
+ [2023-06-13 21:57:19,617][939011] Avg episode reward: [(0, '23.753')]
565
+ [2023-06-13 21:57:20,646][939130] Updated weights for policy 0, policy_version 1460 (0.0007)
566
+ [2023-06-13 21:57:22,776][939130] Updated weights for policy 0, policy_version 1470 (0.0007)
567
+ [2023-06-13 21:57:24,617][939011] Fps is (10 sec: 19251.1, 60 sec: 19934.3, 300 sec: 19855.2). Total num frames: 6057984. Throughput: 0: 4980.0. Samples: 1512440. Policy #0 lag: (min: 0.0, avg: 0.2, max: 1.0)
568
+ [2023-06-13 21:57:24,617][939011] Avg episode reward: [(0, '22.807')]
569
+ [2023-06-13 21:57:24,850][939130] Updated weights for policy 0, policy_version 1480 (0.0007)
570
+ [2023-06-13 21:57:26,977][939130] Updated weights for policy 0, policy_version 1490 (0.0007)
571
+ [2023-06-13 21:57:29,018][939130] Updated weights for policy 0, policy_version 1500 (0.0007)
572
+ [2023-06-13 21:57:29,616][939011] Fps is (10 sec: 19251.4, 60 sec: 19865.6, 300 sec: 19827.4). Total num frames: 6152192. Throughput: 0: 4961.6. Samples: 1526942. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
573
+ [2023-06-13 21:57:29,617][939011] Avg episode reward: [(0, '25.046')]
574
+ [2023-06-13 21:57:31,074][939130] Updated weights for policy 0, policy_version 1510 (0.0007)
575
+ [2023-06-13 21:57:33,103][939130] Updated weights for policy 0, policy_version 1520 (0.0006)
576
+ [2023-06-13 21:57:34,617][939011] Fps is (10 sec: 19660.9, 60 sec: 19933.9, 300 sec: 19841.3). Total num frames: 6254592. Throughput: 0: 4961.3. Samples: 1556906. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
577
+ [2023-06-13 21:57:34,617][939011] Avg episode reward: [(0, '25.530')]
578
+ [2023-06-13 21:57:34,617][939084] Saving new best policy, reward=25.530!
579
+ [2023-06-13 21:57:35,163][939130] Updated weights for policy 0, policy_version 1530 (0.0006)
580
+ [2023-06-13 21:57:37,163][939130] Updated weights for policy 0, policy_version 1540 (0.0006)
581
+ [2023-06-13 21:57:39,163][939130] Updated weights for policy 0, policy_version 1550 (0.0006)
582
+ [2023-06-13 21:57:39,617][939011] Fps is (10 sec: 20479.5, 60 sec: 19933.8, 300 sec: 19841.3). Total num frames: 6356992. Throughput: 0: 4968.3. Samples: 1587386. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
583
+ [2023-06-13 21:57:39,617][939011] Avg episode reward: [(0, '25.690')]
584
+ [2023-06-13 21:57:39,620][939084] Saving new best policy, reward=25.690!
585
+ [2023-06-13 21:57:41,192][939130] Updated weights for policy 0, policy_version 1560 (0.0007)
586
+ [2023-06-13 21:57:43,363][939130] Updated weights for policy 0, policy_version 1570 (0.0007)
587
+ [2023-06-13 21:57:44,616][939011] Fps is (10 sec: 20070.5, 60 sec: 19933.9, 300 sec: 19827.4). Total num frames: 6455296. Throughput: 0: 4961.6. Samples: 1602298. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
588
+ [2023-06-13 21:57:44,617][939011] Avg episode reward: [(0, '23.340')]
589
+ [2023-06-13 21:57:45,354][939130] Updated weights for policy 0, policy_version 1580 (0.0006)
590
+ [2023-06-13 21:57:47,458][939130] Updated weights for policy 0, policy_version 1590 (0.0007)
591
+ [2023-06-13 21:57:49,497][939130] Updated weights for policy 0, policy_version 1600 (0.0007)
592
+ [2023-06-13 21:57:49,617][939011] Fps is (10 sec: 19661.1, 60 sec: 19865.6, 300 sec: 19813.5). Total num frames: 6553600. Throughput: 0: 4951.6. Samples: 1631876. Policy #0 lag: (min: 0.0, avg: 0.2, max: 1.0)
593
+ [2023-06-13 21:57:49,617][939011] Avg episode reward: [(0, '23.274')]
594
+ [2023-06-13 21:57:51,574][939130] Updated weights for policy 0, policy_version 1610 (0.0007)
595
+ [2023-06-13 21:57:53,851][939130] Updated weights for policy 0, policy_version 1620 (0.0007)
596
+ [2023-06-13 21:57:54,616][939011] Fps is (10 sec: 19251.2, 60 sec: 19797.4, 300 sec: 19785.8). Total num frames: 6647808. Throughput: 0: 4924.7. Samples: 1660718. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
597
+ [2023-06-13 21:57:54,617][939011] Avg episode reward: [(0, '20.124')]
598
+ [2023-06-13 21:57:55,866][939130] Updated weights for policy 0, policy_version 1630 (0.0007)
599
+ [2023-06-13 21:57:57,947][939130] Updated weights for policy 0, policy_version 1640 (0.0006)
600
+ [2023-06-13 21:57:59,617][939011] Fps is (10 sec: 19251.2, 60 sec: 19729.0, 300 sec: 19771.9). Total num frames: 6746112. Throughput: 0: 4918.9. Samples: 1675678. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
601
+ [2023-06-13 21:57:59,617][939011] Avg episode reward: [(0, '21.282')]
602
+ [2023-06-13 21:58:00,030][939130] Updated weights for policy 0, policy_version 1650 (0.0007)
603
+ [2023-06-13 21:58:02,090][939130] Updated weights for policy 0, policy_version 1660 (0.0007)
604
+ [2023-06-13 21:58:04,100][939130] Updated weights for policy 0, policy_version 1670 (0.0007)
605
+ [2023-06-13 21:58:04,617][939011] Fps is (10 sec: 20070.3, 60 sec: 19797.3, 300 sec: 19785.8). Total num frames: 6848512. Throughput: 0: 4931.6. Samples: 1705532. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
606
+ [2023-06-13 21:58:04,617][939011] Avg episode reward: [(0, '23.178')]
607
+ [2023-06-13 21:58:06,210][939130] Updated weights for policy 0, policy_version 1680 (0.0007)
608
+ [2023-06-13 21:58:08,338][939130] Updated weights for policy 0, policy_version 1690 (0.0007)
609
+ [2023-06-13 21:58:09,617][939011] Fps is (10 sec: 20070.5, 60 sec: 19729.1, 300 sec: 19771.9). Total num frames: 6946816. Throughput: 0: 4943.6. Samples: 1734900. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
610
+ [2023-06-13 21:58:09,617][939011] Avg episode reward: [(0, '24.549')]
611
+ [2023-06-13 21:58:09,620][939084] Saving /home/ark/projects/deep-rl-course/unit-8-p2/train_dir/default_experiment/checkpoint_p0/checkpoint_000001696_6946816.pth...
612
+ [2023-06-13 21:58:09,672][939084] Removing /home/ark/projects/deep-rl-course/unit-8-p2/train_dir/default_experiment/checkpoint_p0/checkpoint_000000539_2207744.pth
613
+ [2023-06-13 21:58:10,427][939130] Updated weights for policy 0, policy_version 1700 (0.0007)
614
+ [2023-06-13 21:58:12,467][939130] Updated weights for policy 0, policy_version 1710 (0.0007)
615
+ [2023-06-13 21:58:14,528][939130] Updated weights for policy 0, policy_version 1720 (0.0007)
616
+ [2023-06-13 21:58:14,617][939011] Fps is (10 sec: 19660.7, 60 sec: 19660.8, 300 sec: 19771.9). Total num frames: 7045120. Throughput: 0: 4951.0. Samples: 1749736. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
617
+ [2023-06-13 21:58:14,617][939011] Avg episode reward: [(0, '23.787')]
618
+ [2023-06-13 21:58:16,602][939130] Updated weights for policy 0, policy_version 1730 (0.0007)
619
+ [2023-06-13 21:58:18,696][939130] Updated weights for policy 0, policy_version 1740 (0.0007)
620
+ [2023-06-13 21:58:19,617][939011] Fps is (10 sec: 19660.7, 60 sec: 19729.1, 300 sec: 19758.0). Total num frames: 7143424. Throughput: 0: 4943.7. Samples: 1779372. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
621
+ [2023-06-13 21:58:19,617][939011] Avg episode reward: [(0, '22.990')]
622
+ [2023-06-13 21:58:20,758][939130] Updated weights for policy 0, policy_version 1750 (0.0007)
623
+ [2023-06-13 21:58:22,835][939130] Updated weights for policy 0, policy_version 1760 (0.0007)
624
+ [2023-06-13 21:58:24,617][939011] Fps is (10 sec: 19660.9, 60 sec: 19729.1, 300 sec: 19758.0). Total num frames: 7241728. Throughput: 0: 4922.2. Samples: 1808886. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
625
+ [2023-06-13 21:58:24,617][939011] Avg episode reward: [(0, '26.268')]
626
+ [2023-06-13 21:58:24,618][939084] Saving new best policy, reward=26.268!
627
+ [2023-06-13 21:58:24,957][939130] Updated weights for policy 0, policy_version 1770 (0.0007)
628
+ [2023-06-13 21:58:27,035][939130] Updated weights for policy 0, policy_version 1780 (0.0007)
629
+ [2023-06-13 21:58:29,232][939130] Updated weights for policy 0, policy_version 1790 (0.0007)
630
+ [2023-06-13 21:58:29,617][939011] Fps is (10 sec: 19660.2, 60 sec: 19797.2, 300 sec: 19758.0). Total num frames: 7340032. Throughput: 0: 4914.9. Samples: 1823470. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
631
+ [2023-06-13 21:58:29,617][939011] Avg episode reward: [(0, '24.855')]
632
+ [2023-06-13 21:58:31,502][939130] Updated weights for policy 0, policy_version 1800 (0.0007)
633
+ [2023-06-13 21:58:33,641][939130] Updated weights for policy 0, policy_version 1810 (0.0007)
634
+ [2023-06-13 21:58:34,617][939011] Fps is (10 sec: 18841.4, 60 sec: 19592.5, 300 sec: 19744.1). Total num frames: 7430144. Throughput: 0: 4873.5. Samples: 1851186. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
635
+ [2023-06-13 21:58:34,617][939011] Avg episode reward: [(0, '26.337')]
636
+ [2023-06-13 21:58:34,617][939084] Saving new best policy, reward=26.337!
637
+ [2023-06-13 21:58:35,729][939130] Updated weights for policy 0, policy_version 1820 (0.0007)
638
+ [2023-06-13 21:58:37,890][939130] Updated weights for policy 0, policy_version 1830 (0.0006)
639
+ [2023-06-13 21:58:39,617][939011] Fps is (10 sec: 18842.2, 60 sec: 19524.3, 300 sec: 19744.1). Total num frames: 7528448. Throughput: 0: 4883.2. Samples: 1880460. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
640
+ [2023-06-13 21:58:39,617][939011] Avg episode reward: [(0, '26.105')]
641
+ [2023-06-13 21:58:39,935][939130] Updated weights for policy 0, policy_version 1840 (0.0006)
642
+ [2023-06-13 21:58:42,066][939130] Updated weights for policy 0, policy_version 1850 (0.0007)
643
+ [2023-06-13 21:58:44,348][939130] Updated weights for policy 0, policy_version 1860 (0.0007)
644
+ [2023-06-13 21:58:44,617][939011] Fps is (10 sec: 19251.3, 60 sec: 19456.0, 300 sec: 19716.3). Total num frames: 7622656. Throughput: 0: 4876.7. Samples: 1895132. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
645
+ [2023-06-13 21:58:44,617][939011] Avg episode reward: [(0, '27.864')]
646
+ [2023-06-13 21:58:44,617][939084] Saving new best policy, reward=27.864!
647
+ [2023-06-13 21:58:46,738][939130] Updated weights for policy 0, policy_version 1870 (0.0007)
648
+ [2023-06-13 21:58:49,037][939130] Updated weights for policy 0, policy_version 1880 (0.0007)
649
+ [2023-06-13 21:58:49,617][939011] Fps is (10 sec: 18022.3, 60 sec: 19251.2, 300 sec: 19688.6). Total num frames: 7708672. Throughput: 0: 4799.2. Samples: 1921498. Policy #0 lag: (min: 0.0, avg: 0.3, max: 1.0)
650
+ [2023-06-13 21:58:49,617][939011] Avg episode reward: [(0, '27.040')]
651
+ [2023-06-13 21:58:51,335][939130] Updated weights for policy 0, policy_version 1890 (0.0007)
652
+ [2023-06-13 21:58:53,651][939130] Updated weights for policy 0, policy_version 1900 (0.0008)
653
+ [2023-06-13 21:58:54,617][939011] Fps is (10 sec: 17203.1, 60 sec: 19114.6, 300 sec: 19633.0). Total num frames: 7794688. Throughput: 0: 4733.8. Samples: 1947922. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
654
+ [2023-06-13 21:58:54,617][939011] Avg episode reward: [(0, '22.124')]
655
+ [2023-06-13 21:58:56,039][939130] Updated weights for policy 0, policy_version 1910 (0.0008)
656
+ [2023-06-13 21:58:58,450][939130] Updated weights for policy 0, policy_version 1920 (0.0008)
657
+ [2023-06-13 21:58:59,617][939011] Fps is (10 sec: 17203.1, 60 sec: 18909.8, 300 sec: 19577.5). Total num frames: 7880704. Throughput: 0: 4685.9. Samples: 1960600. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
658
+ [2023-06-13 21:58:59,617][939011] Avg episode reward: [(0, '24.145')]
659
+ [2023-06-13 21:59:00,803][939130] Updated weights for policy 0, policy_version 1930 (0.0007)
660
+ [2023-06-13 21:59:03,120][939130] Updated weights for policy 0, policy_version 1940 (0.0007)
661
+ [2023-06-13 21:59:04,617][939011] Fps is (10 sec: 17612.7, 60 sec: 18705.0, 300 sec: 19535.8). Total num frames: 7970816. Throughput: 0: 4612.2. Samples: 1986920. Policy #0 lag: (min: 0.0, avg: 0.4, max: 1.0)
662
+ [2023-06-13 21:59:04,617][939011] Avg episode reward: [(0, '24.831')]
663
+ [2023-06-13 21:59:05,399][939130] Updated weights for policy 0, policy_version 1950 (0.0007)
664
+ [2023-06-13 21:59:06,549][939011] Component Batcher_0 stopped!
665
+ [2023-06-13 21:59:06,549][939084] Stopping Batcher_0...
666
+ [2023-06-13 21:59:06,549][939084] Loop batcher_evt_loop terminating...
667
+ [2023-06-13 21:59:06,549][939011] Component RolloutWorker_w0 process died already! Don't wait for it.
668
+ [2023-06-13 21:59:06,549][939084] Saving /home/ark/projects/deep-rl-course/unit-8-p2/train_dir/default_experiment/checkpoint_p0/checkpoint_000001955_8007680.pth...
669
+ [2023-06-13 21:59:06,550][939011] Component RolloutWorker_w2 process died already! Don't wait for it.
670
+ [2023-06-13 21:59:06,550][939011] Component RolloutWorker_w3 process died already! Don't wait for it.
671
+ [2023-06-13 21:59:06,561][939135] Stopping RolloutWorker_w4...
672
+ [2023-06-13 21:59:06,561][939137] Stopping RolloutWorker_w5...
673
+ [2023-06-13 21:59:06,561][939131] Stopping RolloutWorker_w1...
674
+ [2023-06-13 21:59:06,561][939138] Stopping RolloutWorker_w6...
675
+ [2023-06-13 21:59:06,561][939011] Component RolloutWorker_w6 stopped!
676
+ [2023-06-13 21:59:06,562][939011] Component RolloutWorker_w4 stopped!
677
+ [2023-06-13 21:59:06,562][939135] Loop rollout_proc4_evt_loop terminating...
678
+ [2023-06-13 21:59:06,562][939011] Component RolloutWorker_w5 stopped!
679
+ [2023-06-13 21:59:06,562][939137] Loop rollout_proc5_evt_loop terminating...
680
+ [2023-06-13 21:59:06,561][939139] Stopping RolloutWorker_w7...
681
+ [2023-06-13 21:59:06,562][939131] Loop rollout_proc1_evt_loop terminating...
682
+ [2023-06-13 21:59:06,562][939138] Loop rollout_proc6_evt_loop terminating...
683
+ [2023-06-13 21:59:06,562][939011] Component RolloutWorker_w1 stopped!
684
+ [2023-06-13 21:59:06,562][939011] Component RolloutWorker_w7 stopped!
685
+ [2023-06-13 21:59:06,562][939139] Loop rollout_proc7_evt_loop terminating...
686
+ [2023-06-13 21:59:06,568][939130] Weights refcount: 2 0
687
+ [2023-06-13 21:59:06,570][939130] Stopping InferenceWorker_p0-w0...
688
+ [2023-06-13 21:59:06,570][939130] Loop inference_proc0-0_evt_loop terminating...
689
+ [2023-06-13 21:59:06,570][939011] Component InferenceWorker_p0-w0 stopped!
690
+ [2023-06-13 21:59:06,622][939084] Removing /home/ark/projects/deep-rl-course/unit-8-p2/train_dir/default_experiment/checkpoint_p0/checkpoint_000001117_4575232.pth
691
+ [2023-06-13 21:59:06,629][939084] Saving /home/ark/projects/deep-rl-course/unit-8-p2/train_dir/default_experiment/checkpoint_p0/checkpoint_000001955_8007680.pth...
692
+ [2023-06-13 21:59:06,723][939084] Stopping LearnerWorker_p0...
693
+ [2023-06-13 21:59:06,723][939084] Loop learner_proc0_evt_loop terminating...
694
+ [2023-06-13 21:59:06,723][939011] Component LearnerWorker_p0 stopped!
695
+ [2023-06-13 21:59:06,723][939011] Waiting for process learner_proc0 to stop...
696
+ [2023-06-13 21:59:07,334][939011] Waiting for process inference_proc0-0 to join...
697
+ [2023-06-13 21:59:07,334][939011] Waiting for process rollout_proc0 to join...
698
+ [2023-06-13 21:59:07,334][939011] Waiting for process rollout_proc1 to join...
699
+ [2023-06-13 21:59:07,334][939011] Waiting for process rollout_proc2 to join...
700
+ [2023-06-13 21:59:07,334][939011] Waiting for process rollout_proc3 to join...
701
+ [2023-06-13 21:59:07,334][939011] Waiting for process rollout_proc4 to join...
702
+ [2023-06-13 21:59:07,334][939011] Waiting for process rollout_proc5 to join...
703
+ [2023-06-13 21:59:07,334][939011] Waiting for process rollout_proc6 to join...
704
+ [2023-06-13 21:59:07,335][939011] Waiting for process rollout_proc7 to join...
705
+ [2023-06-13 21:59:07,335][939011] Batcher 0 profile tree view:
706
+ batching: 17.7602, releasing_batches: 0.0403
707
+ [2023-06-13 21:59:07,335][939011] InferenceWorker_p0-w0 profile tree view:
708
+ wait_policy: 0.0000
709
+ wait_policy_total: 5.2519
710
+ update_model: 5.9176
711
+ weight_update: 0.0007
712
+ one_step: 0.0017
713
+ handle_policy_step: 370.6976
714
+ deserialize: 14.7161, stack: 2.3144, obs_to_device_normalize: 83.9145, forward: 181.7526, send_messages: 19.1489
715
+ prepare_outputs: 51.5523
716
+ to_cpu: 31.3785
717
+ [2023-06-13 21:59:07,335][939011] Learner 0 profile tree view:
718
+ misc: 0.0118, prepare_batch: 8.2374
719
+ train: 27.2126
720
+ epoch_init: 0.0098, minibatch_init: 0.0108, losses_postprocess: 0.4967, kl_divergence: 0.3587, after_optimizer: 6.7019
721
+ calculate_losses: 10.1412
722
+ losses_init: 0.0056, forward_head: 0.9810, bptt_initial: 5.5283, tail: 0.7455, advantages_returns: 0.2198, losses: 1.1784
723
+ bptt: 1.2402
724
+ bptt_forward_core: 1.1827
725
+ update: 8.9267
726
+ clip: 1.2964
727
+ [2023-06-13 21:59:07,335][939011] RolloutWorker_w7 profile tree view:
728
+ wait_for_trajectories: 0.3107, enqueue_policy_requests: 18.0286, env_step: 244.1739, overhead: 17.8636, complete_rollouts: 0.7567
729
+ save_policy_outputs: 17.4264
730
+ split_output_tensors: 8.4588
731
+ [2023-06-13 21:59:07,335][939011] Loop Runner_EvtLoop terminating...
732
+ [2023-06-13 21:59:07,336][939011] Runner profile tree view:
733
+ main_loop: 416.2561
734
+ [2023-06-13 21:59:07,336][939011] Collected {0: 8007680}, FPS: 19237.4
735
+ [2023-06-13 21:59:07,365][939011] Loading existing experiment configuration from /home/ark/projects/deep-rl-course/unit-8-p2/train_dir/default_experiment/config.json
736
+ [2023-06-13 21:59:07,365][939011] Overriding arg 'num_workers' with value 1 passed from command line
737
+ [2023-06-13 21:59:07,365][939011] Adding new argument 'no_render'=True that is not in the saved config file!
738
+ [2023-06-13 21:59:07,366][939011] Adding new argument 'save_video'=True that is not in the saved config file!
739
+ [2023-06-13 21:59:07,366][939011] Adding new argument 'video_frames'=1000000000.0 that is not in the saved config file!
740
+ [2023-06-13 21:59:07,366][939011] Adding new argument 'video_name'=None that is not in the saved config file!
741
+ [2023-06-13 21:59:07,366][939011] Adding new argument 'max_num_frames'=100000 that is not in the saved config file!
742
+ [2023-06-13 21:59:07,366][939011] Adding new argument 'max_num_episodes'=10 that is not in the saved config file!
743
+ [2023-06-13 21:59:07,366][939011] Adding new argument 'push_to_hub'=True that is not in the saved config file!
744
+ [2023-06-13 21:59:07,366][939011] Adding new argument 'hf_repository'='arkadyark/rl_course_vizdoom_health_gathering_supreme' that is not in the saved config file!
745
+ [2023-06-13 21:59:07,366][939011] Adding new argument 'policy_index'=0 that is not in the saved config file!
746
+ [2023-06-13 21:59:07,366][939011] Adding new argument 'eval_deterministic'=False that is not in the saved config file!
747
+ [2023-06-13 21:59:07,366][939011] Adding new argument 'train_script'=None that is not in the saved config file!
748
+ [2023-06-13 21:59:07,366][939011] Adding new argument 'enjoy_script'=None that is not in the saved config file!
749
+ [2023-06-13 21:59:07,366][939011] Using frameskip 1 and render_action_repeat=4 for evaluation
750
+ [2023-06-13 21:59:07,377][939011] Doom resolution: 160x120, resize resolution: (128, 72)
751
+ [2023-06-13 21:59:07,378][939011] RunningMeanStd input shape: (3, 72, 128)
752
+ [2023-06-13 21:59:07,378][939011] RunningMeanStd input shape: (1,)
753
+ [2023-06-13 21:59:07,387][939011] ConvEncoder: input_channels=3
754
+ [2023-06-13 21:59:07,460][939011] Conv encoder output size: 512
755
+ [2023-06-13 21:59:07,461][939011] Policy head output size: 512
756
+ [2023-06-13 21:59:10,683][939011] Loading state from checkpoint /home/ark/projects/deep-rl-course/unit-8-p2/train_dir/default_experiment/checkpoint_p0/checkpoint_000001955_8007680.pth...
757
+ [2023-06-13 21:59:11,159][939011] Num frames 100...
758
+ [2023-06-13 21:59:11,239][939011] Num frames 200...
759
+ [2023-06-13 21:59:11,318][939011] Num frames 300...
760
+ [2023-06-13 21:59:11,400][939011] Num frames 400...
761
+ [2023-06-13 21:59:11,482][939011] Num frames 500...
762
+ [2023-06-13 21:59:11,566][939011] Num frames 600...
763
+ [2023-06-13 21:59:11,648][939011] Num frames 700...
764
+ [2023-06-13 21:59:11,729][939011] Num frames 800...
765
+ [2023-06-13 21:59:11,809][939011] Num frames 900...
766
+ [2023-06-13 21:59:11,889][939011] Num frames 1000...
767
+ [2023-06-13 21:59:11,970][939011] Num frames 1100...
768
+ [2023-06-13 21:59:12,052][939011] Num frames 1200...
769
+ [2023-06-13 21:59:12,132][939011] Num frames 1300...
770
+ [2023-06-13 21:59:12,194][939011] Avg episode rewards: #0: 33.120, true rewards: #0: 13.120
771
+ [2023-06-13 21:59:12,194][939011] Avg episode reward: 33.120, avg true_objective: 13.120
772
+ [2023-06-13 21:59:12,265][939011] Num frames 1400...
773
+ [2023-06-13 21:59:12,346][939011] Num frames 1500...
774
+ [2023-06-13 21:59:12,427][939011] Num frames 1600...
775
+ [2023-06-13 21:59:12,511][939011] Num frames 1700...
776
+ [2023-06-13 21:59:12,590][939011] Num frames 1800...
777
+ [2023-06-13 21:59:12,672][939011] Num frames 1900...
778
+ [2023-06-13 21:59:12,751][939011] Num frames 2000...
779
+ [2023-06-13 21:59:12,832][939011] Num frames 2100...
780
+ [2023-06-13 21:59:12,915][939011] Num frames 2200...
781
+ [2023-06-13 21:59:12,998][939011] Num frames 2300...
782
+ [2023-06-13 21:59:13,083][939011] Num frames 2400...
783
+ [2023-06-13 21:59:13,169][939011] Avg episode rewards: #0: 28.190, true rewards: #0: 12.190
784
+ [2023-06-13 21:59:13,169][939011] Avg episode reward: 28.190, avg true_objective: 12.190
785
+ [2023-06-13 21:59:13,221][939011] Num frames 2500...
786
+ [2023-06-13 21:59:13,307][939011] Num frames 2600...
787
+ [2023-06-13 21:59:13,399][939011] Num frames 2700...
788
+ [2023-06-13 21:59:13,479][939011] Num frames 2800...
789
+ [2023-06-13 21:59:13,563][939011] Num frames 2900...
790
+ [2023-06-13 21:59:13,646][939011] Num frames 3000...
791
+ [2023-06-13 21:59:13,732][939011] Num frames 3100...
792
+ [2023-06-13 21:59:13,847][939011] Avg episode rewards: #0: 23.920, true rewards: #0: 10.587
793
+ [2023-06-13 21:59:13,847][939011] Avg episode reward: 23.920, avg true_objective: 10.587
794
+ [2023-06-13 21:59:13,871][939011] Num frames 3200...
795
+ [2023-06-13 21:59:13,953][939011] Num frames 3300...
796
+ [2023-06-13 21:59:14,035][939011] Num frames 3400...
797
+ [2023-06-13 21:59:14,120][939011] Num frames 3500...
798
+ [2023-06-13 21:59:14,206][939011] Num frames 3600...
799
+ [2023-06-13 21:59:14,290][939011] Num frames 3700...
800
+ [2023-06-13 21:59:14,375][939011] Num frames 3800...
801
+ [2023-06-13 21:59:14,463][939011] Num frames 3900...
802
+ [2023-06-13 21:59:14,549][939011] Num frames 4000...
803
+ [2023-06-13 21:59:14,608][939011] Avg episode rewards: #0: 22.770, true rewards: #0: 10.020
804
+ [2023-06-13 21:59:14,608][939011] Avg episode reward: 22.770, avg true_objective: 10.020
805
+ [2023-06-13 21:59:14,683][939011] Num frames 4100...
806
+ [2023-06-13 21:59:14,765][939011] Num frames 4200...
807
+ [2023-06-13 21:59:14,848][939011] Num frames 4300...
808
+ [2023-06-13 21:59:14,931][939011] Num frames 4400...
809
+ [2023-06-13 21:59:15,013][939011] Num frames 4500...
810
+ [2023-06-13 21:59:15,083][939011] Avg episode rewards: #0: 20.240, true rewards: #0: 9.040
811
+ [2023-06-13 21:59:15,084][939011] Avg episode reward: 20.240, avg true_objective: 9.040
812
+ [2023-06-13 21:59:15,150][939011] Num frames 4600...
813
+ [2023-06-13 21:59:15,230][939011] Num frames 4700...
814
+ [2023-06-13 21:59:15,314][939011] Num frames 4800...
815
+ [2023-06-13 21:59:15,403][939011] Num frames 4900...
816
+ [2023-06-13 21:59:15,487][939011] Num frames 5000...
817
+ [2023-06-13 21:59:15,573][939011] Num frames 5100...
818
+ [2023-06-13 21:59:15,655][939011] Num frames 5200...
819
+ [2023-06-13 21:59:15,737][939011] Num frames 5300...
820
+ [2023-06-13 21:59:15,820][939011] Num frames 5400...
821
+ [2023-06-13 21:59:15,905][939011] Num frames 5500...
822
+ [2023-06-13 21:59:15,988][939011] Num frames 5600...
823
+ [2023-06-13 21:59:16,073][939011] Num frames 5700...
824
+ [2023-06-13 21:59:16,158][939011] Num frames 5800...
825
+ [2023-06-13 21:59:16,209][939011] Avg episode rewards: #0: 22.500, true rewards: #0: 9.667
826
+ [2023-06-13 21:59:16,209][939011] Avg episode reward: 22.500, avg true_objective: 9.667
827
+ [2023-06-13 21:59:16,292][939011] Num frames 5900...
828
+ [2023-06-13 21:59:16,370][939011] Num frames 6000...
829
+ [2023-06-13 21:59:16,449][939011] Num frames 6100...
830
+ [2023-06-13 21:59:16,530][939011] Num frames 6200...
831
+ [2023-06-13 21:59:16,610][939011] Num frames 6300...
832
+ [2023-06-13 21:59:16,690][939011] Num frames 6400...
833
+ [2023-06-13 21:59:16,774][939011] Num frames 6500...
834
+ [2023-06-13 21:59:16,857][939011] Num frames 6600...
835
+ [2023-06-13 21:59:16,940][939011] Num frames 6700...
836
+ [2023-06-13 21:59:17,066][939011] Avg episode rewards: #0: 22.417, true rewards: #0: 9.703
837
+ [2023-06-13 21:59:17,067][939011] Avg episode reward: 22.417, avg true_objective: 9.703
838
+ [2023-06-13 21:59:17,075][939011] Num frames 6800...
839
+ [2023-06-13 21:59:17,154][939011] Num frames 6900...
840
+ [2023-06-13 21:59:17,232][939011] Num frames 7000...
841
+ [2023-06-13 21:59:17,314][939011] Num frames 7100...
842
+ [2023-06-13 21:59:17,396][939011] Num frames 7200...
843
+ [2023-06-13 21:59:17,477][939011] Num frames 7300...
844
+ [2023-06-13 21:59:17,557][939011] Num frames 7400...
845
+ [2023-06-13 21:59:17,637][939011] Num frames 7500...
846
+ [2023-06-13 21:59:17,718][939011] Num frames 7600...
847
+ [2023-06-13 21:59:17,799][939011] Num frames 7700...
848
+ [2023-06-13 21:59:17,880][939011] Num frames 7800...
849
+ [2023-06-13 21:59:17,963][939011] Num frames 7900...
850
+ [2023-06-13 21:59:18,046][939011] Num frames 8000...
851
+ [2023-06-13 21:59:18,130][939011] Num frames 8100...
852
+ [2023-06-13 21:59:18,219][939011] Num frames 8200...
853
+ [2023-06-13 21:59:18,303][939011] Num frames 8300...
854
+ [2023-06-13 21:59:18,391][939011] Num frames 8400...
855
+ [2023-06-13 21:59:18,481][939011] Num frames 8500...
856
+ [2023-06-13 21:59:18,567][939011] Num frames 8600...
857
+ [2023-06-13 21:59:18,655][939011] Num frames 8700...
858
+ [2023-06-13 21:59:18,738][939011] Num frames 8800...
859
+ [2023-06-13 21:59:18,850][939011] Avg episode rewards: #0: 25.465, true rewards: #0: 11.090
860
+ [2023-06-13 21:59:18,850][939011] Avg episode reward: 25.465, avg true_objective: 11.090
861
+ [2023-06-13 21:59:18,874][939011] Num frames 8900...
862
+ [2023-06-13 21:59:18,956][939011] Num frames 9000...
863
+ [2023-06-13 21:59:19,037][939011] Num frames 9100...
864
+ [2023-06-13 21:59:19,119][939011] Num frames 9200...
865
+ [2023-06-13 21:59:19,200][939011] Num frames 9300...
866
+ [2023-06-13 21:59:19,284][939011] Num frames 9400...
867
+ [2023-06-13 21:59:19,369][939011] Num frames 9500...
868
+ [2023-06-13 21:59:19,460][939011] Num frames 9600...
869
+ [2023-06-13 21:59:19,548][939011] Avg episode rewards: #0: 24.378, true rewards: #0: 10.711
870
+ [2023-06-13 21:59:19,549][939011] Avg episode reward: 24.378, avg true_objective: 10.711
871
+ [2023-06-13 21:59:19,601][939011] Num frames 9700...
872
+ [2023-06-13 21:59:19,685][939011] Num frames 9800...
873
+ [2023-06-13 21:59:19,768][939011] Num frames 9900...
874
+ [2023-06-13 21:59:19,850][939011] Num frames 10000...
875
+ [2023-06-13 21:59:19,929][939011] Num frames 10100...
876
+ [2023-06-13 21:59:20,010][939011] Num frames 10200...
877
+ [2023-06-13 21:59:20,092][939011] Num frames 10300...
878
+ [2023-06-13 21:59:20,176][939011] Num frames 10400...
879
+ [2023-06-13 21:59:20,261][939011] Num frames 10500...
880
+ [2023-06-13 21:59:20,345][939011] Num frames 10600...
881
+ [2023-06-13 21:59:20,435][939011] Num frames 10700...
882
+ [2023-06-13 21:59:20,521][939011] Num frames 10800...
883
+ [2023-06-13 21:59:20,604][939011] Num frames 10900...
884
+ [2023-06-13 21:59:20,691][939011] Num frames 11000...
885
+ [2023-06-13 21:59:20,773][939011] Num frames 11100...
886
+ [2023-06-13 21:59:20,859][939011] Num frames 11200...
887
+ [2023-06-13 21:59:20,941][939011] Num frames 11300...
888
+ [2023-06-13 21:59:21,017][939011] Avg episode rewards: #0: 26.026, true rewards: #0: 11.326
889
+ [2023-06-13 21:59:21,017][939011] Avg episode reward: 26.026, avg true_objective: 11.326
890
+ [2023-06-13 21:59:34,750][939011] Replay video saved to /home/ark/projects/deep-rl-course/unit-8-p2/train_dir/default_experiment/replay.mp4!