MAKE YOUR ROBOT MOVE
Call the New Theory API for your robot to respond to the real world. newt login from your terminal or create an API key to get started.
from newt import Robot, snapshots
robot = Robot()
response = robot.infer(snapshots.load("red_cube"))
print(response)