| Property group | Property Name | Description | Misc. | Note |
| Model File | Save Model File | Decide whether to save model file. | Required | Yes, No |
| Model File | Model File Path | Set the path for the model file to be saved. | Conditionally Required | |
| Selection options | Model Setting | Select the gms file to load as an environment model. | Required | |
| Selection options | Discount Rate(gamma) | Set the discount rate(gamma) for the future reward. | Required | 0<real number<1 |
| Selection options | Actor Learning Rate | Specify the Learning Rate for the Actor neural network. | Required | 0<real number<1 |
| Selection options | Critic Learning Rate | Specify the learning rate of the Critic neural network. | Required | 0<real number<1 |
| Selection options | Max Episodes | Specify the maximum number of episodes to learn. | Required | Integer |
| Selection options | Max Steps | Specify the number of maximum steps in an episode. | Required | Integer |
| Selection options | Target Variable | Specifies a Target value for the variable to be controlled. | Required | Discrete Variables |
| Selection options | Target Tolerance | Specify the allowable error margin for the target value when defining the environmental reward. | Required | Integer |
| Selection options | Target Upper Limit | Specify the condition for ending an episode. The episode ends when the predicted value in the environmental model exceeds the specified value | Required | Real number |
| Selection options | Target Lower Limit | Specify the condition for ending an episode. The episode ends when the predicted value in the environmental model is below the specified value | Required | Real number |
| Selection options | Control Variable | Specify the control variables in Environmental Model. | Required | |
| Selection options | Control Amount | Specify the Control Amount of the control variable. | Required | Integer |
| Selection options | Batch Normalization | Decide whether to use batch normalization. | Required | Yes, No |
| Selection options | Output Layer Activation Function | Specifies the Activation Function of the output layer. | Required | Linear, Sigmoid, ReLU, Leaky ReLU, SoftMax |
| Hidden Layer Configuration | Add Hidden Layer | Add hidden layer | Optional | |
| Hidden Layer Configuration | Remove Last Hidden Layer | Remove the last hidden layer. | Optional | |
| Hidden Layer # | Number of nodes | Specify the number of nodes for each specified hidden layer | Required | Integer |
| Hidden Layer # | Activation Function | Select the activation function for the specified hidden layer. | Required | Linear, Sigmoid, ReLU, Leaky ReLU, SoftMax |