All Projects → llSourcell → Landing A Spacex Falcon Heavy Rocket

llSourcell / Landing A Spacex Falcon Heavy Rocket

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

Programming Languages

python
139335 projects - #7 most used programming language

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.

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].