Amazon's DeepRacer - Careful What You Wish For
Written by Mike James   
Saturday, 01 December 2018

This sounds wonderful. If only it was going to be available to order in time for the holiday season.  However, it might cost you a lot more than the $400 price tag suggests. Reinforcement racing anyone?

Reinforcement Learning (RL) is big in AI at the moment. You don't tell the system what is right or wrong, you simply provide feedback in the form of a reward appropriate to the action and its result. The theory of RL isn't particularly difficult, but applying it can be. RL systems tend to be very slow to learn and training cycles go on and on and on.

Amazon wants to encourage us to get involved in AI, and RL in particular, and at this year's Re:Invent conference one big announcement was DeepRacer. This is described as a 1/18th scale race car - although what it is a scale model of isn't clear as it looks very strange:

deepracer1

That is the front view of the car and you can see the camera that is used to navigate round the track. You get the impression that Amazon's publicity department thinks the front is the sharp end from a lot of the publicity shots - see the photo at the end.

The hardware specs are fairly modest:

CAR 18th scale 4WD with monster truck chassis
CPU Intel Atom™ Processor
MEMORY 4GB RAM
STORAGE 32GB (expandable)
WI-FI 802.11ac
CAMERA 4 MP camera with MJPEG
SOFTWARE Ubuntu OS 16.04.3 LTS, Intel® OpenVINO™ toolkit, ROS Kinetic
DRIVE BATTERY 7.4V/1100mAh lithium polymer
COMPUTE BATTERY 13600mAh USB-C PD
PORTS 4x USB-A, 1x USB-C, 1x Micro-USB, 1x HDMI
SENSORS Integrated accelerometer and gyroscope

 

Notice that it uses a fairly small processor and not a huge amount of memory. The reason is that a trained RL models are comparatively light to work with. The software is used is quite interesting. The operating system is the well known ROS - Robot Operating System running under Ubuntu. The vision system is Intel's OpenVINO which is OpenCV/TensorFlow based and can make use of hardware acceleration provided by GPUs or by Intel's Neural Compute Stick. However there does't appear to be any hardware acceleration in DeepRacer - perhaps using some of the USB ports for a few Neural Compute Sticks might give your DeepRacer the edge over the rest.

The hardware is going to cost around $400 when it is available, sometime next year, but if you order it now you can get it for just $249 - a bargain. And yes, many will want to buy one and join in the DeepRacer league:

  • League - Compete in the world’s first global, autonomous racing league, to race for prizes and glory and a chance to advance to the AWS DeepRacer Grand Final to win the coveted AWS DeepRacer Cup.

 All great fun but...

Reinforcment learning isn't easy and, despite the reassurance that you only need basic Python programming, my guess is that you will need rather more. There seems to be some custom software for the device. A racetrack simulator is provided to train and test the model. The four-step "Getting Started" states that you can create a model, train on a simulator, submit to a leaderboard to show how well you are doing and then deploy the model to the model racing car to try it out for real. In this case the devil is in the detail - train on a simulator.

When you look into it a little more DeepRacer is based on Amazon SageMaker for the deep learning models, the new AWS RoboMaker for the simulator, Kinesis for the video streams and also S3 storage plus CloudWatch for the logs. So you are going to be heavily committed to AWS usage and while these services have free tiers you are likely to exceed these and end up spending real money. SageMaker, for example, has a 2-month limited free period and after this you pay according to the size of the machine instance you are using. A system that is described as a moderate performer will cost $0.25 to $0.50 per hour and much more if you want to use GPUs.

It could be that Amazon is planning to create a special deal on compute time, but given the amount of computer hardware and time you have to throw at RL to get it to work - DeepMind took 5000,000 minutes of compute time using GPUs to learn to play an Atari games - I don't think it can be that generous.

So DeepRacer looks fun, but it could well cost you much more than the $400 headline price.

deepracer2

 

More Information

AWS DeepRacer

AWS DeepRacer – Fully autonomous 1/18th scale race car for developers

Related Articles

Design Your Own Self-Driving Car

Can You Build A Self-Driving Car In Six Months?

Enrol Now For Udacity Intro to Self-Driving Cars Nanodegree

Udacity's Self-Driving Car Engineer Nanodegree 

Google's Self Driving Cars - Not So Smart?

Google Makes A Driverless Car       

Google's Self-Driving Cars Tackle Urban Traffic Hazards       

Google Self-Driving Car For Daily Commute

Sebastian Thrun on Google's driverless car

Driverless Cars - More Than Just Google

Driverless Cars Become Legal - The Implications

Robot cars - provably uncrashable?

Gazebo Robot Simulator Makes Version 7

Free Robonaut 2 Simulator

ROS - Robot Operating System Is Five!

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Couchbase's Coding Assistant Goes GA
11/03/2024

Capella iQ, the AI coding assistant for developers that makes interacting with Couchbase using natural language possible, has gone from private beta to being generally available.



Crazy Clocks
10/03/2024

It's that time again when the clocks change and  time is of the essence and I indulge my interest in crazy clocks. I am always surprised that there are still new ideas for how to display the time [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Saturday, 01 December 2018 )