C# Class AIXI.Program

Show file Open project: GoodAI/SummerCamp

Public Methods

Method Description
InteractionLoop ( Agent agent, AIXIEnvironment env, string>.Dictionary options ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

InteractionLoop() public static method

public static InteractionLoop ( Agent agent, AIXIEnvironment env, string>.Dictionary options ) : void
agent Agent
env AIXIEnvironment
options string>.Dictionary
return void