Training Arena

AI Agent Learning Pathfinding & Obstacle Navigation

Neural Network Parameters

Experiment with hyperparameters to see how they affect AI learning

Learning Rate

0.001 How fast the AI learns from mistakes

Exploration Rate

80% How often AI explores vs exploits knowledge

Hidden Layer Size

128 Number of neurons in hidden layer

Batch Size

32 Training examples processed together

Memory Size

10,000 Max experiences stored for learning

Discount Factor

0.95 How much future rewards matter

Data Management

Save and load trained models with their learned parameters

Changing parameters will reset the current training session