This is demonstration on how easy it is to make a basic trial-and-error learning mechanism for AI robots in TPT. This bot plays Rock-Paper-Scissors against you, and learns how to win against you.		
				
			
							sfpi
							electronics
							rock
							paper
							scissors
					
	 
	
	
	
	Comments
		
				- 
			
			
it seems smart but rps is pretty much random, so its mostly just a coincidence if it wins, just can't wait till we have learning ai in tpt
		 
		- 
			
			
can i copy it(i dont mind if you have to get credit)
		 
		- 
			
			
Amazing! You've made supervised learning in TPT! Next: unsupervised learning! >:)
		 
		- 
			
			
Btw, there is a bug where the MERC can be trapped on the far right or far left of it's cell, making the AI not respond to a certain action.
		 
		- 
			
			
So, it sees what you click, gives a random response and if it doesn't lose, it stores it for next time, but if it loses it gives a random response the next time.