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

Ampere-Maxwell's Law: Problem-Solving01:17

Ampere-Maxwell's Law: Problem-Solving

732
A parallel-plate capacitor with capacitance C, whose plates have area A and separation distance d, is connected to a resistor R and a battery of voltage V. The current starts to flow at t = 0. What is the displacement current between the capacitor plates at time t? From the properties of the capacitor, what is the corresponding real current?
To solve the problem, we can use the equations from the analysis of an RC circuit and Maxwell's version of Ampère's law.
For the first part of...
732
Statically Indeterminate Problem Solving01:16

Statically Indeterminate Problem Solving

479
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...
479
Parallel Processing01:20

Parallel Processing

207
The brain processes sensory information rapidly due to parallel processing, which involves sending data across multiple neural pathways at the same time. This method allows the brain to manage various sensory qualities, such as shapes, colors, movements, and locations, all concurrently. For instance, when observing a forest landscape, the brain simultaneously processes the movement of leaves, the shapes of trees, the depth between them, and the various shades of green. This enables a quick and...
207
Multi-input and Multi-variable systems01:22

Multi-input and Multi-variable systems

143
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
143
Ampere's Law: Problem-Solving01:31

Ampere's Law: Problem-Solving

3.7K
Ampere's law states that for any closed looped path, the line integral of the magnetic field along the path equals the vacuum permeability times the current enclosed in the loop. If the fingers of the right hand curl along the direction of the integration path, the current in the direction of the thumb is considered positive. The current opposite to the thumb direction is considered negative.
Specific steps need to be considered while calculating the symmetric magnetic field distribution...
3.7K
Parallel-axis Theorem01:06

Parallel-axis Theorem

7.1K
The parallel-axis theorem provides a convenient and quick method of finding the moment of inertia of an object about an axis parallel to the axis passing through its center of mass. Consider a thin rod as an example. There is a striking similarity between the process of finding the moment of inertia of a thin rod about an axis through its middle, where the center of mass lies, and about an axis through its end using the conventional method. In the conventional method, the concept of linear mass...
7.1K

You might also read

Related Articles

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

Sort by
Same author

Variance-constrained multi-view ensemble broad network for imbalanced data.

Neural networks : the official journal of the International Neural Network Society·2026
Same author

Learning to Super-Resolve Face Images via Dual-Domain Multi-scale Feature Interaction.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same author

Effectiveness of heterologous mRNA vaccine boosters during an Omicron wave of COVID-19: a cross-sectional study in Macao (China).

Journal of thoracic disease·2026
Same author

Fast BCIs: Leveraging Dual-Scale Time Windows with Test-Time Adaptation to Enhance Accuracy.

IEEE transactions on bio-medical engineering·2026
Same author

Riemannian Acceleration for Sparse PCA With Separable Structure and Second-Order Information Exploration.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same author

Hierarchical memory-based deep reinforcement learning in simulated survival environments.

Neural networks : the official journal of the International Neural Network Society·2026

Related Experiment Video

Updated: Aug 29, 2025

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

Dual Parallel Policy Iteration With Coupled Policy Improvement.

Yuhu Cheng, Longyang Huang, C L Philip Chen

    IEEE Transactions on Neural Networks and Learning Systems
    |September 12, 2022
    PubMed
    Summary

    A new Dual Parallel Policy Iteration (DPPI) method enhances policy iteration algorithms. This approach accelerates learning and improves efficiency in reinforcement learning, outperforming existing methods.

    More Related Videos

    Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm
    11:53

    Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm

    Published on: December 9, 2012

    13.0K
    Motor Dual-Tasks for Gait Analysis and Evaluation in Post-Stroke Patients
    05:23

    Motor Dual-Tasks for Gait Analysis and Evaluation in Post-Stroke Patients

    Published on: March 11, 2021

    2.5K

    Related Experiment Videos

    Last Updated: Aug 29, 2025

    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
    Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm
    11:53

    Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm

    Published on: December 9, 2012

    13.0K
    Motor Dual-Tasks for Gait Analysis and Evaluation in Post-Stroke Patients
    05:23

    Motor Dual-Tasks for Gait Analysis and Evaluation in Post-Stroke Patients

    Published on: March 11, 2021

    2.5K

    Area of Science:

    • Artificial Intelligence
    • Machine Learning
    • Robotics

    Background:

    • Policy iteration (PI) algorithms are fundamental in reinforcement learning.
    • Improving the efficiency and convergence of PI remains an active research area.
    • Existing PI methods can suffer from slow convergence and suboptimal policy discovery.

    Purpose of the Study:

    • To develop a novel coupled policy improvement mechanism for PI algorithms.
    • To introduce Dual Parallel Policy Iteration (DPPI) for enhanced performance.
    • To propose a new reinforcement learning algorithm, parallel TD3 (PTD3), by integrating DPPI with TD3.

    Main Methods:

    • Developed a coupled policy improvement mechanism using two parallel PIs.
    • Introduced a dominant policy concept to guide policy updates via Kullback-Liebler (KL) divergence constraints.
    • Combined DPPI with the twin delayed deep deterministic (TD3) policy gradient algorithm to create PTD3.
    • Validated PTD3 on continuous-action control tasks using MuJoCo and OpenAI Gym.

    Main Results:

    • Guaranteed convergence of DPPI under the coupled policy improvement mechanism.
    • Demonstrated that Q-functions of new policies are larger than previous dominant policies under certain conditions.
    • PTD3 algorithm showed superior performance compared to state-of-the-art RL algorithms in experiments.
    • Accelerated PI process and improved policy learning efficiency.

    Conclusions:

    • The novel coupled policy improvement mechanism effectively enhances PI algorithms.
    • DPPI offers guaranteed convergence and improved learning efficiency.
    • PTD3 represents a significant advancement in reinforcement learning for continuous control tasks.