C# Class TemplateAgent, autonomous-vehicles-mlagents-unity

Inheritance: Agent
显示文件 Open project: grantgasser/autonomous-vehicles-mlagents-unity

Public Methods

Method Description
AgentAction ( Array, vectorAction ) : void
AgentOnDone ( ) : void
AgentReset ( ) : void
CollectObservations ( ) : void

Method Details

AgentAction() public method

public AgentAction ( Array, vectorAction ) : void
vectorAction Array,
return void

AgentOnDone() public method

public AgentOnDone ( ) : void
return void

AgentReset() public method

public AgentReset ( ) : void
return void

CollectObservations() public method

public CollectObservations ( ) : void
return void