Skip to content
/ DSN Public

This repository is a pure environment of DSNs.

Notifications You must be signed in to change notification settings

XuJing1022/DSN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Target Coverage Problem in Directional Sensor Networks

This repository is a pure environment of DSNs, which is used in the paper Learning Multi-Agent Coordination for Enhancing Target Coverage in Directional Sensor Networks.

📋 The target coverage problem is a multi-agent cooperation problem, where the smart sensors can rotate to cover the targets. Their coverage range is limited in angle and distance, so the aim is to cover as many targets as possible by the cooperation among the smart sensors.

Requirements

To install requirements:

pip install -r requirements.txt

Random agent

We provide an agent with random policy that takes random action in every time step to show how to use this environment. To start the environment and visualize, run this command:

python random_agent.py --render

Contributing

If you found this work useful, please consider citing:

📋 Pick a licence and describe how to contribute to your code repository.

About

This repository is a pure environment of DSNs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages