File size: 256 Bytes
d2f6908
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
---
configs:
- config_name: default
  data_files:
  - split: train
    path: "train/*.tw-pddl"
  - split: eval_in_distribution
    path: "eval_in_distribution/*.tw-pddl"
  - split: eval_out_of_distribution
    path: "eval_out_of_distribution/*.tw-pddl"
---