Skip to content

Simple OpenAI Gym environments for Sattelite prediction tasks

Notifications You must be signed in to change notification settings

GolemXlV/satellite_gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple OpenAI Gym Environments for Satellite Prediction Tasks

How to use:

git clone this rep

cd satellite_gym && pip install -e .

Then create this environment in your python code:

import gym, envs

env = gym.make('SatelliteEnv-v1')

PS: I scaled all features and spaces with MinMax between 0 and 10. No thanks.

About

Simple OpenAI Gym environments for Sattelite prediction tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages