Ievan commited on
Commit
643b105
·
verified ·
1 Parent(s): 78f0fb5

Upload fb_minigrid_jax_20260617_183512/flags.json with huggingface_hub

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