C# 클래스 Interfaces.Algorithms.Agent

상속: IEntity
파일 보기 프로젝트 열기: JamesNunns/Robotics-Group-Studies

공개 메소드들

메소드 설명
Agent ( neural_net ) : System
perform_action ( Array state, float reward, bool done ) : int[]

메소드 상세

Agent() 공개 메소드

public Agent ( neural_net ) : System
리턴 System

perform_action() 공개 메소드

public perform_action ( Array state, float reward, bool done ) : int[]
state Array
reward float
done bool
리턴 int[]