Investigating Reinforcement Learning Agents for Continuous State Space Environments
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.
Code (0)
등록된 구현이 없습니다.
Tasks
OpenAI GymQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Methods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Investigating the Impact of Choice on Deep Reinforcement Learning for Space Controls
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
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+1Learning cooperative behaviours in adversarial multi-agent systems
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
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
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