C# 클래스 social_learning.SpinningAgent

상속: ForagingAgent
파일 보기 프로젝트 열기: tansey/social-learning 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

메소드 상세

ProcessReward() 보호된 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SpinningAgent() 공개 메소드

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

getRotationAndVelocity() 보호된 메소드

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