Update config.json
Browse files- config.json +10 -12
config.json
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
|
| 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 |
}
|