pre63 commited on
Commit
e009ea7
·
verified ·
1 Parent(s): d3e5f45

benchmark_e5_xu_elim/CartPole-v1/erc_trpo/seed_0/latest checkpoint epoch 4700

Browse files
benchmark_e5_xu_elim/CartPole-v1/erc_trpo/seed_0/latest/config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env_id": "CartPole-v1",
3
+ "env_backend": "gymnasium",
4
+ "results_env_id": "",
5
+ "variant": "erc_trpo",
6
+ "total_timesteps": 3000000,
7
+ "max_episode_steps": 500,
8
+ "gamma": 0.98,
9
+ "gae_lambda": 0.95,
10
+ "max_kl": 1e-05,
11
+ "cg_iters": 10,
12
+ "cg_damping": 0.1,
13
+ "batch_size": 500,
14
+ "update_batch_size": 32,
15
+ "entropy_coef": 1e-08,
16
+ "policy_hidden": [
17
+ 128
18
+ ],
19
+ "value_hidden": [
20
+ 128
21
+ ],
22
+ "seed": 0,
23
+ "num_seeds": 3,
24
+ "log_interval": 10,
25
+ "eval_interval": 10,
26
+ "num_eval_episodes": 10,
27
+ "results_dir": "results",
28
+ "benchmark_id": "e5_xu_elim",
29
+ "checkpoints_dir": "",
30
+ "use_buffer": false,
31
+ "buffer_clear_threshold": 195.0,
32
+ "buffer_capacity": 10000,
33
+ "device": "cpu",
34
+ "upload_to_hf": false,
35
+ "sync_hf_on_start": false,
36
+ "resume": true,
37
+ "save_every_epochs": 50,
38
+ "hf_upload_every_epochs": 0,
39
+ "hf_sync_interval_sec": 900,
40
+ "wipe_on_hyperparam_change": true,
41
+ "ppo_clip": 0.2,
42
+ "ppo_epochs": 10,
43
+ "ppo_lr": 0.0003,
44
+ "random_kl_std": 0.1,
45
+ "binomial_n_scale": 100.0,
46
+ "activation": "relu",
47
+ "value_lr": 0.01,
48
+ "value_epochs": 20
49
+ }
benchmark_e5_xu_elim/CartPole-v1/erc_trpo/seed_0/latest/history.json ADDED
The diff for this file is too large to render. See raw diff
 
benchmark_e5_xu_elim/CartPole-v1/erc_trpo/seed_0/latest/metadata.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env_id": "CartPole-v1",
3
+ "discrete_actions": true,
4
+ "device": "cpu",
5
+ "policy_hidden": [
6
+ 128
7
+ ],
8
+ "value_hidden": [
9
+ 128
10
+ ],
11
+ "training": {
12
+ "total_timesteps": 3000000,
13
+ "gamma": 0.98,
14
+ "entropy_coef": 1e-08,
15
+ "seed": 0,
16
+ "batch_size": 500
17
+ },
18
+ "progress": {
19
+ "epoch": 4700,
20
+ "timesteps": 2350000
21
+ },
22
+ "metrics": {
23
+ "epoch": 4699,
24
+ "timesteps": 2350000,
25
+ "objective": 1.7485379430581816e-05,
26
+ "surrogate_improve": 1.7485379430581816e-05,
27
+ "surrogate": 1.7485379430581816e-05,
28
+ "kl": 5.414009137894027e-06,
29
+ "entropy_mean": 0.5492997765541077,
30
+ "kl_budget_bonus": 5.492997765541077e-09,
31
+ "effective_kl": 5.414009137894027e-06,
32
+ "line_search_backtracks": 5,
33
+ "update_success": 1.0,
34
+ "kl_relaxation": 5.492997765541077e-09,
35
+ "eval_return_mean": 417.2,
36
+ "eval_return_std": 119.44940351462621
37
+ },
38
+ "variant": "erc_trpo",
39
+ "uses_entropy": false,
40
+ "uses_buffer": false,
41
+ "paper": {
42
+ "title": "Trust region policy optimization via entropy regularization for Kullback\u2013Leibler divergence constraint",
43
+ "authors": "Haotian Xu, Junyu Xuan, Guangquan Zhang, Jie Lu",
44
+ "year": 2024,
45
+ "venue": "Neurocomputing 589:127716",
46
+ "url": "https://doi.org/10.1016/j.neucom.2024.127716"
47
+ },
48
+ "secondary_papers": [
49
+ {
50
+ "title": "Trust Region Policy Optimization",
51
+ "authors": "John Schulman, Sergey Levine, Philipp Moritz, Michael I. Jordan, Pieter Abbeel",
52
+ "year": 2015,
53
+ "venue": "ICML",
54
+ "url": ""
55
+ }
56
+ ]
57
+ }
benchmark_e5_xu_elim/CartPole-v1/erc_trpo/seed_0/latest/policy.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f50adca4931862f851e91f02bb91bb2e4d0264aced4b3906a859e69aafff895c
3
+ size 5971
benchmark_e5_xu_elim/CartPole-v1/erc_trpo/seed_0/latest/progress.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "epoch": 4700,
3
+ "timesteps": 2350000,
4
+ "history_len": 4700
5
+ }
benchmark_e5_xu_elim/CartPole-v1/erc_trpo/seed_0/latest/value.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b27b08d6e5c2e2250460a8ab75faa19c2c8a04250331699b1fd60c139519d10e
3
+ size 5449