-
Notifications
You must be signed in to change notification settings - Fork 302
Expand file tree
/
Copy pathbc_seals_hopper_best_hp_eval.json
More file actions
48 lines (48 loc) · 1.03 KB
/
bc_seals_hopper_best_hp_eval.json
File metadata and controls
48 lines (48 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"bc": {
"batch_size": 64,
"l2_weight": 1.3610189916104634e-6,
"optimizer_cls": {
"py/type": "torch.optim.adam.Adam"
},
"optimizer_kwargs": {
"lr": 0.0007172435323620212
},
"train_kwargs": {
"log_interval": 500,
"n_batches": null,
"n_epochs": 20
}
},
"dagger": {
"rollout_round_min_episodes": null,
"total_timesteps": 100000,
"use_offline_rollouts": false
},
"demonstrations": {
"source": "huggingface",
"algo_name": "ppo",
"n_expert_demos": null
},
"policy": {
"policy_cls": {
"py/type": "imitation.policies.base.FeedForward32Policy"
},
"policy_kwargs": {
"features_extractor_class": {
"py/type": "imitation.policies.base.NormalizeFeaturesExtractor"
},
"features_extractor_kwargs": {
"normalize_class": {
"py/type": "imitation.util.networks.RunningNorm"
}
}
}
},
"policy_evaluation": {
"n_episodes_eval": 50
},
"environment": {
"gym_id": "seals/Hopper-v1"
}
}