<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Monte Carlo Tree Search Planning for continuous action and state spaces</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Federico Bianchi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lorenzo Bonanni</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alberto Castellini</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alessandro Farinelli</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Verona, Department of Computer Science</institution>
          ,
          <addr-line>Strada Le Grazie 15, 37134, Verona</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Sequential decision-making in real-world environments is an important problem of artificial intelligence and robotics. In the last decade reinforcement learning has provided efective solutions in small and simulated environments but it has also shown some limits on large and real-world domains characterized by continuous state and action spaces. In this work, we aim to evaluate some state-of-the-art algorithms based on Monte Carlo Tree Search planning in continuous state/action spaces and propose a first version of a new algorithm based on action widening. Algorithms are evaluated on a synthetic domain in which the agent aims to control a car through a narrow curve for reaching the goal in the shortest possible time and avoiding the car going of the road. We show that the proposed method outperforms the state-of-the-art techniques.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Reinforcement Learning</kwd>
        <kwd>Monte Carlo Tree Search</kwd>
        <kwd>Planning in continuous space</kwd>
        <kwd>Progressive widening</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Planning for sequential decision-making in real-world environments is an important problem
in artificial intelligence and robotics. The interest in this topic has rapidly grown and recently
Reinforcement Learning (RL) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] methods have been applied to it. Several of these approaches
have however shown to be efective on small or simulated environments but unable to scale to
real-world problems. A feature that characterizes several real-world planning problems is the
usage of continuous actions and states. Some examples are autonomous driving [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ], search
and rescue [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] or dynamic resource allocation [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In these domains finding an optimal policy
is often unfeasible due to the large or multi-dimensional action space, in which the number
of possible actions is infinite hence making the exploration of all available actions impossible.
In particular, large high-dimensional spaces make often space discretization unfeasible due
to computational constraints. Even when such discretization is computationally feasible, the
exploratory ability is limited and action accuracy is low.
      </p>
      <p>
        Monte Carlo Tree Search (MCTS) [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ] based planning is an online method widely used
to allow planning in Markov Decision Processes (MDP) on large domains. The methodology
reached very good results on discrete state/action domains [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and partially observable domains
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. It was also extended to consider prior knowledge about the environment [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ] and to
improve the trustworthiness of the policy [
        <xref ref-type="bibr" rid="ref12 ref13 ref14">12, 13, 14</xref>
        ], and it was applied to real-world domains
[
        <xref ref-type="bibr" rid="ref15 ref16">15, 16</xref>
        ]. However, only a few works focus on the extension of MCTS to continuous state and
action spaces. Some techniques for MDPs were proposed in 2008. In particular, a method called
MCTS Action Progressive Widening (MCTS-APW) that controls the widening of actions for
continuous action space was introduced in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and theoretically analyzed in [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. In 2013 a
methodology based on [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] that extends the widening to actions and states nodes was proposed,
namely, the method which is called MTCS-Double Progressive Widening (MCTS-DPW) controls
the widening of the tree search both for the states and actions, balancing the exploration
of new states and actions or the exploitation of visited nodes [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. In 2018 the idea of [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]
was extended for Partially Observable Markov Decision Processes (POMDPs). The extension
introduces a method called Partially-Observable Monte Carlo Planning Observation Widening
(POMCPOW) that controls the widening of actions, states, and observations [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Finally, in
2019 a technique based on Voronoi diagrams [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] was proposed and subsequently extended
to progressive widening for POMDPs in 2021 [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. This extension uses Voronoi diagrams to
partition the action space in cells in which centroids represent the action with the highest
state-action value and perform a global search in order to identify the cell and then the best
action by sampling new actions around it.
      </p>
      <p>
        In this work, we aim to i) evaluate the most prominent state-of-the-art methodologies for
MCTS-based planning in continuous state and action spaces, ii) propose a new method that
outperforms state-of-the-art techniques. We present, in particular, the results achieved so far
comparing standard MCTS-planning [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] using discretized actions, MCTS-APW [
        <xref ref-type="bibr" rid="ref17 ref19">17, 19</xref>
        ] and
an extended version of MCTS-APW, that we call MCTS-APW2, which performs widening by
sampling new actions in an eficient way. The methods are compared on a synthetic domain
in which the agent aims to control a car through a narrow curve for reaching the goal in the
shortest possible time and avoiding the car going of the road. We show that the proposed
methodology outperforms the other approaches.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Background</title>
      <sec id="sec-2-1">
        <title>2.1. Markov Decision Processes</title>
        <p>
          Markov Decision Processes (MDPs) [
          <xref ref-type="bibr" rid="ref23 ref24">23, 24</xref>
          ] can formalize a broad range of sequential
decisionmaking problems. Formally, an MDP models problems in fully observable environments using a
5-tuple  = ⟨, , , ,  ⟩, where  is a set of states,  is a set of actions,  :  ×  → ()
is a stochastic transition function, in which  (, , ′) indicates the probability of landing on
state ′ ∈  after executing action  ∈  in state  ∈ ,  :  ×  → R is a reward function
with (, ) ∈ [− , ], and  ∈ [0, 1) is a discount factor. When  cannot be implicitly
defined, a generative model (, ) can be used to stochastically generate a new state ′ and
reward  for MDP. The set of stochastic policies for  is Π = { :  → ()} and the goal
is to find a control policy  (, ) =  (|) that maximizes the expected discounted cumulative
reward defined as E[∑︀∞
        </p>
        <p>=0  (, )].</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Monte Carlo Tree Search Planning for MDPs with discrete states/actions</title>
        <p>
          MCTS is a simulation-based search algorithm for online decision-making [
          <xref ref-type="bibr" rid="ref25 ref7">25, 7</xref>
          ] that works by
incrementally creating a policy tree until some predefined computational budget is reached. The
building of a policy tree consists of alternating layers of state nodes generated by a generative
model  and action nodes estimated by state-action value function (, ). Each state node in
the search tree represents a state of the domain, and direct links to child action nodes represent
actions leading to the next states.
        </p>
        <p>
          A search iteration starts from the root node and four steps are applied: i) Selection: An
action node is recursively selected to descend through the tree until a node is expandable, i.e., it
represents a non-terminal state and has unvisited children. The most common selection function
for MCTS is the Upper Confidence Tree (UCT) which expands the tree by selecting nodes and
balancing exploration and exploitation in order to maximize the upper confidence bound UCB
[
          <xref ref-type="bibr" rid="ref26 ref27">26, 27</xref>
          ]; ii) Expansion: One (or more) child nodes are added to expand the tree according to the
available actions; iii) Simulation: A simulation is run from the expanded nodes to the leaf nodes
according to the default policy to produce an outcome. The default policy selects sequences of
actions randomly; iv) Backpropagation: The result of the simulation is backpropagated through
the selected nodes to update their statistics, which are the average reward obtained from that
node onwards and the number of times the node has been visited. At the end of simulations, the
action with the maximum Q-value is selected and executed in the environment. This method
assumes that the states and actions are discrete.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Methods</title>
      <p>We first summarize some of the main methods in the literature for MCTS-based planning in
