A Gym env for rocket landing.
Project description
Starship Landing Gym 
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file starship-landing-gym-0.1.3.tar.gz.
File metadata
- Download URL: starship-landing-gym-0.1.3.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.13 Darwin/21.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16cf26e10b7c0d7dc4114acfa7ec8606d0d91a4dbd03fc145863b46ddd01b90b
|
|
| MD5 |
f1f31bf85a010e56868c1f16aa09266d
|
|
| BLAKE2b-256 |
38ded89f4d04c2bed970db24595885aea0bddc0d5b73a6dd5963862a94d173e3
|
File details
Details for the file starship_landing_gym-0.1.3-py3-none-any.whl.
File metadata
- Download URL: starship_landing_gym-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.13 Darwin/21.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ad7c74b7681fa11bb9ee0ebdf6123cd2b81fbbb2a49ef717af1e01a29afb573
|
|
| MD5 |
74144d5b00d9f8aae4f777fdcb5d0756
|
|
| BLAKE2b-256 |
0eb301d2eb9fa193d9a0c9fa3af96c20f763a94f6255ee22f94bd38f86e8c669
|