policies
LocalPolicy
Local policy that directly queries action from policy, outputs zero delta action if policy is None.
Source code in OmniGibson/omnigibson/learning/policies.py
forward(obs, *args, **kwargs)
Directly return a zero action tensor of the specified action dimension.
Source code in OmniGibson/omnigibson/learning/policies.py
WebsocketPolicy
Websocket policy for controlling the robot over a websocket connection.