continuous state/action spaces and then we describe a new technique aiming to outperform
state-of-the-art methods.</p>
      <sec id="sec-3-1">
        <title>3.1. MCTS Planning with discretized actions</title>
        <p>
          We refer here to the standard version of MCTS that discretizes the action space by splitting it
into intervals and maps each interval to a discrete value. This technique poses the problem of
tuning the number of actions for maximizing the performance, which is often complicated in
real-world domains with continuous and multi-dimensional action space. When the number
of possible actions is infinite it is impossible to explore all the space and it is often dificult to
achieve a good trade-of between accuracy and MC tree width. The curse of dimensionality is
a problem for this approach because a large number of actions/spaces makes the tree width
explode. In other words, the tree gets wider and never develops in depth obtaining policies
optimized only in the first step and using random (rollout) policies in all following steps. This
type of policies are not optimal but very close to random.
MCTS Action Progressive Widening (MCTS-APW) was first proposed in [
          <xref ref-type="bibr" rid="ref17 ref19">17, 19</xref>
          ]. It explicitly
controls the branching factor of the action nodes of the tree search. MCTS-APW is necessary
when the action space is continuous or so large that cannot be fully explored. During the search,
the number of actions for each state is controlled by two parameters, namely,  ∈ R+, 
that control the number of action nodes for each state. In particular, the technique samples
∈ [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ]
a new random action from the action space if ||()|| &lt;  () , where ||()|| is the set of
actions added to the node with state  and  () is the number of visits of state . The strategy
used by this algorithm to generate new actions is to randomly sample from all the action space.
If no new action has to be added to the current set, then the algorithm selects an action using
UCT [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ].
3.3. MCTS-APW2
We propose an extension of MCTS-APW, that substitutes the random sampling of new actions
from all the action space with a new sampling strategy. The first three actions selected by
MCTS-APW2 are always the minimum, median and maximum points of the action space (in
multi-dimensional action spaces the minimum, median, and maximum are obtained by selecting,
respectively, the minimum, median and maximum values for each action). From the fourth
action, with probability  &lt;  we select the two actions 1, 2, in the current set of selected
actions, having the highest -value (this is why the name of the method has a "2" at the end), and
we compute the new action as  =mean(1, 2); with probability 1
randomly in all the action space. The algorithm is described in more detail in the Supplementary
Material. After a new action is added to the state node, its statistics are initialized and UCT is
−  we sample a new action
used to select actions in the new action set.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>This section presents experiments comparing standard MCTS, MCTS-APW and MCTS-APW2.
We first describe the domain, then we introduce the experimental setting and parameter tuning
performed to determine good sets of parameters for each method. Finally, we show the global
performance in terms of average cumulative reward and analyze the best and average trajectories
generated to explain the reasons why MCTS-APW2 outperforms MCTS-APW.</p>
      <sec id="sec-4-1">
        <title>4.1. Domain</title>
        <p>
          We evaluate the algorithms in an environment representing a curved road with a bottleneck in
