All Projects → dandxy89 → Rf_helicopter

dandxy89 / Rf_helicopter

Licence: mit
Q-Learning and DQN Reinforcement Learning to play the Helicopter Game - Keras based!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rf helicopter

0xsp Mongoose
a unique framework for cybersecurity simulation and red teaming operations, windows auditing for newer vulnerabilities, misconfigurations and privilege escalations attacks, replicate the tactics and techniques of an advanced adversary in a network.
Stars: ✭ 419 (+1209.38%)
Mutual labels:  agent
Arthas
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
Stars: ✭ 27,984 (+87350%)
Mutual labels:  agent
Egjs
Javascript components group that brings easiest and fastest way to build a web application in your way.
Stars: ✭ 871 (+2621.88%)
Mutual labels:  agent
Goappmonitor
Golang application performance data monitoring.
Stars: ✭ 478 (+1393.75%)
Mutual labels:  agent
Deep Trading Agent
Deep Reinforcement Learning based Trading Agent for Bitcoin
Stars: ✭ 573 (+1690.63%)
Mutual labels:  agent
Pygame Learning Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Stars: ✭ 828 (+2487.5%)
Mutual labels:  agent
Gorelic
GoRelic is deprecated in favour of https://github.com/newrelic/go-agent
Stars: ✭ 391 (+1121.88%)
Mutual labels:  agent
Venona
Codefresh runtime-environment agent
Stars: ✭ 31 (-3.12%)
Mutual labels:  agent
Mario Ai
Playing Mario with Deep Reinforcement Learning
Stars: ✭ 579 (+1709.38%)
Mutual labels:  agent
Spm Agent Mongodb
Sematext Agent for monitoring MongoDB
Stars: ✭ 7 (-78.12%)
Mutual labels:  agent
Zappr
An agent that enforces guidelines for your GitHub repositories
Stars: ✭ 504 (+1475%)
Mutual labels:  agent
Do Agent
Collects system metrics from DigitalOcean Droplets
Stars: ✭ 552 (+1625%)
Mutual labels:  agent
Stackimpact Java
StackImpact Java Profiler - Production-Grade Performance Profiler: CPU, locks, runtime metrics, and more
Stars: ✭ 7 (-78.12%)
Mutual labels:  agent
Covertutils
A framework for Backdoor development!
Stars: ✭ 424 (+1225%)
Mutual labels:  agent
Snipeitagent
A windows based Snipeit Agent that will add system details to the Snipe-it asset Database
Stars: ✭ 14 (-56.25%)
Mutual labels:  agent
Trezor Agent
Hardware-based SSH/PGP agent
Stars: ✭ 400 (+1150%)
Mutual labels:  agent
Hama.bundle
Plex HTTP Anidb Metadata Agent (HAMA)
Stars: ✭ 740 (+2212.5%)
Mutual labels:  agent
Azure Vm Agents Plugin
This repo is for azure vm agents plugin for jenkins. Azure devops CICD is the team which owns it for now
Stars: ✭ 31 (-3.12%)
Mutual labels:  agent
Huginn
Create agents that monitor and act on your behalf. Your agents are standing by!
Stars: ✭ 33,694 (+105193.75%)
Mutual labels:  agent
Java Debug Tool
Java dynamic debug tool
Stars: ✭ 26 (-18.75%)
Mutual labels:  agent

Training a Reinforcement Agent to play the Helicopter Game

The intention of this project is to implement a grid world representation of the Helicopter Game and to train an Agent to learn to play the Game successful.

The Agent should be able to generalise well when navigating any course.

In additional to the obstacles as seen in the original game additional complexity has been added in the form of wind.

The wind component means that the Agent needs to be able to not only navigate the course but also manage the complexities of the wind.

This project has been implemented in Python, utilising Numpy, Keras and Tensorflow.

For full documentation please see the MKDocs site located in the /docs directory, instructions have been added to the README.md file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].