Author Topic: Tic tac toe player Turkish Robot  (Read 7324 times)

0 Members and 1 Guest are viewing this topic.

Offline yaskilTopic starter

  • Beginner
  • *
  • Posts: 6
  • Helpful? 0
Tic tac toe player Turkish Robot
« on: January 29, 2007, 08:12:11 AM »
We have completed our project and want to share with you . The project is about creating a robotic arm which can play Tic Tac Toe game dynamically.

The arm relocates itself dynamically by the help of image processing.
It can distinguishes among different type of objects (arm, board and pieces).
It has unbeatable artificial intelligence.
It can automatically play tic tac toe game with a human.

Playing with it is very funny after working so much on it  you can watch the movie in the following link. We appreciate your comments.

http://www.youtube.com/watch?v=HFuBMOLuAn0

Offline Somchaya

  • Robot Overlord
  • ****
  • Posts: 180
  • Helpful? 0
  • You know it's cute!
Re: Tic tac toe player Turkish Robot
« Reply #1 on: January 29, 2007, 01:35:00 PM »
Cool, I think it's a really neat robot to have  :) I can't imagine how long you spent calibrating the arm though.. unless it was all done with visual feedback, which would be extremely impressive!
Somchaya - Back after a year of misc things
http://whisker.scribblewiki.com

Offline yaskilTopic starter

  • Beginner
  • *
  • Posts: 6
  • Helpful? 0
Re: Tic tac toe player Turkish Robot
« Reply #2 on: January 29, 2007, 04:01:30 PM »
We spent plenty of time on calibrating arm. That was the real challange we had to handle. The arm is completely automated. There is no human based input while it is moving, thinking or detecting items. I can play with it face to face :) it is really great feeling...

Offline annoyin_kid

  • Full Member
  • ***
  • Posts: 91
  • Helpful? 0
Re: Tic tac toe player Turkish Robot
« Reply #3 on: January 30, 2007, 12:03:37 PM »
so... is it better than you?

Offline yaskilTopic starter

  • Beginner
  • *
  • Posts: 6
  • Helpful? 0
Re: Tic tac toe player Turkish Robot
« Reply #4 on: January 30, 2007, 12:36:54 PM »
yes of course. it is checking all possible game paths. it is better than all of us.

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Tic tac toe player Turkish Robot
« Reply #5 on: January 30, 2007, 06:35:42 PM »
how does the arm know where the pieces are? camera, or do you input it into the computer?

whats the device thingy on the gripper that picks up the pieces? got a diagram?

and i wouldnt call it AI . . . if you follow a short set of basic rules its impossible to lose at tic-tac-toe ;D
now if the arm learned to do slight of hand to cheat and move the opponents pieces, that would be AI! :P

Offline yaskilTopic starter

  • Beginner
  • *
  • Posts: 6
  • Helpful? 0
Re: Tic tac toe player Turkish Robot
« Reply #6 on: January 31, 2007, 01:32:34 AM »
The system has a camera. Our software stream images from web cam to a computer and processes image by the help of image processing techniques. After image processing, the arm determines which physical coordinate of an item that human inserted.

By term AI which I have used is not the reaction of arm for some type of specific inputs. So as you mentioned before a short set of basic rules can be adequate for making an interaction. In our system, we collate some useful information by the help of camera. We process this information and create a searchable game tree which consists of all possible game board states. At this point the AI itself takes place. Searching through all possible board states, deciding which move is better or worse and providing an output which can be called best move is the actual thing AI does. So in software litrature there are so many accepted decision making AI algorithms. We are using one of them. So it is impossible to win againts it because mathematically it is impossible, it is proofed.

As a gripper we have used a programmable electro magnet which is specially designed for this project. Behaviour of gripper can be controlled with our software.

Offline annoyin_kid

  • Full Member
  • ***
  • Posts: 91
  • Helpful? 0
Re: Tic tac toe player Turkish Robot
« Reply #7 on: January 31, 2007, 11:23:44 AM »
yes of course. it is checking all possible game paths. it is better than all of us.
ah damn the robots have beat the humans again

Offline yaskilTopic starter

  • Beginner
  • *
  • Posts: 6
  • Helpful? 0
Re: Tic tac toe player Turkish Robot
« Reply #8 on: January 31, 2007, 11:33:34 AM »
yes of course. it is checking all possible game paths. it is better than all of us.
ah damn the robots have beat the humans again

It depends on your point of view.

Offline JesseWelling

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 707
  • Helpful? 0
  • Only You Can Build A Robot!
Re: Tic tac toe player Turkish Robot
« Reply #9 on: January 31, 2007, 04:09:54 PM »
and i wouldnt call it AI . . . if you follow a short set of basic rules its impossible to lose at tic-tac-toe ;D

Sounds like First Order Logic to me :P

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Tic tac toe player Turkish Robot
« Reply #10 on: January 31, 2007, 09:10:49 PM »
Quote
As a gripper we have used a programmable electro magnet which is specially designed for this project.
got info on that electromagnet? part numbers, design info?

a few years ago i tried making a robot that could play chess by using a $100 electromagnet . . . but all the magnet did was overheat and could barely lift a paperclip :-\

soon after i gave up . . .

Offline yaskilTopic starter

  • Beginner
  • *
  • Posts: 6
  • Helpful? 0
Re: Tic tac toe player Turkish Robot
« Reply #11 on: February 01, 2007, 01:58:56 AM »
Quote
As a gripper we have used a programmable electro magnet which is specially designed for this project.
got info on that electromagnet? part numbers, design info?

a few years ago i tried making a robot that could play chess by using a $100 electromagnet . . . but all the magnet did was overheat and could barely lift a paperclip :-\

soon after i gave up . . .

Hmm I am sorry about that. If I were you I wouldn't have given up. We had same type of difficulties while doing this project. Chess is very complicated game for a robot. You may have mechanical problems, such as calibration. Also if you want to have completely automated project you need some detailed image processing. In chess there are 12 different items (in tic tac toe there are 2). Your algorithms might be capable of distinguishing all these. In my oppinion you should try something simple at first.

We have electro magnet done. I don't have very detailed information about this equipment.

Offline dosprompt007

  • Jr. Member
  • **
  • Posts: 7
  • Helpful? 0
Re: Tic tac toe player Turkish Robot
« Reply #12 on: April 07, 2007, 06:07:58 PM »
I enjoy the Turkish Tic-Tac-Toe Playing Robot as it relates historically to the Chessplaying Turk in the 18th century.  Of course, the original Turk was a hoax...

 


Get Your Ad Here