The reinforcement-learning tag has no wiki summary.
1
vote
2answers
723 views
Tic Tac Toe, Reinforced Learning and Hash Tables - Don't understand how to create a game
For my data structures course, we were asked to create Tic Tac Toe(3x3)that:
1) Has two player - dumb and smart(computer plays both sides)
2) Dumb player - "X" , always makes first move, and all of ...
1
vote
2answers
641 views
Suggestion for C++ reinforcement learning library to control flocking algorithm
I am looking to use reinforcement learning to adaptively modify the weights involved in a flocking algorithm (i.e. 'boids').
Searching google revealed several libraries, but I don't know anything ...