Jump to content

Adventures in Machine Learning for Robotics


LHACK4142

Recommended Posts

One of my teammates in my FTC robotics team suggested using AI to drive the robot instead of painstakingly pre-programming instructions. I thought this was kind of far-fetched, but as I researched the idea, it seemed more and more plausible, so we're going to give it a go! If we can get it working, it could honestly be a bit of a game-changer; basically nobody else is doing it, and it could save so much time and accelerate development dramatically.

I want to document the process so that we can write about it in our essays and stuff, and also so that we can maybe make a tutorial, so I'll be posting whatever stuff I found here.

So far, I've decided that I want to use a reinforcement learning model because they use agents in environments, which is easily adapted to a robot in a playing field. I'm not sure Q-learning would work because from what I gather, it fills out a table of all possible states and decides the best thing to do based on that table, and we'd have around 2^140 states. Therefore, I think I'll use deep learning. Since I need to use Java for FTC, I think it's time to start learning deeplearning4j!

Link to comment
Share on other sites

  • 2 weeks later...
This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...