4ndr3lu15 commited on
Commit
dfc5adb
·
verified ·
1 Parent(s): b054211

Upload folder using huggingface_hub

Browse files
runs/fa8cf2e5f56c2121/config.yaml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ template_name: antdir-ppo
2
+ instance_id: fa8cf2e5f56c2121
3
+ env_id: AntDir-v1
4
+ env_kwargs:
5
+ direction_rad: -0.7853981633974483
6
+ algorithm: ppo
7
+ seed: 268489157
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/fa8cf2e5f56c2121/meta.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ run_id: fa8cf2e5f56c2121
2
+ template_name: antdir-ppo
3
+ seed: 268489157
4
+ status: pending
5
+ created_at: '2026-01-30T16:51:13.301958Z'
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