Learning Algorithm
 
 

The Learning Algorithm used is a modification of the Q-learning algorithm used for the cart-pole balancing algorithm(Anderson). The following changes have been made :

 
  • The number of input lines to the neural net have been changed from four(cart-pole problem) to 9 ( 3 for ball coordinates, 3 for ball velocity and 3 for bat coordinates) in the first approach and 12 in the second approach (3 more than first approach for bat velocity).

  •  
  •  Back to top
  •  Back to index