diamond / ChopperCommand /config.json
ChanLumerico's picture
Add ChopperCommand weights
5435dbf verified
Raw
History Blame Contribute Delete
1.77 kB
{
"library_name": "lucid",
"architecture": "diamond",
"model_type": "diamond",
"task": "world-modeling",
"config": {
"sample_size": 64,
"in_channels": 3,
"out_channels": 3,
"act_fn": "silu",
"num_actions": 18,
"conditioning_frames": 4,
"unet_channels": [
64,
64,
64,
64
],
"unet_layers": [
2,
2,
2,
2
],
"cond_dim": 256,
"sigma_data": 0.5,
"p_mean": -0.4,
"p_std": 1.2,
"sigma_offset_noise": 0.3,
"attention_head_dim": 8,
"denoise_steps": 3,
"reward_channels": [
32,
32,
32,
32
],
"reward_layers": [
2,
2,
2,
2
],
"reward_cond_dim": 128,
"reward_frames": 2,
"reward_lstm_dim": 512,
"actor_channels": [
32,
32,
64,
64
],
"actor_layers": [
1,
1,
1,
1
],
"actor_lstm_dim": 512,
"horizon": 15,
"gamma": 0.985,
"lambda_": 0.95,
"entropy_weight": 0.001,
"burn_in": 4
},
"preprocessing": {
"resize": 64,
"rescale": 0.00784313725490196,
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
]
},
"weights": {
"tag": "ChopperCommand",
"num_classes": 18,
"license": "mit",
"source": "https://huggingface.co/eloialonso/diamond",
"num_params": 0,
"game": "ChopperCommand",
"num_actions": 18,
"denoising_steps": 3,
"sha256": "79e6e4fd93aa0b4f0e2f7e6fc7e5dbc96c9fc3076b0a005123a37bda345041cd",
"file_size_mb": 51.72
},
"id2label": {
"0": "generative",
"1": "diffusion",
"2": "world-model"
},
"label2id": {
"generative": 0,
"diffusion": 1,
"world-model": 2
}
}