which the agent has to reach the other side of the bottleneck in the minimum number of steps
(i.e., in the shortest possible time or with the highest possible average speed). The environment
is displayed in Figure 1, where the blue and red lines represent the edges of the road and the
green dashed line is the trajectory executed by the agent. The trajectory starts in 0 with an
initial speed 10 m/s with angle 90∘ (0∘ is a horizontal movement to the right) and it ends when
the agent crosses the vertical dashed green line on the right (or if it goes of the road). The state
and action spaces are continuous. Namely, the agent can position itself at any point inside the
road and it can control the acceleration  ∈ [
          <xref ref-type="bibr" rid="ref5">− 5, 5</xref>
          ] and the steering  ∈ [− 30∘ , 30∘ ]. The speed

of the vehicle must be in the range  ∈ [
          <xref ref-type="bibr" rid="ref20">0, 20</xref>
          ]. The reward function returns a score  = − 
at each step, where  is a reward proportional to the distance between the agent and the target
and  is the number of steps taken until the current point. The episode is terminated in
three cases: if the agent reaches the target (with reward  = 10000 ), if the agent goes of-road
(with reward  = − 1000), or if it reaches 100 steps (with reward  = − 1000). The transition
model is a simple dynamical model that allows to move the agent deterministically according to
the current speed, acceleration, and steering.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Parameter optimization</title>
        <p>
          We perform parameter tuning to select the most suitable parameters for each method.
Specifically, we perform a grid search running each combination of parameters for 10 episodes and then
identify the set of parameters that maximize the average discounted reward. For standard MCTS
(called MCTS in the following) the main parameter to tune is the number of intervals in which
each action is discretized. We perform a grid search over each combination of number of
accelerations  ∈ [
          <xref ref-type="bibr" rid="ref11 ref15 ref21 ref7">7, 11, 15, 21, 50, 70, 120, 150</xref>
          ] and angles  ∈ [
          <xref ref-type="bibr" rid="ref11 ref15 ref3 ref5 ref7">3, 5, 7, 11, 15</xref>
          ]. For MCTS-APW and
MCTS-APW2 we perform a grid search to determine the parameters  and  that control the
action widening. We tested, in particular, all combinations of  ∈ [30, 40, 50, 60, 70, 80, 90] and
 ∈ [0, 0.1, 0.4, 0.5, 0.6, 0.8, 0.9]. With MCTS-APW2 we also considered all  ∈ [0.4, 0.6, 0.9].
        </p>
        <p>The best parameters for the methods are the following: i) MCTS:  = 7 and  = 7; ii)
