b423be1c59a9addf.tex
1: \begin{abstract}
2: 
3: % Autonomous driving holds significant promise for improving safety, increasing efficiency, and revolutionizing transportation convenience. 
4: Autonomous driving holds promise for increased safety, optimized traffic management, and a new level of convenience in transportation.
5: While model-based reinforcement learning approaches such as MuZero enables long-term planning, the exponentially increase of the number of search nodes as the tree goes deeper significantly effect the searching efficiency.
6: To deal with this problem, in this paper we proposed the expert-guided motion-encoding tree search (EMTS) algorithm.
7: EMTS extends the MuZero algorithm by representing possible motions with a comprehensive motion primitives latent space and incorporating expert policies to improve the searching efficiency.
8: The comprehensive motion primitives latent space enables EMTS to sample arbitrary trajectories instead of raw action to reduce the depth of the search tree.
9: And the incorporation of expert policies guided the search and training phases the EMTS algorithm to enable early convergence.
10: 
11: In the experiment section, the EMTS algorithm is compared with other four algorithms in three challenging scenarios.
12: The experiment result verifies the effectiveness and the searching efficiency of the proposed EMTS algorithm.
13: 
14: \end{abstract}
15: