Skip to main content

Gym environment for an ATC simulation

Project description

ATC AI

Contains

  • A program that helps minimize air crashes by using Machine Learning to control air traffic.
  • A gym environment for ATC simulation

Implementing

  • env.render() is not implemented, running it will raise NotImplementedError.
  • env.reset() opens the GUI.
  • env.fps contains the fps to run the game at. You can set it using:
    env.fps = 60
    

Installation

For the latest installation (may be unstable)

git clone https://github.com/vivek3141/atc-ai
pip install -e .

Install stable release by

pip install atc-gym

Creating The Environment

The environment can be created by doing the following:

import gym
import atc_gym
env = gym.make("atc-v0")

Environments

  • atc-v0 Returns a NxN RGB image in the form of a numpy array for the observations
  • atc-tiled-v0 Returns a NxN matrix for the observations.

N is undecided until implementation

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

atc_gym-0.2-py3-none-any.whl (1.6 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