davidquarel commited on
Commit
6c4601d
·
verified ·
1 Parent(s): ec664f9

Upload folder using huggingface_hub

Browse files
al_0.47_g_0.99_106/action_logprobs.pth.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9069e34e1868ecd34aa62c095151fa5e3d0a632619a4c30ed539e46858016f88
3
+ size 63325170
al_0.47_g_0.99_106/action_probs.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e09cc0c025903aba26adebdd1496ba8513ba57fbfe5ea6dd6150ceb7b809c300
3
+ size 29047763
al_0.47_g_0.99_106/checkpoints.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc4c7ba8c01026808a60ad979c58b92632714e00075d70cb6ebfaf1776298491
3
+ size 644710776
al_0.47_g_0.99_106/config.cfg ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ rl_action=train
2
+ num_rollout_steps=64
3
+ lr=5e-05
4
+ discount_rate=0.99
5
+ eff_horizon=None
6
+ eval_every=1
7
+ use_wandb=True
8
+ use_hf=True
9
+ use_log=True
10
+ num_total_env_steps=5000000000
11
+ checkpoint=al_0.47_g_0.99_106
12
+ render_sixel=False
13
+ sixel_idx=60
14
+ seed=106
15
+ mask_type=first_episode
16
+ penalize_time=False
17
+ optim=adam
18
+ live_monitor=False
19
+ use_bf16=False
20
+ deterministic=True
21
+ eval_schedule=0:1,250:2,500:5,1000:10,2000:20
22
+ grad_acc_per_chunk=5
23
+ num_rollout_chunks=1
24
+ cheese_loc=any
25
+ env_layout=open
26
+ alpha=0.47
27
+ env_size=13
28
+ num_levels=9600
29
+ f_str_ckpt=al_{alpha}_g_{discount_rate}_{seed}
30
+ wandb_project=jaxgmg2_3phase_seed
31
+ ckpt_dir=jaxgmg2_3phase_seed
32
+ duplication_factor=-1
33
+ smoke=False
34
+ compile=True
35
+ num_chains=6
36
+ num_draws=3000
37
+ num_steps_bw_draws=1
38
+ on_policy=True
39
+ llc_nbeta=3000
40
+ localization=10
41
+ exact_solver_each_draw=False
42
+ llc_optimizer=sgld
43
+ iw_clip_eps=None
44
+ rmsprop_burnin_steps=20
45
+ llc_data_file=llc_scan_open_reinforce.pkl
46
+ llc_checkpoint_index=None
47
+ llc_checkpoint_number=None
48
+ sink=None
49
+ repo_id=davidquarel/jaxgmg_ckpt_zip
50
+ use_shuffled_checkpoints=False
51
+ force_re_download=False
52
+ off_distribution_data=False
53
+ weight_restrictions=None
54
+ weight_restrictions_invert=False
55
+ evaluate_every_position=False
56
+ use_prev_action=False
57
+ num_prev_actions=1
al_0.47_g_0.99_106/config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha": 0.47,
3
+ "checkpoint": "al_0.47_g_0.99_106",
4
+ "cheese_loc": "any",
5
+ "ckpt_dir": "jaxgmg2_3phase_seed",
6
+ "compile": true,
7
+ "deterministic": true,
8
+ "discount_rate": 0.99,
9
+ "duplication_factor": -1,
10
+ "eff_horizon": null,
11
+ "env_layout": "open",
12
+ "env_size": 13,
13
+ "eval_every": 1,
14
+ "eval_schedule": "0:1,250:2,500:5,1000:10,2000:20",
15
+ "evaluate_every_position": false,
16
+ "exact_solver_each_draw": false,
17
+ "f_str_ckpt": "al_{alpha}_g_{discount_rate}_{seed}",
18
+ "force_re_download": false,
19
+ "grad_acc_per_chunk": 5,
20
+ "iw_clip_eps": null,
21
+ "live_monitor": false,
22
+ "llc_checkpoint_index": null,
23
+ "llc_checkpoint_number": null,
24
+ "llc_data_file": "llc_scan_open_reinforce.pkl",
25
+ "llc_nbeta": 3000,
26
+ "llc_optimizer": "sgld",
27
+ "localization": 10,
28
+ "lr": 5e-05,
29
+ "mask_type": "first_episode",
30
+ "num_chains": 6,
31
+ "num_draws": 3000,
32
+ "num_levels": 9600,
33
+ "num_prev_actions": 1,
34
+ "num_rollout_chunks": 1,
35
+ "num_rollout_steps": 64,
36
+ "num_steps_bw_draws": 1,
37
+ "num_total_env_steps": 5000000000,
38
+ "off_distribution_data": false,
39
+ "on_policy": true,
40
+ "optim": "adam",
41
+ "penalize_time": false,
42
+ "render_sixel": false,
43
+ "repo_id": "davidquarel/jaxgmg_ckpt_zip",
44
+ "rl_action": "train",
45
+ "rmsprop_burnin_steps": 20,
46
+ "seed": 106,
47
+ "sink": null,
48
+ "sixel_idx": 60,
49
+ "smoke": false,
50
+ "use_bf16": false,
51
+ "use_hf": true,
52
+ "use_log": true,
53
+ "use_prev_action": false,
54
+ "use_shuffled_checkpoints": false,
55
+ "use_wandb": true,
56
+ "wandb_project": "jaxgmg2_3phase_seed",
57
+ "weight_restrictions": null,
58
+ "weight_restrictions_invert": false
59
+ }
al_0.47_g_0.99_106/eval.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
al_0.47_g_0.99_106/eval.log ADDED
The diff for this file is too large to render. See raw diff
 
