4ndr3lu15 commited on
Commit
c7949ed
·
verified ·
1 Parent(s): c045cdf

Upload templates/index.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. templates/index.yaml +22 -0
templates/index.yaml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ant-ppo-baseline:
2
+ algorithm: ppo
3
+ description: PPO baseline on Ant locomotion task
4
+ seeds:
5
+ - 42
6
+ - 123
7
+ - 456
8
+ task: Ant-v4
9
+ cartpole-test:
10
+ algorithm: ppo
11
+ description: Quick CartPole test for pipeline validation
12
+ seeds:
13
+ - 42
14
+ task: CartPole-v1
15
+ halfcheetah-ppo-baseline:
16
+ algorithm: ppo
17
+ description: PPO baseline on HalfCheetah velocity task
18
+ seeds:
19
+ - 42
20
+ - 123
21
+ - 456
22
+ task: HalfCheetah-v4