paper-with-me

Papers

Investigating Reinforcement Learning Agents for Continuous State Space Environments

2017-08-08 · David Von Dollen

Given an environment with continuous state spaces and discrete actions, we investigate using a Double Deep Q-learning Reinforcement Agent to find optimal policies using the LunarLander-v2 OpenAI gym environment.

📄 PDF Abstract BibTeX arXiv:1708.02378

Code (0)

등록된 구현이 없습니다.

Tasks

OpenAI GymQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Investigating the Impact of Choice on Deep Reinforcement Learning for Space Controls

2024-05-20 · Nathaniel Hamilton, Kyle Dunlap, Kerianne L. Hobbs

For many space applications, traditional control methods are often used during operation. However, as the number of space assets continues to grow, autonomous operation can enable rapid development of control methods for…

continuous-controlContinuous ControlDeep Reinforcement LearningReinforcement Learning (RL)

Learning agents with prioritization and parameter noise in continuous state and action space

2019-05-01 · ICLR 2019 5 · Rajesh Devaraddi, G. Srinivasaraghavan

Reinforcement Learning (RL) problem can be solved in two different ways - the Value function-based approach and the policy optimization-based approach - to eventually arrive at an optimal policy for the given environme…

Autonomous VehiclesQ-Learningreinforcement-learningReinforcement Learning+1

Learning cooperative behaviours in adversarial multi-agent systems

2023-02-10 · Ni Wang, Gautham P. Das, Alan G. Millard

This work extends an existing virtual multi-agent platform called RoboSumo to create TripleSumo -- a platform for investigating multi-agent cooperative behaviors in continuous action spaces, with physical contact in an a…

Investigating the Impact of Observation Space Design Choices On Training Reinforcement Learning Solutions for Spacecraft Problems

2025-01-10 · Nathaniel Hamilton, Kyle Dunlap, Kerianne L Hobbs

Recent research using Reinforcement Learning (RL) to learn autonomous control for spacecraft operations has shown great success. However, a recent study showed their performance could be improved by changing the action s…

Reinforcement Learning (RL)

Learning Agents With Prioritization and Parameter Noise in Continuous State and Action Space

2024-10-15 · Rajesh Mangannavar, Gopalakrishnan Srinivasaraghavan

Among the many variants of RL, an important class of problems is where the state and action spaces are continuous -- autonomous robots, autonomous vehicles, optimal control are all examples of such problems that can lend…

Autonomous VehiclesQ-Learning