cheryl-tootty commited on
Commit
2780054
·
verified ·
1 Parent(s): 26b7305

Upload top-level files from nv_smpl_newusda_tunereward

Browse files
Files changed (1) hide show
  1. config.yaml +22 -0
config.yaml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_name": "nv_smpl",
3
+ "simulator": "isaaclab",
4
+ "num_envs": 8192,
5
+ "batch_size": 16384,
6
+ "motion_file": "data/output/nv_smpl_train.pt",
7
+ "experiment_path": "examples/experiments/mimic/mlp_nvsmpl_terrain.py",
8
+ "experiment_name": "nv_smpl_newusda_tunereward",
9
+ "scenes_file": null,
10
+ "checkpoint": null,
11
+ "use_wandb": true,
12
+ "use_slurm": false,
13
+ "ngpu": 1,
14
+ "nodes": 1,
15
+ "headless": true,
16
+ "seed": 0,
17
+ "torch_deterministic": false,
18
+ "training_max_steps": 10000000000000,
19
+ "overrides": [],
20
+ "create_config_only": false,
21
+ "wandb_id": "v59udbrt"
22
+ }