my_policy / config.json
b10902046's picture
Upload policy weights, train config and readme
e942228 verified
{
"type": "behavior_cloning",
"n_obs_steps": 1,
"normalization_mapping": {
"STATE": "MIN_MAX",
"ACTION": "MIN_MAX"
},
"input_features": {
"observation.state": {
"type": "STATE",
"shape": [
6
]
}
},
"output_features": {
"action": {
"type": "ACTION",
"shape": [
6
]
}
},
"device": "cuda",
"use_amp": false,
"push_to_hub": true,
"repo_id": "b10902046/my_policy",
"private": null,
"tags": null,
"license": null,
"hidden_dims": [
256,
256
],
"activation": "relu",
"optimizer_lr": 0.0001,
"optimizer_betas": [
0.9,
0.999
],
"optimizer_eps": 1e-08,
"optimizer_weight_decay": 1e-06,
"scheduler_name": "cosine",
"scheduler_warmup_steps": 500
}