C# 클래스 AIXI.RockPaperScissorsEnvironment

상속: AIXIEnvironment
파일 보기 프로젝트 열기: GoodAI/SummerCamp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Paper int
RDraw int
RLose int
RWin int
Rock int
Scissors int

공개 메소드들

메소드 설명
PerformAction ( int action ) : int>.Tuple
RockPaperScissorsEnvironment ( string>.Dictionary options ) : System

메소드 상세

PerformAction() 공개 메소드

public PerformAction ( int action ) : int>.Tuple
action int
리턴 int>.Tuple

RockPaperScissorsEnvironment() 공개 메소드

public RockPaperScissorsEnvironment ( string>.Dictionary options ) : System
options string>.Dictionary
리턴 System

프로퍼티 상세

Paper 공개적으로 프로퍼티

public int Paper
리턴 int

RDraw 공개적으로 프로퍼티

public int RDraw
리턴 int

RLose 공개적으로 프로퍼티

public int RLose
리턴 int

RWin 공개적으로 프로퍼티

public int RWin
리턴 int

Rock 공개적으로 프로퍼티

public int Rock
리턴 int

Scissors 공개적으로 프로퍼티

public int Scissors
리턴 int