MCTS-APW:  = 40 and  = 0; iii) MCTS-APW2:  = 40,  = 0 and  = 0.4. In all methods
we use 100 simulations to generate the tree, the exploration factor is  = 11 and the discount
factor is  = 0.99. After selecting the best parameters for each method we computed their
cumulative reward on 100 episodes using those parameters. Tests are run on two laptops, the
ifrst with processor Intel Core i7 - 6500 CPU 2.50 GHz x 4, RAM 16 GB and operating system
Ubuntu 20.04.5 LTS, the second with processor Intel Core i7-8550U CPU 1.80GHz × 8, RAM 16
GB and operating system Ubuntu 22.04 LTS.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Performance comparison</title>
        <p>Table 1 shows the performance of the three methods using the best parameters. The parameters
used are reported in brackets close to the name of the method in the first column. The second
column shows the average performance (over 100 runs), which is the main measure we use
to evaluate the algorithms. MCTS-APW2 has the highest cumulative reward ( ), namely
48.3, then there is MCTS with − 309.2 and finally MCTS-APW with − 909.8. We notice that the
algorithm that we propose, i.e., MCTS-APW2, provides a large improvement in terms of average
performance. The third and fourth columns of Table 1 show, respectively, the maximum and
minimum reward (over 100 runs). It is interesting to notice that also on this measure
MCTSAPW2 wins, with a value of 1774.7, but in this case, MCTS reaches a similar performance, i.e.,
1773.2. The fifth column shows the number of times the agent went of-road (over 100 runs).
MCTS-APW2 does it 42 times, MCTS 66, and MCTS-APW 91. The average reward is of course
influenced by the number of times the agent goes of-road and also by the average reward of
runs in which the agent reaches the goal. The last column of Table 1 shows the number of
actions used on average by each method. It is clear that the two methods based on widening,
namely MCTS-APW and MCTS-APW2 use fewer actions (i.e., 41) than standard MCTS with
discretized actions (which uses 49 actions). This reduction of actions allows MCTS-APW and
Method
MCTS (=7, =7)
MCTS-APW ( = 40,  = 0)
MCTS-APW2 ( = 40,  = 0,  = 0.4)
 
− 309.2
− 809.8
48.3
 
1773.2
1371.8
1774.7</p>
        <p>− 953.2
− 956.8
− 955</p>
        <p>MCTS-APW2 to perform more simulations for each action on average, developing the tree more
in depth than standard MCTS. MCTS-APW2 is also more precise in the selection of the actions,
managing to pass through the bottleneck better than other methods.</p>
        <p>Figure 1 shows the distributions of rewards for all the methods, in particular, the 58% of the
mass for MCTS-APW2 is positive, which means that the episodes are completed and the agent
is able to pass the curve and reaches the target without getting of the road. For MCTS and
MCTS-APW the mass of positive rewards decreases respectively to 34% and 9%. Below the
performance distributions, the bottom part of Figure 1 shows, for each method, the trajectory
with maximum reward (first row) and the trajectory with reward closer to the average reward
(second row). For each scenario, we show the number of steps that methods take to complete
the episode and the mean depth () of the tree for each step of the episode. In the best case,
MCTS-APW2 and MCTS reach the target in 6 steps, while MCTS-APW takes 8 steps, but
MCTS-APW2 has a deeper search tree than the other methods and this results in a longer
planning horizon. For instance, we can notice the first step of trajectory in Figure 1.c.3 in which
MCTS-APW2 computes a wider trajectory than MCTS to pass faster through the bottleneck. In
the average case, we can notice that the number of steps for completing the episode increases
and that MCTS-APW2 has better accuracy in choosing the actions and is the only able to
compute a trajectory that reaches the goal (see Figure 1.c.3), even if the performance of the
proposed method are improvable and far from the optimal. MCTS (see Figure 1.a.3) reaches the
bottleneck while reducing the velocity and remains stuck. Analyzing the trajectories we notice
that the discretization of the action space introduced by MCTS reduces the accuracy of actions
preventing the robot to pass the bottleneck (and the curve) in several cases. In MCTS-APW
the random sampling of new actions in the continuous space implies that the exploration of
action space is often ineficient and yields a performance decrease, on average, with respect to
standard MCTS. The new sampling strategy proposed in MCTS-APW2 manages instead to solve
the problem of action space exploration and to increase the average return from -309.2 to 48.3.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusions and future work</title>
      <p>In this study, we consider diferent MCTS-based planning methods that work on discretized