al_0.47_g_0.99_106/latest_train.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ts": "2026-01-24T02:46:54.698660Z",
3
+ "loop": 8137,
4
+ "env_steps": 4999987199,
5
+ "loss": 0.019173111766576767,
6
+ "avg_return": 0.9238110780715942,
7
+ "regret": 0.6239526271820068,
8
+ "entropy": 0.11560589075088501,
9
+ "lr": 5e-05,
10
+ "discount_rate": 0.99,
11
+ "num_rollout_steps": 64
12
+ }
al_0.47_g_0.99_106/setup.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "rl_action": "train",
4
+ "num_rollout_steps": 64,
5
+ "lr": 5e-05,
6
+ "discount_rate": 0.99,
7
+ "eff_horizon": null,
8
+ "eval_every": 1,
9
+ "use_wandb": true,
10
+ "use_hf": true,
11
+ "use_log": true,
12
+ "num_total_env_steps": 5000000000,
13
+ "checkpoint": "al_0.47_g_0.99_106",
14
+ "render_sixel": false,
15
+ "sixel_idx": 60,
16
+ "seed": 106,
17
+ "mask_type": "first_episode",
18
+ "penalize_time": false,
19
+ "optim": "adam",
20
+ "live_monitor": false,
21
+ "use_bf16": false,
22
+ "deterministic": true,
23
+ "eval_schedule": "0:1,250:2,500:5,1000:10,2000:20",
24
+ "grad_acc_per_chunk": 5,
25
+ "num_rollout_chunks": 1,
26
+ "cheese_loc": "any",
27
+ "env_layout": "open",
28
+ "alpha": 0.47,
29
+ "env_size": 13,
30
+ "num_levels": 9600,
31
+ "f_str_ckpt": "al_{alpha}_g_{discount_rate}_{seed}",
32
+ "wandb_project": "jaxgmg2_3phase_seed",
33
+ "ckpt_dir": "jaxgmg2_3phase_seed",
34
+ "duplication_factor": -1,
35
+ "smoke": false,
36
+ "compile": true,
37
+ "num_chains": 6,
38
+ "num_draws": 3000,
39
+ "num_steps_bw_draws": 1,
40
+ "on_policy": true,
41
+ "llc_nbeta": 3000,
42
+ "localization": 10,
43
+ "exact_solver_each_draw": false,
44
+ "llc_optimizer": "sgld",
45
+ "iw_clip_eps": null,
46
+ "rmsprop_burnin_steps": 20,
47
+ "llc_data_file": "llc_scan_open_reinforce.pkl",
48
+ "llc_checkpoint_index": null,
49
+ "llc_checkpoint_number": null,
50
+ "sink": null,
51
+ "repo_id": "davidquarel/jaxgmg_ckpt_zip",
52
+ "use_shuffled_checkpoints": false,
53
+ "force_re_download": false,
54
+ "off_distribution_data": false,
55
+ "weight_restrictions": null,
56
+ "weight_restrictions_invert": false,
57
+ "evaluate_every_position": false,
58
+ "use_prev_action": false,
59
+ "num_prev_actions": 1
60
+ },
61
+ "setup": {
62
+ "start_time_utc": "2026-01-24T00:50:40.971473Z",
63
+ "seed": 106,
64
+ "device": "cuda",
65
+ "python_version": "3.11.11",
66
+ "torch_version": "2.10.0+cu128",
67
+ "jax_version": "0.6.2",
68
+ "hostname": "5a72857b6734",
69
+ "platform": "Linux-5.15.0-164-generic-x86_64-with-glibc2.35",
70
+ "git_sha": null,
71
+ "git_branch": null,
72
+ "use_wandb": true
73
+ }
74
+ }
al_0.47_g_0.99_106/setup.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ Start: 2026-01-24T00:50:40.971473Z
2
+ Seed: 106
3
+ Device: cuda
4
+ Python: 3.11.11 | Torch: 2.10.0+cu128 | JAX: 0.6.2
5
+ Host: 5a72857b6734
6
+ Platform: Linux-5.15.0-164-generic-x86_64-with-glibc2.35
7
+ Git: branch=None sha=None
8
+ use_wandb: True
al_0.47_g_0.99_106/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
al_0.47_g_0.99_106/train.log ADDED
The diff for this file is too large to render. See raw diff