alirezamika / flappybird-esLinks
An AI agent Learning to play Flappy Bird using Evolution Strategies and deep learning models.
☆45Updated 5 years ago
Alternatives and similar repositories for flappybird-es
Users that are interested in flappybird-es are comparing it to the libraries listed below
Sorting:
- A fast Evolution Strategy implementation in Python☆271Updated 5 years ago
- This is the code for "Actor Critic Algorithms" by Siraj Raval on Youtube☆75Updated 7 years ago
- NEAT Solver for OpenAI☆144Updated 8 years ago
- AI learning to walk in gym's BipedalWalker environment.☆67Updated 8 years ago
- This is the code for "Sports Betting with Reinforcement Learning" By Siraj Raval on Youtube☆119Updated 7 years ago
- This is the code for "AI that Creates AI" By Siraj Raval on Youtube☆65Updated 7 years ago
- TensorFlow implementation of asynchronous advantage actor-critic (A3C)☆38Updated 4 years ago
- NEAT implementation for Flappy Bird game☆24Updated 5 years ago
- C51-DDQN in Keras☆126Updated 8 years ago
- Examples of published reinforcement learning algorithms in recent literature implemented in TensorFlow☆103Updated 5 years ago
- A simple Gridworld environment for Open AI gym☆25Updated 7 years ago
- This is the code for "Q Learning Explained" by Siraj Raval on Youtube☆85Updated 7 years ago
- This is the code for "World Models Explained" By Siraj Raval on Youtube☆86Updated 3 years ago
- MLP-framework (pure numpy) and DDQN-framework for OpenAI's Gym games. +test code for PPO added. +Hindsight Experience Replay(HER) bitfli…☆19Updated 7 years ago
- This is the Code for "Deep Q Learning - The Math of Intelligence #9" By Siraj Raval on Youtube☆162Updated 8 years ago
- This is the code for "How Does DeepMind's AlphaGo Zero Work?" Siraj Raval on Youtube☆121Updated 8 years ago
- This program evolves an AI using the NEAT algorithm to play Super Mario Bros.☆106Updated 3 years ago
- Multiagent reinforcement learning simulation framework - Undergraduate thesis in Mechatronics Engineering at the University of Brasília☆68Updated 7 years ago
- This is the code for "A Guide to DeepMind's StarCraft AI Environment" by Siraj Raval on Youtube☆211Updated 4 years ago
- Code for "Spinning Up a Pong AI With Deep RL" on FloydHub.☆55Updated 7 years ago
- Direct Future Prediction (DFP ) in Keras☆109Updated 8 years ago
- Implementation of Deep/Double Deep/Dueling Deep Q networks for playing Atari games using Keras and OpenAI gym☆40Updated 7 years ago
- Deep RL Bootcamp solutions☆34Updated 8 years ago
- Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.☆152Updated 2 years ago
- This is the code for "War Robots" by Siraj Raval on Youtube☆16Updated 7 years ago
- Minimal Monte Carlo Policy Gradient (REINFORCE) Algorithm Implementation in Keras☆160Updated 5 years ago
- A 150-lines python code for Augmented Random Search (https://arxiv.org/abs/1803.07055) with numpy.