Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Survival Tree01:19

Survival Tree

115
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
 Building a Survival Tree
Constructing a...
115
Machines: Problem Solving I01:22

Machines: Problem Solving I

356
A toggle clamp is a mechanical device commonly used for holding and clamping objects in various applications, such as woodworking, metalworking, and assembly operations. Consider a toggle clamp subjected to a force of 200 N at the handle. The vertical clamping force can be calculated, provided the dimensions of the toggle clamp are known.
The toggle clamp system is a machine structure consisting of movable, pin-connected multi-force members that form a stabilized system to transmit forces. The...
356
Machines: Problem Solving II01:30

Machines: Problem Solving II

336
Machines are complex structures consisting of movable, pin-connected multi-force members that work together to transmit forces. Consider a lifting tong carrying a 100 kg load. It comprises movable sections DAF and CBG linked together with member AB.
336
Statically Indeterminate Problem Solving01:16

Statically Indeterminate Problem Solving

450
Statically indeterminate problems are those where statics alone can not determine the internal forces or reactions. Consider a structure comprising two cylindrical rods made of steel and brass. These rods are joined at point B and restrained by rigid supports at points A and C. Now, the reactions at points A and C and the deflection at point B are to be determined. This rod structure is classified as statically indeterminate as the structure has more supports than are necessary for maintaining...
450
Relative Motion Analysis using Rotating Axes-Problem Solving01:29

Relative Motion Analysis using Rotating Axes-Problem Solving

423
Consider a crane whose telescopic boom rotates with an angular velocity of 0.04 rad/s and angular acceleration of 0.02 rad/s2. Along with the rotation, the boom also extends linearly with a uniform speed of 5 m/s. The extension of the boom is measured at point D, which is measured with respect to the fixed point C on the other end of the boom. For the given instant, the distance between points C and D is 60 meters.
Here, in order to determine the magnitude of velocity and acceleration for point...
423
Sequence Networks of Rotating Machines01:24

Sequence Networks of Rotating Machines

125
A Y-connected synchronous generator, grounded through a neutral impedance, is designed to produce balanced internal phase voltages with only positive-sequence components. The generator's sequence networks include a source voltage that is exclusively in the positive-sequence network. The sequence components of line-to-ground voltages at the generator terminals illustrate this configuration.
Zero-sequence current induces a voltage drop across the generator's neutral impedance and other...
125

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Transfer learning from 2D natural images to 4D fMRI brain images via geometric mapping.

Medical image analysis·2026
Same author

Structural brain differences in major depressive disorder patients with suicidal risk: Evidence from the DIRECT consortium.

Journal of affective disorders·2026
Same author

The altered representation of interoceptive sensations in individuals with alexithymia: A mouse-tracking and EEG co-registration study.

Neuroscience·2026
Same author

Controllability of morphometric network colocalize with underlying neurobiology in major depression.

Psychological medicine·2026
Same author

Retraction notice to "Multi-feature concatenation and multi-classifier stacking: An interpretable and generalizable machine learning method for MDD discrimination with rsfMRI" [NeuroImage 285 (2024) 120497].

NeuroImage·2025
Same author

Beyond screen-time: Exploring how appearance-related social media consciousness shapes Chinese adolescents' subjective well-being through individual differences in age, gender, and functionality appreciation.

Body image·2025

Related Experiment Video

Updated: Jul 22, 2025

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy
11:53

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy

Published on: October 14, 2017

11.7K

A self-learning Monte Carlo tree search algorithm for robot path planning.

Wei Li1, Yi Liu1, Yan Ma1

  • 1Academy for Engineering and Technology, Fudan University, Shanghai, China.

Frontiers in Neurorobotics
|July 24, 2023
PubMed
Summary

This study introduces a self-learning Monte Carlo tree search (SL-MCTS) algorithm that enhances problem-solving in single-player games. SL-MCTS significantly improves path quality and reduces time consumption compared to traditional methods.

Keywords:
Markov decision process (MDP)Monte Carlo tree search (MCTS)collective intelligent algorithmneural networkpath planning

More Related Videos

Operation of the Collaborative Composite Manufacturing CCM System
10:09

Operation of the Collaborative Composite Manufacturing CCM System

Published on: October 1, 2019

6.7K
Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks
11:18

Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks

Published on: March 2, 2015

10.4K

Related Experiment Videos

Last Updated: Jul 22, 2025

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy
11:53

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy

Published on: October 14, 2017

11.7K
Operation of the Collaborative Composite Manufacturing CCM System
10:09

Operation of the Collaborative Composite Manufacturing CCM System

Published on: October 1, 2019

6.7K
Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks
11:18

Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks

Published on: March 2, 2015

10.4K

Area of Science:

  • Artificial Intelligence
  • Robotics
  • Machine Learning

Background:

  • Monte Carlo Tree Search (MCTS) is a common algorithm for decision-making in complex problems.
  • Traditional MCTS can be inefficient in single-player scenarios, requiring improvements in convergence speed and search efficiency.
  • Existing path planning algorithms often lack continuous self-improvement capabilities.

Purpose of the Study:

  • To propose a novel self-learning MCTS algorithm (SL-MCTS) for enhanced performance in single-player scenarios.
  • To improve the convergence speed and search efficiency of MCTS using a neural network.
  • To enable continuous improvement of problem-solving abilities through self-learning.

Main Methods:

  • Developed a self-learning Monte Carlo Tree Search (SL-MCTS) algorithm.
  • Integrated a two-branch neural network (PV-Network) to predict search direction and node values, replacing the MCTS rollout process.
  • Implemented a self-learning mechanism that compares current model performance against historical best models to guide optimization.

Main Results:

  • SL-MCTS demonstrated superior performance in robot path planning compared to traditional MCTS and single-player MCTS.
  • Achieved significantly better path quality and reduced time consumption, with time usage halved compared to traditional MCTS.
  • SL-MCTS performance was comparable to specialized iterative search algorithms for path planning.

Conclusions:

  • SL-MCTS offers a robust and efficient approach for single-player problem-solving, particularly in path planning.
  • The integration of PV-Network and self-learning significantly enhances MCTS convergence and efficiency.
  • SL-MCTS provides a scalable solution for continuous improvement in complex decision-making tasks.