Safe Reinforcement Learning in a Simulated Robotic Arm

November 28, 2023 Β· Entered Twilight Β· πŸ› International Conference on Artificial Neural Networks

πŸ’€ TWILIGHT: Eternal Rest
Repo abandoned since publication

"No code URL or promise found in abstract"
"Code repo scraped from project page (backfill)"

Evidence collected by the PWNC Scanner

Repo contents: .gitignore, LICENSE, README.md, environment.yml, gym_panda, panda-test.gif, plot.py, requirements.txt, run_training.py, safe_rl, test_policy.py

Authors Luka Kovač, Igor Farkaő arXiv ID 2312.09468 Category cs.RO: Robotics Cross-listed cs.AI, cs.LG Citations 1 Venue International Conference on Artificial Neural Networks Repository https://github.com/lukakovac99/robotic-arm-safeRL ⭐ 38 Last Checked 2 months ago
Abstract
Reinforcement learning (RL) agents need to explore their environments in order to learn optimal policies. In many environments and tasks, safety is of critical importance. The widespread use of simulators offers a number of advantages, including safe exploration which will be inevitable in cases when RL systems need to be trained directly in the physical environment (e.g. in human-robot interaction). The popular Safety Gym library offers three mobile agent types that can learn goal-directed tasks while considering various safety constraints. In this paper, we extend the applicability of safe RL algorithms by creating a customized environment with Panda robotic arm where Safety Gym algorithms can be tested. We performed pilot experiments with the popular PPO algorithm comparing the baseline with the constrained version and show that the constrained version is able to learn the equally good policy while better complying with safety constraints and taking longer training time as expected.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Robotics