action space and continuous state/action spaces. We propose a new method that extends the
state-of-the-art technique on action progressive widening in continuous domains and we show
that the method we proposed outperforms the state-of-the-art. Future work will focus on
the improvement of the performance of our method and on extending the analysis to other
progressive widening techniques. Future work will also propose a Python framework that
implements all the algorithms for MCTS-based planning in continuous action/state spaces and
some environments for evaluation.</p>
    </sec>
    <sec id="sec-6">
      <title>A. Supplementary material</title>
      <p>
        In this section, we provide the pseudo-code of procedures that are in common among the
methods we compared, namely PLAN and ROLLOUT. For simplicity, we provide only the
pseudo-code of MCTS-APW2. For the pseudo-code of MCTS-APW please refer to this paper
[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
      </p>
      <sec id="sec-6-1">
        <title>A.1. Pseudo-code of common procedures and MCTS-APW2</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Sutton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. G.</given-names>
            <surname>Barto</surname>
          </string-name>
          , Reinforcement Learning: An Introduction, second ed., The MIT Press,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>T.</given-names>
            <surname>Bandyopadhyay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. S.</given-names>
            <surname>Won</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Frazzoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hsu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. S.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Rus</surname>
          </string-name>
          ,
          <article-title>Intention-aware motion planning</article-title>
          ,
          <source>in: Algorithmic foundations of robotics X</source>
          , Springer,
          <year>2013</year>
          , pp.
          <fpage>475</fpage>
          -
          <lpage>491</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>H.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Hayes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Sunberg</surname>
          </string-name>
          ,
          <article-title>Intention-aware navigation in crowds with extendedspace POMDP planning</article-title>
          ,
          <source>in: 21st International Conference on Autonomous Agents and Multiagent Systems, AAMAS</source>
          <year>2022</year>
          , Auckland, New Zealand, May 9-
          <issue>13</issue>
          ,
          <year>2022</year>
          ,
          <year>2022</year>
          , pp.
          <fpage>562</fpage>
          -
          <lpage>570</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          , G. Nejat,
          <article-title>Robotic urban search and rescue: A survey from the control perspective</article-title>
          ,
          <source>Journal of Intelligent &amp; Robotic Systems</source>
          <volume>72</volume>
          (
          <year>2013</year>
          )
          <fpage>147</fpage>
          -
          <lpage>165</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>D.</given-names>
            <surname>Bertsimas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gupta</surname>
          </string-name>
          , G. Lulli,
          <article-title>Dynamic resource allocation: A flexible and tractable modeling framework</article-title>
          ,
          <source>European Journal of Operational Research</source>
          <volume>236</volume>
          (
          <year>2014</year>
          )
          <fpage>14</fpage>
          -
          <lpage>26</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.</given-names>
            <surname>Coulom</surname>
          </string-name>
          ,
          <article-title>Eficient selectivity and backup operators in monte-carlo tree search</article-title>
          , in: H. J. van den Herik, P. Ciancarini,
          <string-name>
            <surname>H. H. L. M. J. Donkers</surname>
          </string-name>
          (Eds.),
          <source>Computers and Games</source>
          , Springer Berlin Heidelberg, Berlin, Heidelberg,
          <year>2007</year>
          , pp.
          <fpage>72</fpage>
          -
          <lpage>83</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>C.</given-names>
            <surname>Browne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. J.</given-names>
            <surname>Powley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Whitehouse</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Lucas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. I.</given-names>
            <surname>Cowling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rohlfshagen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tavener</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. P.</given-names>
            <surname>Liebana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Samothrakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Colton</surname>
          </string-name>
          ,
          <article-title>A survey of monte carlo tree search methods</article-title>
          ,
          <source>IEEE Transactions on Computational Intelligence and AI in Games</source>
          <volume>4</volume>
          (
          <year>2012</year>
          )
          <fpage>1</fpage>
          -
          <lpage>43</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.</given-names>
            <surname>Silver</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Maddison</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Guez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Sifre</surname>
          </string-name>
          , G. van den Driessche, J. Schrittwieser,
          <string-name>
            <given-names>I.</given-names>
            <surname>Antonoglou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Panneershelvam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lanctot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dieleman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Grewe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Nham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Kalchbrenner</surname>
          </string-name>
          , I. Sutskever,
          <string-name>
            <given-names>T.</given-names>
            <surname>Lillicrap</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Leach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kavukcuoglu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Graepel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hassabis</surname>
          </string-name>
          ,
          <article-title>Mastering the game of Go with deep neural networks and tree search</article-title>
          ,
          <source>Nature</source>
          <volume>529</volume>
          (
          <year>2016</year>
          )
          <fpage>484</fpage>
          -
          <lpage>489</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>D.</given-names>
            <surname>Silver</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Veness</surname>
          </string-name>
          ,
          <article-title>Monte-Carlo planning in large POMDPs</article-title>
          ,
          <source>in: Advances in Neural Information Processing Systems</source>
          ,
          <source>NeurIPS</source>
          <year>2010</year>
          ,
          <year>2010</year>
          , pp.
          <fpage>2164</fpage>
          -
          <lpage>2172</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Castellini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Chalkiadakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farinelli</surname>
          </string-name>
          ,
          <article-title>Influence of State-Variable Constraints on Partially Observable Monte Carlo Planning</article-title>
          ,
          <source>in: IJCAI</source>
          <year>2019</year>
          , Macao, China,
          <source>August 10-16</source>
          ,
          <year>2019</year>
          , ijcai.org,
          <year>2019</year>
          , pp.
          <fpage>5540</fpage>
          -
          <lpage>5546</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zuccotto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Castellini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farinelli</surname>
          </string-name>
          ,
          <article-title>Learning state-variable relationships for improving pomcp performance</article-title>
          ,
          <source>in: Proceedings of the 37th ACM/SIGAPP Symposium on Applied Computing</source>
          , SAC '22,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2022</year>
          , p.
          <fpage>739</fpage>
          -
          <lpage>747</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>G.</given-names>
            <surname>Mazzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Castellini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farinelli</surname>
          </string-name>
          ,
          <article-title>Identification of unexpected decisions in partially observable monte-carlo planning: A rule-based approach</article-title>
          ,
          <source>in: Proceedings of the 20th International Conference on Autonomous Agents and MultiAgent Systems</source>
          (AAMAS),
          <source>International Foundation for Autonomous Agents and Multiagent Systems</source>
          ,
          <year>2021</year>
          , p.
          <fpage>889</fpage>
          -
          <lpage>897</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>G.</given-names>
            <surname>Mazzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Castellini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farinelli</surname>
          </string-name>
          ,
          <article-title>Rule-based shielding for partially observable montecarlo planning</article-title>
          ,
          <source>in: Proceedings of the International Conference on Automated Planning and Scheduling (ICAPS)</source>
          , volume
          <volume>31</volume>
          ,
          <year>2021</year>
          , pp.
          <fpage>243</fpage>
          -
          <lpage>251</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>G.</given-names>
            <surname>Mazzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Meli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Castellini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farinelli</surname>
          </string-name>
          ,
          <article-title>Learning logic specifications for soft policy guidance in pomcp</article-title>
          ,
          <source>in: Proceedings of the 22nd Conference on Autonomous Agents and MultiAgent Systems</source>
          ,
          <year>2023</year>
          , p.
          <source>in publication.</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Castellini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Marchesini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farinelli</surname>
          </string-name>
          ,
          <article-title>Partially observable monte carlo planning with state variable constraints for mobile robot navigation</article-title>
          ,
          <source>Eng. Appl. Artif. Intell</source>
          .
          <volume>104</volume>
          (
          <year>2021</year>
          )
          <fpage>104382</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zuccotto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Piccinelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Castellini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Marchesini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farinelli</surname>
          </string-name>
          ,
          <article-title>Learning state-variable relationships in POMCP: A framework for mobile robots</article-title>
          ,
          <source>Frontiers Robotics AI</source>
          <volume>9</volume>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>G. M. J. Chaslot</surname>
            ,
            <given-names>M. H.</given-names>
          </string-name>
          <string-name>
            <surname>Winands</surname>
            , H. J. v. d. Herik,
            <given-names>J. W.</given-names>
          </string-name>
          <string-name>
            <surname>Uiterwijk</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Bouzy</surname>
          </string-name>
          ,
          <article-title>Progressive strategies for monte-carlo tree search</article-title>
          ,
          <source>New Mathematics and Natural Computation</source>
          <volume>4</volume>
          (
          <year>2008</year>
          )
          <fpage>343</fpage>
          -
          <lpage>357</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-Y.</given-names>
            <surname>Audibert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Munos</surname>
          </string-name>
          ,
          <article-title>Algorithms for infinitely many-armed bandits</article-title>
          ,
          <year>2008</year>
          , pp.
          <fpage>1729</fpage>
          -
          <lpage>1736</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>A.</given-names>
            <surname>Couetoux</surname>
          </string-name>
          ,
          <article-title>Monte carlo tree search for continuous and stochastic sequential decision making problems</article-title>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Z. N.</given-names>
            <surname>Sunberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Kochenderfer</surname>
          </string-name>
          ,
          <article-title>Online algorithms for pomdps with continuous state, action, and observation spaces</article-title>
          , in: Twenty-Eighth International Conference on
          <source>Automated Planning and Scheduling</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>M. H.</given-names>
            <surname>Lim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Tomlin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. N.</given-names>
            <surname>Sunberg</surname>
          </string-name>
          ,
          <article-title>Sparse tree search optimality guarantees in pomdps with continuous observation spaces</article-title>
          , arXiv preprint arXiv:
          <year>1910</year>
          .
          <volume>04332</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>M. H.</given-names>
            <surname>Lim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Tomlin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. N.</given-names>
            <surname>Sunberg</surname>
          </string-name>
          ,
          <article-title>Voronoi progressive widening: Eficient online solvers for continuous state, action, and observation pomdps, in: 2021 60th IEEE Conference on Decision and Control (CDC)</article-title>
          , IEEE Press,
          <year>2021</year>
          , p.
          <fpage>4493</fpage>
          -
          <lpage>4500</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>R.</given-names>
            <surname>Bellman</surname>
          </string-name>
          ,
          <article-title>A markovian decision process</article-title>
          ,
          <source>Journal of Mathematics and Mechanics</source>
          <volume>6</volume>
          (
          <year>1957</year>
          )
          <fpage>679</fpage>
          -
          <lpage>684</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>M. L. Puterman</surname>
          </string-name>
          ,
          <article-title>Markov decision processes: discrete stochastic dynamic programming</article-title>
          , John Wiley &amp; Sons,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>G.</given-names>
            <surname>Chaslot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bakkes</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Szita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Spronck</surname>
          </string-name>
          ,
          <article-title>Monte-carlo tree search: A new framework for game ai</article-title>
          ,
          <source>in: Proceedings of the Fourth AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment, AIIDE'08</source>
          , AAAI Press,
          <year>2008</year>
          , p.
          <fpage>216</fpage>
          -
          <lpage>217</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>P.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Cesa-Bianchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fischer</surname>
          </string-name>
          ,
          <article-title>Finite-time analysis of the multiarmed bandit problem</article-title>
          ,
          <source>Mach. Learn</source>
          .
          <volume>47</volume>
          (
          <year>2002</year>
          )
          <fpage>235</fpage>
          -
          <lpage>256</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>L.</given-names>
            <surname>Kocsis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Szepesvári</surname>
          </string-name>
          ,
          <article-title>Bandit based monte-carlo planning</article-title>
          ,
          <source>in: Proceedings of the 17th European Conference on Machine Learning</source>
          ,
          <source>ECML'06</source>
          , Springer-Verlag,
          <year>2006</year>
          , p.
          <fpage>282</fpage>
          -
          <lpage>293</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>