4ndr3lu15 commited on
Commit
e598864
·
verified ·
1 Parent(s): 373b392

Upload folder using huggingface_hub

Browse files
runs/24b3cec191ea20d8/config.yaml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ template_name: antdir-ppo
2
+ instance_id: 24b3cec191ea20d8
3
+ env_id: AntDir-v1
4
+ env_kwargs:
5
+ direction_rad: 1.5707963267948966
6
+ algorithm: ppo
7
+ seed: 801849371
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
+ actor_hidden:
21
+ - 256
22
+ - 256
23
+ critic_hidden:
24
+ - 256
25
+ - 256
26
+ activation: tanh
27
+ shared_backbone: false
28
+ trace_checkpoint_steps:
29
+ - 200000
30
+ - 500000
31
+ - 1000000
32
+ - 1500000
33
+ - 2000000
34
+ trace_checkpoint_freq: 50000
35
+ trace_log_freq: 1000
36
+ trace_video_freq: 100000
37
+ description: PPO training on Ant with direction control task
38
+ tags:
39
+ - baseline
40
+ - mujoco
41
+ - locomotion
42
+ - multitask
runs/24b3cec191ea20d8/meta.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ run_id: 24b3cec191ea20d8
2
+ template_name: antdir-ppo
3
+ seed: 801849371
4
+ status: pending
5
+ created_at: '2026-01-30T16:51:13.633515Z'
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