C# 클래스 social_learning.Acceptability.RecurrentNeuralAcceptability

A neural network based acceptability function. The network only looks at the most recent element in the memory and uses recurrent connections to handle multiple SAR actions.
상속: IAcceptabilityFunction
파일 보기 프로젝트 열기: tansey/social-learning

공개 메소드들

메소드 설명
Accept ( LinkedList memory ) : bool
RecurrentNeuralAcceptability ( IBlackBox brain, double acceptThreshold = 0.8, double rewardNormalizer = 100 ) : System
Reset ( ) : void

메소드 상세

Accept() 공개 메소드

public Accept ( LinkedList memory ) : bool
memory LinkedList
리턴 bool

RecurrentNeuralAcceptability() 공개 메소드

public RecurrentNeuralAcceptability ( IBlackBox brain, double acceptThreshold = 0.8, double rewardNormalizer = 100 ) : System
brain IBlackBox
acceptThreshold double
rewardNormalizer double
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void