webxos commited on
Commit
a437602
·
verified ·
1 Parent(s): 4b34fff

Upload 6 files

Browse files
enhanced_network.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": [
3
+ 256,
4
+ 128,
5
+ 64,
6
+ 32
7
+ ],
8
+ "weights_shape": [
9
+ [
10
+ 128,
11
+ 256
12
+ ],
13
+ [
14
+ 64,
15
+ 128
16
+ ],
17
+ [
18
+ 32,
19
+ 64
20
+ ]
21
+ ],
22
+ "biases_shape": [
23
+ 128,
24
+ 64,
25
+ 32
26
+ ],
27
+ "learning_rate": 0.000539995035802871,
28
+ "export_timestamp": 1768620730827
29
+ }
enhanced_telemetry.csv ADDED
The diff for this file is too large to render. See raw diff
 
enhanced_telemetry.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
metadata.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "enhanced-fsd-trainer-v3",
3
+ "version": "3.0",
4
+ "export_date": "2026-01-17T03:32:10.711Z",
5
+ "pattern": "NW→SE→NE→SW→CENTER",
6
+ "total_epochs": 1,
7
+ "total_iterations": 4,
8
+ "total_training_steps": 198,
9
+ "total_frames": 2456,
10
+ "total_collisions": 0,
11
+ "best_time": 43.821,
12
+ "success_rate": "0.0%",
13
+ "network_architecture": [
14
+ 256,
15
+ 128,
16
+ 64,
17
+ 32
18
+ ],
19
+ "final_learning_rate": 0.000539995035802871,
20
+ "final_exploration_rate": 0.7844588566837682,
21
+ "total_train_steps": 46,
22
+ "environment_config": {
23
+ "roomSize": 60,
24
+ "obstacleCount": 15,
25
+ "floatingCount": 12,
26
+ "floatingMinSpeed": 0.2,
27
+ "floatingMaxSpeed": 0.5,
28
+ "bounceEnergy": 0.8,
29
+ "obstacleRepulsion": 2,
30
+ "difficultyLevel": 1
31
+ },
32
+ "difficulty_level": 1,
33
+ "average_reward": 0.07323599252748854,
34
+ "cumulative_reward": 49.23813798729472,
35
+ "policy_loss": -26.312529155695238,
36
+ "value_loss": 5436.550241000355,
37
+ "td_error": 61.88468767083076
38
+ }
successful_paths.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "epoch": 1,
4
+ "iteration": 1,
5
+ "time": 46.172,
6
+ "collisions": 3,
7
+ "pathLength": 223.08938037459592,
8
+ "efficiency": 103.4151974273884,
9
+ "score": 114.4151974273884,
10
+ "cumulativeReward": 247.57212917349426,
11
+ "explorationRate": 0.8804065205598663,
12
+ "timestamp": 1768620604813
13
+ },
14
+ {
15
+ "epoch": 1,
16
+ "iteration": 2,
17
+ "time": 43.821,
18
+ "collisions": 5,
19
+ "pathLength": 234.46528906084512,
20
+ "efficiency": 98.39764516019926,
21
+ "score": 104.34084516019927,
22
+ "cumulativeReward": 211.86340165886054,
23
+ "explorationRate": 0.8446472164289289,
24
+ "timestamp": 1768620651265
25
+ },
26
+ {
27
+ "epoch": 1,
28
+ "iteration": 3,
29
+ "time": 47.156,
30
+ "collisions": 4,
31
+ "pathLength": 229.65428490296074,
32
+ "efficiency": 100.45896737847086,
33
+ "score": 108.45896737847086,
34
+ "cumulativeReward": 226.91003580139525,
35
+ "explorationRate": 0.8111514926426099,
36
+ "timestamp": 1768620700981
37
+ }
38
+ ]
training_experiences.jsonl ADDED
The diff for this file is too large to render. See raw diff