Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Messaging.Messages.ReactionParameters Class Reference

More...

Public Member Functions

 ReactionParameters (bool terminable=false, bool step=false, bool reset=false, bool configure=false, bool describe=false, bool episode_count=false)
 
override string ToString ()
 

Properties

bool EpisodeCount [get]
 
ExecutionPhase Phase [get, set]
 
bool IsExternal = ExecutionPhase.Middle_ [get, set]
 
bool Terminable [get]
 
bool Describe [get]
 
bool Reset [get]
 
bool Step [get]
 
bool Configure [get]
 

Detailed Description

Definition at line 20 of file ReactionParameters.cs.

Constructor & Destructor Documentation

◆ ReactionParameters()

droid.Runtime.Messaging.Messages.ReactionParameters.ReactionParameters ( bool  terminable = false,
bool  step = false,
bool  reset = false,
bool  configure = false,
bool  describe = false,
bool  episode_count = false 
)

Definition at line 21 of file ReactionParameters.cs.

Member Function Documentation

◆ ToString()

override string droid.Runtime.Messaging.Messages.ReactionParameters.ToString ( )

Returns

Definition at line 71 of file ReactionParameters.cs.

Property Documentation

◆ Configure

bool droid.Runtime.Messaging.Messages.ReactionParameters.Configure
get

Definition at line 66 of file ReactionParameters.cs.

◆ Describe

bool droid.Runtime.Messaging.Messages.ReactionParameters.Describe
get

Definition at line 54 of file ReactionParameters.cs.

◆ EpisodeCount

bool droid.Runtime.Messaging.Messages.ReactionParameters.EpisodeCount
get

Definition at line 38 of file ReactionParameters.cs.

◆ IsExternal

bool droid.Runtime.Messaging.Messages.ReactionParameters.IsExternal = ExecutionPhase.Middle_
getset

Definition at line 46 of file ReactionParameters.cs.

◆ Phase

ExecutionPhase droid.Runtime.Messaging.Messages.ReactionParameters.Phase
getset

Definition at line 42 of file ReactionParameters.cs.

◆ Reset

bool droid.Runtime.Messaging.Messages.ReactionParameters.Reset
get

Definition at line 58 of file ReactionParameters.cs.

◆ Step

bool droid.Runtime.Messaging.Messages.ReactionParameters.Step
get

Definition at line 62 of file ReactionParameters.cs.

◆ Terminable

bool droid.Runtime.Messaging.Messages.ReactionParameters.Terminable
get

Definition at line 50 of file ReactionParameters.cs.


The documentation for this class was generated from the following file: