paper-with-me

홈 › Papers

Curiosity-Driven Reinforcement Learning based Low-Level Flight Control

2023-07-28 · Amir Ramezani Dooraki, Alexandros Iosifidis

Curiosity is one of the main motives in many of the natural creatures with measurable levels of intelligence for exploration and, as a result, more efficient learning. It makes it possible for humans and many animals to explore efficiently by searching for being in states that make them surprised with the goal of learning more about what they do not know. As a result, while being curious, they learn better. In the machine learning literature, curiosity is mostly combined with reinforcement learning-based algorithms as an intrinsic reward. This work proposes an algorithm based on the drive of curiosity for autonomous learning to control by generating proper motor speeds from odometry data. The quadcopter controlled by our proposed algorithm can pass through obstacles while controlling the Yaw direction of the quad-copter toward the desired location. To achieve that, we also propose a new curiosity approach based on prediction error. We ran tests using on-policy, off-policy, on-policy plus curiosity, and the proposed algorithm and visualized the effect of curiosity in evolving exploration patterns. Results show the capability of the proposed algorithm to learn optimal policy and maximize reward where other algorithms fail to do so.

📄 PDF Abstract BibTeX arXiv:2307.15724

Code (1)

a-ramezani/cdrl-l2fc_u_hcm 공식 구현 tf

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

A unified strategy for implementing curiosity and empowerment driven reinforcement learning

2018-06-18 · Ildefons Magrans de Abril, Ryota Kanai

Although there are many approaches to implement intrinsically motivated artificial agents, the combined usage of multiple intrinsic drives remains still a relatively unexplored research area. Specifically, we hypothesize…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Curiosity-Driven Energy-Efficient Worker Scheduling in Vehicular Crowdsourcing: A Deep Reinforcement Learning Approach

2020-04-24 · ICDE 2020 4 · Chi Harold Liu, Yinuo Zhao, Zipeng Dai, Ye Yuan 외

Spatial crowdsourcing (SC) utilizes the potential of a crowd to accomplish certain location based tasks. Although worker scheduling has been well studied recently, most existing works only focus on the static deployment …

Deep Reinforcement LearningFairnessReinforcement Learning (RL)Scheduling

CCLF: A Contrastive-Curiosity-Driven Learning Framework for Sample-Efficient Reinforcement Learning

2022-05-02 · Chenyu Sun, Hangwei Qian, Chunyan Miao

In reinforcement learning (RL), it is challenging to learn directly from high-dimensional observations, where data augmentation has recently been shown to remedy this via encoding invariances from raw pixels. Nevertheles…

Data AugmentationQ-Learningreinforcement-learningReinforcement Learning (RL)

Attention-based Curiosity-driven Exploration in Deep Reinforcement Learning

2019-10-23 · Patrik Reizinger, Márton Szemenyei

Reinforcement Learning enables to train an agent via interaction with the environment. However, in the majority of real-world scenarios, the extrinsic feedback is sparse or not sufficient, thus intrinsic reward formulati…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Large-Scale Study of Curiosity-Driven Learning

2018-08-13 · ICLR 2019 5 · Yuri Burda, Harri Edwards, Deepak Pathak, Amos Storkey 외

Reinforcement learning algorithms rely on carefully engineering environment rewards that are extrinsic to the agent. However, annotating each environment with hand-designed, dense rewards is not scalable, motivating the …

Atari GamesPredictionReinforcement LearningSNES Games