Key terminology and implementation notes
mainWhen working with SimplerEnv, keep the following technical details in mind:
- TCP: The term
tcpis used throughout the codebase to refer to the tool center point of the robot end-effector. - Control Frequency: While the real-world Google Robot controller is non-blocking, SimplerEnv currently implements a 3hz fixed frequency control in simulation (consistent with the RT-1 paper).