Skip to main content

A Gym env for rocket landing.

Project description

Starship Landing Gym tests

A Gym env for propulsive rocket landing.


Successfull Rocket Landing

The goal is to bring the rocket above the landing pad with a speed inferior to 5m/s.

This is inspired by and based on Thomas Godden's "Starship Landing Trajectory Optimization" blog post.

Installation

pip install starship-landing-gym

Usage

import gym
import starship_landing_gym

env = gym.make("StarshipLanding-v0")

done = False
while not done:
    action = ... # Your agent code here
    obs, reward, done, info = env.step(action)
    env.render()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

starship-landing-gym-0.1.3.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

starship_landing_gym-0.1.3-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page