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

Reinforcement Schedules01:24

Reinforcement Schedules

144
Positive reinforcement is a powerful method for teaching new behaviors to both animals and humans. B.F. Skinner demonstrated this with his experiments using rats in a Skinner box. When a rat pressed a lever, it received a food pellet. This immediate reward encouraged the rat to repeat the behavior. This method, where a reward follows every instance of the behavior, is known as continuous reinforcement. It is highly effective for establishing new behaviors quickly.
Once a behavior is learned,...
144
Behavior Modification01:21

Behavior Modification

142
Behavioral approaches have often been criticized for ignoring mental processes and focusing solely on observable behavior. However, these approaches provide an optimistic perspective for individuals seeking to change their behaviors. Rather than concentrating on intrinsic personality traits, behavioral approaches suggest that even longstanding habits can be modified by changing the reward contingencies that maintain them.
A real-world application of operant conditioning principles is applied...
142
Law of Effect01:06

Law of Effect

1.4K
B.F. Skinner, a prominent figure in behavioral psychology, introduced operant conditioning by emphasizing the role of consequences in shaping behavior. This theory builds upon the law of effect proposed by Edward Thorndike, which posits that behaviors followed by satisfying outcomes are likely to be repeated. In contrast, those followed by unsatisfying outcomes are less likely to recur.
Edward Thorndike's foundational work involved studying learning in animals, particularly using puzzle...
1.4K
Operant Conditioning Intervention01:24

Operant Conditioning Intervention

56
Operant conditioning serves as a foundational principle in therapeutic interventions aimed at modifying maladaptive behaviors. Central to this approach is the notion that behaviors, both adaptive and maladaptive, are learned through reinforcement. By analyzing the environmental factors that reinforce problematic behaviors, clinicians can design interventions to weaken these reinforcements and replace maladaptive behaviors with healthier alternatives.
In operant conditioning, behaviors that are...
56
Response Surface Methodology01:16

Response Surface Methodology

127
Response Surface Methodology (RSM) is a collection of statistical and mathematical techniques used to develop, improve, and optimize processes. It is particularly valuable when many input variables or factors potentially influence a response variable.
The process of RSM involves several key steps:
127
Primary and Secondary Reinforcers01:23

Primary and Secondary Reinforcers

246
In psychology, reinforcement is a key concept in behavior modification. B.F. Skinner demonstrated this with his experiments involving rats in what is known as a Skinner box. The rats learned to press a lever to receive food, a primary reinforcer that fulfilled their innate need for nourishment.
Effective reinforcers for humans vary depending on the individual and the context. Primary reinforcers, such as food, water, sleep, shelter, and pleasure, have inherent value and satisfy basic biological...
246

You might also read

Related Articles

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

Sort by
Same author

Bayesian optimization with unknown constraints in graphical skill models for compliant manipulation tasks using an industrial robot.

Frontiers in robotics and AI·2022
Same author

A Concise and Geometrically Exact Planar Beam Model for Arbitrarily Large Elastic Deformation Dynamics.

Frontiers in robotics and AI·2021
Same author

A Hybrid Framework for Understanding and Predicting Human Reaching Motions.

Frontiers in robotics and AI·2021
Same author

Adaptation and Transfer of Robot Motion Policies for Close Proximity Human-Robot Interaction.

Frontiers in robotics and AI·2021
Same author

An Inverse Optimal Control Approach to Explain Human Arm Reaching Control Based on Multiple Internal Models.

Scientific reports·2018
Same author

Global localization of 3D point clouds in building outline maps of urban outdoor environments.

International journal of intelligent robotics and applications·2017

Related Experiment Video

Updated: Jun 27, 2025

Operant Protocols for Assessing the Cost-benefit Analysis During Reinforced Decision Making by Rodents
07:05

Operant Protocols for Assessing the Cost-benefit Analysis During Reinforced Decision Making by Rodents

Published on: September 10, 2018

6.0K

Decentralized multi-agent reinforcement learning based on best-response policies.

Volker Gabler1, Dirk Wollherr1

  • 1Chair of Automatic Control Engineering, TUM School of Computation, Information and Technology, Technical University of Munich, Munich, Germany.

Frontiers in Robotics and AI
|May 1, 2024
PubMed
Summary

This study introduces a novel decentralized actor-critic approach for cooperative multi-agent reinforcement learning (MARL) in environments with sparse rewards. The method enhances robot coordination by using dual critics for task rewards and agent costs, outperforming existing methods.

Keywords:
Stackelbergactor–critic algorithmdecentralized learning schemesdeep learning, artificial intelligencegame theorymulti-agentmulti-agent reinforcement learningreinforcement leaning

More Related Videos

Investigating Motor Skill Learning Processes with a Robotic Manipulandum
07:52

Investigating Motor Skill Learning Processes with a Robotic Manipulandum

Published on: February 12, 2017

8.7K
The HoneyComb Paradigm for Research on Collective Human Behavior
06:48

The HoneyComb Paradigm for Research on Collective Human Behavior

Published on: January 19, 2019

9.3K

Related Experiment Videos

Last Updated: Jun 27, 2025

Operant Protocols for Assessing the Cost-benefit Analysis During Reinforced Decision Making by Rodents
07:05

Operant Protocols for Assessing the Cost-benefit Analysis During Reinforced Decision Making by Rodents

Published on: September 10, 2018

6.0K
Investigating Motor Skill Learning Processes with a Robotic Manipulandum
07:52

Investigating Motor Skill Learning Processes with a Robotic Manipulandum

Published on: February 12, 2017

8.7K
The HoneyComb Paradigm for Research on Collective Human Behavior
06:48

The HoneyComb Paradigm for Research on Collective Human Behavior

Published on: January 19, 2019

9.3K

Area of Science:

  • Robotics
  • Artificial Intelligence
  • Multi-Agent Systems

Background:

  • Multi-agent systems involve multiple agents interacting in a shared environment.
  • Advances in single-agent reinforcement learning have spurred interest in multi-agent reinforcement learning (MARL).
  • Centralized learning schemes are common but less practical for real-world, decentralized robot deployments.

Purpose of the Study:

  • To propose a decentralized actor-critic (AC) approach for cooperative MARL in sparsely rewarded domains.
  • To enable individual robot learning and deployment without centralized control.
  • To address challenges in coordinating multiple agents with limited feedback.

Main Methods:

  • Developed a novel actor-critic (AC) approach for cooperative MARL.
  • Decoupled the MARL problem into distributed agents modeling others as responsive.
  • Implemented two critics per agent: one for joint task reward, one for agent-specific costs.
  • Utilized Stackelberg game models (game against nature, dyadic game) for decentralized execution and training.

Main Results:

  • Evaluated the novel AC approach in a sparsely rewarded simulated multi-agent environment.
  • The proposed method demonstrated superior performance compared to state-of-the-art MARL learners.
  • The decentralized scheme allows for effective learning and execution on individual robots.

Conclusions:

  • The novel decentralized AC approach is effective for cooperative MARL in sparse reward settings.
  • The dual-critic system successfully balances joint task optimization and agent-specific cost reduction.
  • Future research can build upon this framework for more complex multi-agent coordination challenges.