C# 클래스 social_learning.Agent

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

공개 메소드들

메소드 설명
Agent ( int id ) : System
ReceiveReward ( double r ) : void
Step ( double sensors ) : void

보호된 메소드들

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

메소드 상세

Agent() 공개 메소드

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

ProcessReward() 보호된 추상적인 메소드

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

ReceiveReward() 공개 메소드

public ReceiveReward ( double r ) : void
r double
리턴 void

Step() 공개 메소드

public Step ( double sensors ) : void
sensors double
리턴 void

getRotationAndVelocity() 보호된 추상적인 메소드

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