smarts.core.local_agent module

class smarts.core.local_agent.LocalAgent[source]

A local implementation of a buffer agent.

act(obs)[source]

Call the agent’s act function asynchronously and return a Future.

start(agent_spec: AgentSpec)[source]

Send the AgentSpec to the agent runner.

terminate()[source]

Clean up agent resources.