Hacker News new | ask | show | jobs
by sarvind 2647 days ago
You require AWS to at least activate and set up DeepRacer [0].

You don't strictly speaking need the cloud for training a DeepRacer model, although cloud access (via the DeepRacer console) could be the path of least friction.

Much of the source code for training DeepRacer on AWS can be found on the amazon-sagemaker-examples github repo [1].

The sample training environment relies on Gazebo [2] which, while freely available, has a managed AWS offering [3]. But ultimately, you should just be able to deploy an RL Coach model to the device [4].

[0] https://docs.aws.amazon.com/deepracer/latest/developerguide/...

[1] https://github.com/awslabs/amazon-sagemaker-examples/tree/ma...

[2] http://gazebosim.org/

[3] https://docs.aws.amazon.com/robomaker/latest/dg/simulation-t...

[4] https://docs.aws.amazon.com/deepracer/latest/developerguide/...