Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 940 Bytes

sphere-agent.rst

File metadata and controls

40 lines (28 loc) · 940 Bytes

SphereAgent

Images

image

Description

A basic sphere robot that moves along a plane. The SphereAgent does not have physics - it simply computes its next location and teleports there, as compared to the turtle-agent which has mass and momentum.

See ~holodeck.agents.SphereAgent for more details.

Control Schemes

Sphere discrete (0)

A single-length integer vector that accepts 1 of four possible numbers; 0: move forward, 1: move backward, 2: turn right, 3: turn left

Sphere continuous (1)

A 2-length floating point vector used to specify the agent's forward speed (index 0) and rotation speed (index 1).

Sockets

  • CameraSocket located at the front of the sphere body
  • Viewport located behind the agent

image