kbsooo commited on
Commit
482f6f2
·
verified ·
1 Parent(s): 2e0550b

Upload model_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_info.json +17 -0
model_info.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "AlphaApple FruitBox AI",
3
+ "description": "PPO agent trained to play Korean fruit box puzzle game",
4
+ "architecture": "CNN + PPO",
5
+ "input_shape": [
6
+ 17,
7
+ 10,
8
+ 1
9
+ ],
10
+ "output_shape": "action_logits + value",
11
+ "training_steps": 1000000,
12
+ "performance": {
13
+ "average_score": 77.0,
14
+ "vs_random": "+7.1%",
15
+ "vs_greedy": "+5.0%"
16
+ }
17
+ }