Skip to main content

Autonomous Drone Navigation for Surveillance Gym Environment

Project description

Autonomus Drone Navigation for Surveillance Environment

Environments

This repository contains the implementation of Gym environment for the drone navigation in surveillance environment by dtungpka

Drone-v0

Installation

python3 -m pip install DroneNavigationGym-RL

Usage

import gymnasium as gym
import Autonomus_Drones_Navigation_For_Surveillance

env = gym.make('Drone-v0',drones=2,render_mode='human',size=20,targets=2,obstacles=2,battery=100)
obs, info = env.reset()
while True:
    action = env.action_space.sample()
    obs, reward, terminated, _, info = env.step(action)
    if terminated:
        break

env.close()

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

dronenavigationgym_rl-1.1.0.tar.gz (7.3 kB view details)

Uploaded Source

File details

Details for the file dronenavigationgym_rl-1.1.0.tar.gz.

File metadata

  • Download URL: dronenavigationgym_rl-1.1.0.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.13

File hashes

Hashes for dronenavigationgym_rl-1.1.0.tar.gz
Algorithm Hash digest
SHA256 1136e5f257b6bb601d7b98a6fbdaf0407f3b4a076af24ac248846515022939ef
MD5 1898a97398fd8c861a3f02a2029ef434
BLAKE2b-256 7d452f5c43f6b03568031c84e0a798f10f1404fb1500ace0af8c947f4b178aa5

See more details on using hashes here.

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