Ievan commited on
Commit
9f4aae5
·
verified ·
1 Parent(s): a6a3a93

Upload fb_z_20260610_130006/flags.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. fb_z_20260610_130006/flags.json +92 -0
fb_z_20260610_130006/flags.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "agent": "agents.onestep_fb",
3
+ "agent_config": {
4
+ "alpha": 0.3,
5
+ "backward_repr_layer_norm": false,
6
+ "batch_size": 256,
7
+ "dataset": {
8
+ "p_aug": 0.0
9
+ },
10
+ "encoder": null,
11
+ "forward_repr_layer_norm": false,
12
+ "normalize_q_loss": true,
13
+ "num_zero_shot_samples": 10000,
14
+ "reward_temperature": 10
15
+ },
16
+ "comet_mode": "online",
17
+ "comet_run_group": "experiments",
18
+ "enable_comet": 1,
19
+ "env_name": "ogbench-antmaze-large-navigate-v0",
20
+ "eval_episodes": 1,
21
+ "eval_gaussian": null,
22
+ "eval_interval": 50000,
23
+ "eval_temperature": 0,
24
+ "hf_repo": "Ievan/fb_z",
25
+ "log_interval": 5000,
26
+ "project": "fb-jax",
27
+ "restore_epoch": null,
28
+ "restore_path": null,
29
+ "save_dir": "exp_logs",
30
+ "save_interval": 500000,
31
+ "seed": 2,
32
+ "train_steps": 500000,
33
+ "video_episodes": 1,
34
+ "video_frame_skip": 3,
35
+ "normalize_latent": true,
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.3,
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": null,
63
+ "gc_negative": false,
64
+ "p_aug": 0.0,
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": null,
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_q_loss": true,
85
+ "num_zero_shot_samples": 10000,
86
+ "orthonorm_coeff": 0.0,
87
+ "q_agg": "min",
88
+ "repr_agg": "mean",
89
+ "reward_temperature": 10,
90
+ "tanh_squash": true,
91
+ "tau": 0.005
92
+ }