user-image Policy Management Dashboard
Helper Icon Image
Access Pathmind

Sign up to integrate RL into industrial application.

Get Started

Policy Testing

Query Policy to Get Predicted Action

Use the fields below to experiment with different inputs and see how the policy reacts.

Call Center

Time

Links Utilization

                                                  
                                                    // Observation to be fed into the policy to receive the next action.
                                                    {
                                                      "Current Hour": 1,
                                                      "Current Minute": 1,
                                                      "Call Center 0: Queue Size": 10,
                                                      "Call Center 0: Busy Operators": 100,
                                                      "Call Center 0: Idle Operators": 55,
                                                      "Call Center 1: Queue Size": 10,
                                                      "Call Center 1: Busy Operators": 100,
                                                      "Call Center 1: Idle Operators": 55,
                                                      "Call Center 2: Queue Size": 10,
                                                      "Call Center 2: Busy Operators": 100,
                                                      "Call Center 2: Idle Operators": 55,
                                                      "Call Center 3: Queue Size": 10,
                                                      "Call Center 3: Busy Operators": 100,
                                                      "Call Center 3: Idle Operators": 55,
                                                      "Call Center 4: Queue Size": 10,
                                                      "Call Center 4: Busy Operators": 100,
                                                      "Call Center 4: Idle Operators": 55,
                                                      "Link 0": 10
                                                      "Link 1": 10
                                                      "Link 2": 10
                                                      "Link 3": 10
                                                      "Link 4": 10
                                                      "Link 5": 10
                                                      "Link 6": 10
                                                      "Link 7": 10
                                                      "Link 8": 10
                                                      "Link 9": 10
                                                    }