C# 클래스 social_learning.DumbAgent

상속: Agent
파일 보기 프로젝트 열기: tansey/social-learning

공개 메소드들

메소드 설명
DumbAgent ( int id ) : System
Reset ( ) : void

보호된 메소드들

메소드 설명
ProcessReward ( double r ) : void
getRotationAndVelocity ( double sensors ) : float[]

메소드 상세

DumbAgent() 공개 메소드

public DumbAgent ( int id ) : System
id int
리턴 System

ProcessReward() 보호된 메소드

protected ProcessReward ( double r ) : void
r double
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

getRotationAndVelocity() 보호된 메소드

protected getRotationAndVelocity ( double sensors ) : float[]
sensors double
리턴 float[]