Ievan commited on
Commit
a7d7e64
·
verified ·
1 Parent(s): 35a82e7

Upload fb_z_20260604_230208/flags.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. fb_z_20260604_230208/flags.json +93 -0
fb_z_20260604_230208/flags.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "agent": "agents.onestep_fb",
3
+ "agent_config": {
4
+ "alpha": 0.03,
5
+ "backward_repr_layer_norm": false,
6
+ "batch_size": 256,
7
+ "dataset": {
8
+ "frame_stack": 3,
9
+ "p_aug": 0.5
10
+ },
11
+ "encoder": "impala_small",
12
+ "forward_repr_layer_norm": false,
13
+ "normalize_q_loss": true,
14
+ "num_zero_shot_samples": 10000,
15
+ "reward_temperature": 300
16
+ },
17
+ "comet_mode": "online",
18
+ "comet_run_group": "experiments",
19
+ "enable_comet": 1,
20
+ "env_name": "visual-cube-single-play-v0",
21
+ "eval_episodes": 50,
22
+ "eval_gaussian": null,
23
+ "eval_interval": 50000,
24
+ "eval_temperature": 0,
25
+ "hf_repo": "Ievan/fb_z",
26
+ "log_interval": 5000,
27
+ "project": "fb-jax",
28
+ "restore_epoch": null,
29
+ "restore_path": null,
30
+ "save_dir": "exp_logs",
31
+ "save_interval": 500000,
32
+ "seed": 0,
33
+ "train_steps": 500000,
34
+ "video_episodes": 1,
35
+ "video_frame_skip": 3,
36
+ "activation": "gelu",
37
+ "actor_fc_scale": 0.01,
38
+ "actor_hidden_dims": [
39
+ 512,
40
+ 512,
41
+ 512,
42
+ 512
43
+ ],
44
+ "actor_layer_norm": false,
45
+ "agent_name": "onestep_fb",
46
+ "alpha": 0.03,
47
+ "backward_repr_hidden_dims": [
48
+ 512,
49
+ 512,
50
+ 512,
51
+ 512
52
+ ],
53
+ "backward_repr_layer_norm": false,
54
+ "batch_size": 256,
55
+ "const_std": true,
56
+ "dataset": {
57
+ "actor_geom_sample": false,
58
+ "actor_p_curgoal": 0.0,
59
+ "actor_p_randomgoal": 0.0,
60
+ "actor_p_trajgoal": 1.0,
61
+ "dataset_class": "GCDataset",
62
+ "frame_stack": 3,
63
+ "gc_negative": false,
64
+ "p_aug": 0.5,
65
+ "relabeling": false,
66
+ "value_geom_sample": true,
67
+ "value_p_curgoal": 0.2,
68
+ "value_p_randomgoal": 0.3,
69
+ "value_p_trajgoal": 0.5
70
+ },
71
+ "discount": 0.99,
72
+ "encoder": "impala_small",
73
+ "fackward_repr_layer_norm": true,
74
+ "forward_repr_hidden_dims": [
75
+ 512,
76
+ 512,
77
+ 512,
78
+ 512
79
+ ],
80
+ "forward_repr_layer_norm": false,
81
+ "latent_dim": 128,
82
+ "latent_mix_prob": 0.5,
83
+ "lr": 0.0001,
84
+ "normalize_latent": true,
85
+ "normalize_q_loss": true,
86
+ "num_zero_shot_samples": 10000,
87
+ "orthonorm_coeff": 0.0,
88
+ "q_agg": "min",
89
+ "repr_agg": "mean",
90
+ "reward_temperature": 300,
91
+ "tanh_squash": true,
92
+ "tau": 0.005
93
+ }