Upload config.json with huggingface_hub
Browse files- config.json +1 -21
config.json
CHANGED
|
@@ -1,21 +1 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model_type": "SmallNN",
|
| 3 |
-
"input_dim": 8,
|
| 4 |
-
"hidden_dim": 64,
|
| 5 |
-
"output_dim": 4,
|
| 6 |
-
"total_params": 836,
|
| 7 |
-
"framework": "pytorch",
|
| 8 |
-
"task": "LunarLander-v2",
|
| 9 |
-
"license": "mit",
|
| 10 |
-
"training_data": "500 PPO teacher episodes (154K steps)",
|
| 11 |
-
"accuracy": "99.2%",
|
| 12 |
-
"performance": {
|
| 13 |
-
"landings_mean": "96.3%",
|
| 14 |
-
"landings_std": "2.5%",
|
| 15 |
-
"crashes": "0.0%",
|
| 16 |
-
"average_reward_mean": 255.8,
|
| 17 |
-
"average_reward_std": 5.4,
|
| 18 |
-
"test_episodes": 1000,
|
| 19 |
-
"params_compared_to_ppo": "48x smaller"
|
| 20 |
-
}
|
| 21 |
-
}
|
|
|
|
| 1 |
+
{"model_type": "SmallNN", "input_dim": 8, "hidden_dim": 64, "output_dim": 4, "params": 836}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|