4ndr3lu15 commited on
Commit
85bd7e6
·
verified ·
1 Parent(s): 4390dc6

Upload folder using huggingface_hub

Browse files
runs/b2241a8586f912c2/config.eqx ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "template_name": "ant-ppo-baseline",
3
+ "seed": 42,
4
+ "instance_id": "b2241a8586f912c2",
5
+ "task": "Ant-v4",
6
+ "algorithm": "ppo",
7
+ "hyperparams": {
8
+ "total_steps": 2000000,
9
+ "learning_rate": 0.0003,
10
+ "gamma": 0.99,
11
+ "gae_lambda": 0.95,
12
+ "clip_epsilon": 0.2,
13
+ "value_coef": 0.5,
14
+ "entropy_coef": 0.01,
15
+ "max_grad_norm": 0.5,
16
+ "rollout_steps": 2048,
17
+ "num_envs": 8,
18
+ "num_minibatches": 32,
19
+ "update_epochs": 10
20
+ },
21
+ "network": {
22
+ "actor_hidden": [
23
+ 256,
24
+ 256
25
+ ],
26
+ "critic_hidden": [
27
+ 256,
28
+ 256
29
+ ],
30
+ "activation": "tanh",
31
+ "shared_backbone": false
32
+ },
33
+ "trace": {
34
+ "checkpoint_steps": [
35
+ 200000,
36
+ 500000,
37
+ 1000000,
38
+ 1500000,
39
+ 2000000
40
+ ],
41
+ "checkpoint_freq": null,
42
+ "log_freq": 1000,
43
+ "video_freq": 100000
44
+ },
45
+ "description": "PPO baseline on Ant locomotion task",
46
+ "tags": [
47
+ "baseline",
48
+ "mujoco",
49
+ "locomotion"
50
+ ]
51
+ }
runs/b2241a8586f912c2/config.yaml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ template_name: ant-ppo-baseline
2
+ seed: 42
3
+ instance_id: b2241a8586f912c2
4
+ task: Ant-v4
5
+ algorithm: ppo
6
+ hyperparams:
7
+ total_steps: 2000000
8
+ learning_rate: 0.0003
9
+ gamma: 0.99
10
+ gae_lambda: 0.95
11
+ clip_epsilon: 0.2
12
+ value_coef: 0.5
13
+ entropy_coef: 0.01
14
+ max_grad_norm: 0.5
15
+ rollout_steps: 2048
16
+ num_envs: 8
17
+ num_minibatches: 32
18
+ update_epochs: 10
19
+ network:
20
+ actor_hidden:
21
+ - 256
22
+ - 256
23
+ critic_hidden:
24
+ - 256
25
+ - 256
26
+ activation: tanh
27
+ shared_backbone: false
28
+ trace:
29
+ checkpoint_steps:
30
+ - 200000
31
+ - 500000
32
+ - 1000000
33
+ - 1500000
34
+ - 2000000
35
+ checkpoint_freq: null
36
+ log_freq: 1000
37
+ video_freq: 100000
38
+ description: PPO baseline on Ant locomotion task
39
+ tags:
40
+ - baseline
41
+ - mujoco
42
+ - locomotion
runs/b2241a8586f912c2/meta.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ run_id: b2241a8586f912c2
2
+ template_name: ant-ppo-baseline
3
+ seed: 42
4
+ status: pending
5
+ created_at: '2026-01-29T23:21:19.198394Z'
6
+ started_at: null
7
+ completed_at: null
8
+ current_step: 0
9
+ total_steps: 2000000
10
+ checkpoints_saved: []
11
+ videos_saved: []
12
+ error_message: null