diamond / CSGO /config.json
ChanLumerico's picture
Add CSGO weights
fecf1fb verified
Raw
History Blame Contribute Delete
2.15 kB
{
"library_name": "lucid",
"architecture": "diamond",
"model_type": "diamond",
"task": "world-modeling",
"config": {
"sample_size": [
30,
56
],
"in_channels": 3,
"out_channels": 3,
"act_fn": "silu",
"num_actions": 51,
"conditioning_frames": 4,
"unet_channels": [
128,
256,
512,
1024
],
"unet_layers": [
2,
2,
2,
2
],
"cond_dim": 2048,
"attn_depths": [
0,
0,
1,
1
],
"with_agent": false,
"noise_previous_obs": true,
"upsampler_channels": [
64,
64,
128,
256
],
"upsampler_layers": [
2,
2,
2,
2
],
"upsampler_attn_depths": [
0,
0,
0,
1
],
"upsampling_factor": 5,
"sigma_data": 0.5,
"p_mean": -0.4,
"p_std": 1.2,
"sigma_offset_noise": 0.1,
"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": "CSGO",
"num_classes": 51,
"license": "mit",
"source": "https://huggingface.co/eloialonso/diamond",
"num_params": 0,
"game": "CSGO",
"num_actions": 51,
"denoising_steps": 3,
"sha256": "20e8a9cc87da27e6af4d47694c318b411dd014617c217705dea3b228e60828b5",
"file_size_mb": 1455.92
},
"id2label": {
"0": "generative",
"1": "diffusion",
"2": "world-model"
},
"label2id": {
"generative": 0,
"diffusion": 1,
"world-model": 2
}
}