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 raiseNotImplementedError
.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 observationsatc-tiled-v0
Returns a NxN matrix for the observations.
N is undecided until implementation
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file atc_gym-0.2-py3-none-any.whl
.
File metadata
- Download URL: atc_gym-0.2-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8503f169d2976012cc7d978093fece6850df9f2a389bd128eff74a70dd8b0dc |
|
MD5 | 8156e705b35bfaac1821d44c7dcbc570 |
|
BLAKE2b-256 | b9f4f7e435695cbef963b66382ee616af8fba6a7c0b730501cc8ee38cac30e3d |