zoo.policies.non_interactive_agent module

class zoo.policies.non_interactive_agent.NonInteractiveAgent(speed=5, target_lane_index=None)[source]
act(obs)[source]

The agent action. See documentation on observations, AgentSpec, and AgentInterface.

Expects an adapted observation and returns a raw action.