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

State Space Representation01:27

State Space Representation

261
The frequency-domain technique, commonly used in analyzing and designing feedback control systems, is effective for linear, time-invariant systems. However, it falls short when dealing with nonlinear, time-varying, and multiple-input multiple-output systems. The time-domain or state-space approach addresses these limitations by utilizing state variables to construct simultaneous, first-order differential equations, known as state equations, for an nth-order system.
Consider an RLC circuit, a...
261
Observational Learning01:12

Observational Learning

260
Albert Bandura's observational learning, also known as imitation or modeling, occurs when a person observes and imitates another's behavior. It is a quicker process than operant conditioning. A well-known example is the Bobo doll study, where children who saw an adult acting aggressively towards the doll were more likely to act aggressively when left alone, compared to those who observed a nonaggressive adult. Many psychologists view observational learning as a form of latent learning...
260
Associative Learning01:27

Associative Learning

503
Associative learning is a fundamental concept in behavioral psychology, wherein a connection is established between two stimuli or events, leading to a learned response. This process is critical in understanding how behaviors are acquired and modified. Conditioning, the mechanism through which associations are formed, can be divided into two main types: classical conditioning and operant conditioning, each elucidating different aspects of associative learning.
Classical conditioning, also known...
503
Fixed Action Patterns01:06

Fixed Action Patterns

16.3K
A fixed action pattern (FAP) is a specific, hard-wired sequence of behaviors that occurs in response to an external stimulus, called a sign stimulus. The behavior is “fixed” because it is essentially unchangeable—proceeding similarly across individuals of a species every time it occurs.
16.3K
State Space to Transfer Function01:21

State Space to Transfer Function

276
The conversion of state-space representation to a transfer function is a fundamental process in system analysis. It provides a method for transitioning from a time-domain description to a frequency-domain representation, which is crucial for simplifying the analysis and design of control systems.
The transformation process begins with the state-space representation, characterized by the state equation and the output equation. These equations are typically represented as:
276
Purposive Learning01:22

Purposive Learning

181
E. C. Tolman emphasized the purposiveness of behavior — the idea that much of our behavior is goal-directed. For instance, employees who aim for a promotion work diligently to meet their targets. Tolman argued that when classical conditioning and operant conditioning occur, the organism acquires certain expectations. In classical conditioning, a child might fear a dog because they expect it to bite. In operant conditioning, a person might consistently work overtime because they expect a...
181

You might also read

Related Articles

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

Sort by
Same author

Early Stopping Without Validation Data in Weakly Supervised Learning.

IEEE transactions on pattern analysis and machine intelligence·2026
Same author

Corrigendum to "Enhanced fluorescence imaging guided photodynamic therapy of sinoporphyrin sodium loaded graphene oxide" [Biomaterials 42 (2015) 16442].

Biomaterials·2026
Same author

Functional Characterisation of NF-YCs in True Leaf Biomass Accumulation.

Plants (Basel, Switzerland)·2026
Same author

Sex- and age-dependent physiological adaptation of captive père david's deer revealed by multi-omics analysis.

BMC genomics·2026
Same author

Correction to "Triphase Interface Synthesis of Plasmonic Gold Bellflowers as Near-Infrared Light Mediated Acoustic and Thermal Theranostics".

Journal of the American Chemical Society·2026
Same author

Instance-dependent Early Stopping for Adaptive Data Pruning.

IEEE transactions on pattern analysis and machine intelligence·2026

Related Experiment Video

Updated: Aug 16, 2025

Quantifying Learning in Young Infants: Tracking Leg Actions During a Discovery-learning Task
11:18

Quantifying Learning in Young Infants: Tracking Leg Actions During a Discovery-learning Task

Published on: June 1, 2015

10.7K

Representation learning for continuous action spaces is beneficial for efficient policy learning.

Tingting Zhao1, Ying Wang1, Wei Sun1

  • 1College of Artificial Intelligence, Tianjin University of Science and Technology, Tianjin 300457, PR China.

Neural Networks : the Official Journal of the International Neural Network Society
|December 25, 2022
PubMed
Summary

This study introduces an efficient policy learning method for deep reinforcement learning (DRL) that improves generalization in large, continuous action spaces by learning in latent state and action spaces.

Keywords:
Action representationsContinuous action spacesModel-free reinforcement learningPolicy modelState representations

More Related Videos

WheelCon: A Wheel Control-Based Gaming Platform for Studying Human Sensorimotor Control
08:18

WheelCon: A Wheel Control-Based Gaming Platform for Studying Human Sensorimotor Control

Published on: August 15, 2020

5.0K
Real-Time Proxy-Control of Re-Parameterized Peripheral Signals using a Close-Loop Interface
11:54

Real-Time Proxy-Control of Re-Parameterized Peripheral Signals using a Close-Loop Interface

Published on: May 8, 2021

4.6K

Related Experiment Videos

Last Updated: Aug 16, 2025

Quantifying Learning in Young Infants: Tracking Leg Actions During a Discovery-learning Task
11:18

Quantifying Learning in Young Infants: Tracking Leg Actions During a Discovery-learning Task

Published on: June 1, 2015

10.7K
WheelCon: A Wheel Control-Based Gaming Platform for Studying Human Sensorimotor Control
08:18

WheelCon: A Wheel Control-Based Gaming Platform for Studying Human Sensorimotor Control

Published on: August 15, 2020

5.0K
Real-Time Proxy-Control of Re-Parameterized Peripheral Signals using a Close-Loop Interface
11:54

Real-Time Proxy-Control of Re-Parameterized Peripheral Signals using a Close-Loop Interface

Published on: May 8, 2021

4.6K

Area of Science:

  • Artificial Intelligence
  • Machine Learning
  • Robotics

Background:

  • Deep reinforcement learning (DRL) integrates deep learning's perception with traditional reinforcement learning (RL).
  • Model-free RL methods learn state representations and policies end-to-end, but struggle with large state/action spaces, requiring extensive data and time.
  • Existing DRL policies often exhibit poor generalization, particularly in continuous action spaces.

Purpose of the Study:

  • To propose an efficient policy learning method for DRL that enhances generalization in large-scale continuous action and state spaces.
  • To address the limitations of traditional DRL methods regarding sample efficiency and policy generalization.
  • To develop a method that leverages latent representations for both states and actions.

Main Methods:

  • The proposed method learns policy in latent state and action spaces, extending representation learning to actions.
  • The learning process is divided into unsupervised learning of large-scale representation models and RL-based learning of a small-scale policy model.
  • This approach decouples representation learning from policy optimization for improved efficiency and generalization.

Main Results:

  • The method demonstrates effectiveness in improving policy generalization across various continuous action spaces.
  • It reduces the sample complexity and training time compared to traditional end-to-end DRL methods.
  • Experiments on MountainCar, CarRacing, and Cheetah validate the proposed approach's performance.

Conclusions:

  • The proposed latent space policy learning method offers an efficient and effective solution for DRL challenges in large-scale continuous control tasks.
  • Extending representation learning to action spaces significantly boosts policy generalization capabilities.
  • This approach provides a scalable and robust framework for real-world DRL applications.