File size: 371 Bytes
6398b33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
002f7b0
6398b33
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "architectures": [
    "MrPongForRL"
  ],
  "model_type": "mr_pong",
  "obs_dim": 12,
  "action_dim": 3,
  "hidden_dims": [
    160,
    160
  ],
  "activation": "tanh",
  "torch_dtype": "float32",
  "global_step": 9975808,
  "auto_map": {
    "AutoConfig": "configuration_mr_pong.MrPongConfig",
    "AutoModel": "modeling_mr_pong.MrPongForRL"
  }
}