Skip to content

This is the code for "Landing a SpaceX Falcon Heavy Rocket" By Siraj Raval on Youtube

Notifications You must be signed in to change notification settings

roguextech/afcarl-Landing-a-SpaceX-Falcon-Heavy-Rocket

 
 

Repository files navigation

PPO

Overview

This is the code for this video on Youtube by Siraj Raval. Download OpenAI's Gym and Tensorflow as dependencies.

PPO implementation for OpenAI gym environment based on Unity ML Agents: https://github.com/Unity-Technologies/ml-agents

Notable changes include:

  • Ability to continuously display progress with non-stochastic policy during training
  • Works with OpenAI environments
  • Option to record episodes
  • State normalization for given number of frames
  • Frame skip
  • Faster reward discounting etc.

Credits

Credits for this code go to embersarc. I've merely created a wrapper to get people started.

About

This is the code for "Landing a SpaceX Falcon Heavy Rocket" By Siraj Raval on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.3%
  • Jupyter Notebook 13.7%