prostochel097 commited on
Commit
f228dde
·
verified ·
1 Parent(s): 88ca267

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -12
config.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
- "model_type": "alpha_pilot_dqn",
3
- "architecture": "MLP",
4
- "state_dim": 8,
5
- "hidden_layers": [
6
- 256,
7
- 128
8
- ],
9
- "action_dim": 4,
10
- "activation": "ReLU",
11
- "version": "1.0-alpha",
12
- "author": "Alpha-Developer",
13
- "task": "LunarLander-v2"
14
  }
 
1
  {
2
+ "model_type": "alpha_pilot_dqn",
3
+ "architecture": "MLP",
4
+ "state_dim": 8,
5
+ "hidden_layers": [256, 128],
6
+ "action_dim": 4,
7
+ "activation": "ReLU",
8
+ "auto_map": {
9
+ "AutoConfig": "configuration_alphapilot.AlphaPilotConfig",
10
+ "AutoModel": "modeling_alphapilot.AlphaPilotModel"
11
+ }
 
 
12
  }