Robotic Lever Manipulation using Hindsight Experience Replay and Shapley Additive Explanations
Sindre Benjamin Remman, Anastasios M. Lekkas

TL;DR
This paper presents a method for robotic lever manipulation using deep reinforcement learning with sparse rewards, transferring policies from simulation to real-world, and explaining decisions with SHAP to enhance interpretability.
Contribution
It introduces a combined approach of DRL with Hindsight Experience Replay and SHAP explanations for robotic control, addressing simulation-to-real transfer and interpretability challenges.
Findings
Successful transfer of policies from PyBullet and Gazebo simulators to real robot
SHAP explanations reveal intuitive and non-intuitive decision factors
Demonstrates the feasibility of sparse reward learning in complex robotic tasks
Abstract
This paper deals with robotic lever control using Explainable Deep Reinforcement Learning. First, we train a policy by using the Deep Deterministic Policy Gradient algorithm and the Hindsight Experience Replay technique, where the goal is to control a robotic manipulator to manipulate a lever. This enables us both to use continuous states and actions and to learn with sparse rewards. Being able to learn from sparse rewards is especially desirable for Deep Reinforcement Learning because designing a reward function for complex tasks such as this is challenging. We first train in the PyBullet simulator, which accelerates the training procedure, but is not accurate on this task compared to the real-world environment. After completing the training in PyBullet, we further train in the Gazebo simulator, which runs more slowly than PyBullet, but is more accurate on this task. We then transfer…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning
MethodsExperience Replay · Shapley Additive Explanations
