DSSE

View on PyPIReverse Dependencies (0)

1.1.9 DSSE-1.1.9-py3-none-any.whl

Wheel Details

Project: DSSE
Version: 1.1.9
Filename: DSSE-1.1.9-py3-none-any.whl
Download: [link]
Size: 63275
MD5: 914d42feea2dc2bc4ea8eb94404ff423
SHA256: 431e0a800e89fd8e7a43ecafb306df83217fa685cce2bb377ce64623a0074b2e
Uploaded: 2024-05-30 15:50:52 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: DSSE
Version: 1.1.9
Summary: The Drone Swarm Search project provides an environment for SAR missions built on PettingZoo, where agents, represented by drones, are tasked with locating targets identified as shipwrecked individuals.
Author: Luis Filipe Carrete, Manuel Castanares, Enrico Damiani, Leonardo Malta
Author-Email: Ricardo Ribeiro Rodrigues <ricardorr7[at]al.insper.edu.br>, Renato Laffranchi Falcão <renatolf1[at]al.insper.edu.br>, Pedro Henrique Britto Aragão Andrade <pedroa3[at]al.insper.edu.br>, Jorás Oliveira <jorascco[at]al.insper.edu.br>, Fabricio Barth <fabriciojb[at]insper.edu.br>
Download-Url: https://github.com/pfeinsper/drone-swarm-search/archive/refs/tags/1.1.9.tar.gz
Project-Url: Homepage, https://pfeinsper.github.io/drone-swarm-search/
Project-Url: Repository, https://github.com/pfeinsper/drone-swarm-search/
Project-Url: Documentation, https://pfeinsper.github.io/drone-swarm-search/
Project-Url: Bug Report, https://github.com/pfeinsper/drone-swarm-search/issues/
License: MIT License
Keywords: Reinforcement Learning,AI,SAR,Multi Agent Reinforcement Learning
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10.5
Requires-Dist: numpy (>=1.23.1)
Requires-Dist: gymnasium (>=0.27.1)
Requires-Dist: pygame (>=2.3.0)
Requires-Dist: pettingzoo (>=1.22.3)
Requires-Dist: matplotlib (==3.8.4)
Requires-Dist: numba (>=0.59.0)
Requires-Dist: numpy (>=1.23.1); extra == "all"
Requires-Dist: gymnasium (>=0.27.1); extra == "all"
Requires-Dist: pygame (>=2.3.0); extra == "all"
Requires-Dist: pettingzoo (>=1.22.3); extra == "all"
Requires-Dist: matplotlib (==3.8.4); extra == "all"
Requires-Dist: numba (>=0.59.0); extra == "all"
Requires-Dist: GDAL (==3.4.1); extra == "all"
Requires-Dist: opendrift; extra == "all"
Requires-Dist: GDAL (==3.4.1); extra == "coverage"
Requires-Dist: opendrift; extra == "coverage"
Provides-Extra: all
Provides-Extra: coverage
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6577 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
DSSE/__init__.py sha256=1waIaq9gzkYy5VSyIYW5YeHAG8kZ9e_NG_0LdiyiFvo 322
DSSE/environment/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
DSSE/environment/constants.py sha256=XVmAGBlLlaU6nhvGHV6sA8SEyY0E6fmFb56KdUD9jys 490
DSSE/environment/coverage_env.py sha256=tHCsEtu88zdenk2TH5cFDUi0YwaXoBmZYjfrSpWsfDQ 7797
DSSE/environment/env.py sha256=51j1jq1J4NE4efREhSKHIznxrSNwTCw87t8d9NZXuzo 13388
DSSE/environment/env_base.py sha256=YOrCeYFTJRJIYggK6FZ4_6-yHWnZFbPAVD0_K1Ngaqg 7509
DSSE/environment/pygame_interface.py sha256=y29C6KuJeaYL5v_t6yQiEF_Zc5Gefnajp84_zsRYjGg 4973
DSSE/environment/entities/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
DSSE/environment/entities/drone.py sha256=FAuY91uU8i3UjJxceBY_VyNE-Yszf8TFphN4EtddQYU 686
DSSE/environment/entities/person.py sha256=NZTprSAabDOIoK1-YL0g4i_faIvP8uWsJZjR8nHJSxw 8070
DSSE/environment/imgs/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
DSSE/environment/imgs/drone.png sha256=Lg6FZfkk9Nkoq7bAMJPXWwJZYYXkNd8g0JPXPpyeyVg 14774
DSSE/environment/imgs/person-swimming.png sha256=OVHuCpykJCN6xU6uPzUdzHkoFCstbgdELbIKCZQPukI 13193
DSSE/environment/simulation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
DSSE/environment/simulation/dynamic_probability.py sha256=ygeMg72c8RlQacSm_rhlYoBDt5_UVMhF6AQfelnZOL8 4890
DSSE/environment/simulation/particle_simulation.py sha256=SbiHV3vuGKaigmZeBOhgCpuxz_H4cP2LlY2BNyOtn8U 7794
DSSE/environment/simulation/time_step.py sha256=DMyZIkxdVLVljCpuiEMWcCQMJchnlQqOmo4YIK0YP9M 1205
DSSE/environment/wrappers/__init__.py sha256=iE6Jch6wttWkoPMSj1ybYUT_0Cl0e8p2E1-_64vDsGM 417
DSSE/environment/wrappers/all_flatten_wrapper.py sha256=UcWiXymJs8QUHjwOSqvsQgaeaVzIeygPJMS5XIT4nMI 1505
DSSE/environment/wrappers/all_positions_wrapper.py sha256=2bXoAeRyKbfT-hid54uJ9GLnOo8g-QQkqNjG9cN4qEM 1701
DSSE/environment/wrappers/communication_wrapper.py sha256=MNBix2gUbN9OfcOyo8GAP2FACIy659NHyQxAGpxcmMk 1901
DSSE/environment/wrappers/gaussian_wrapper.py sha256=nTIG4l4VtvSKV7n56fxBxWHl3QQM3rBuW7v1PbnlS3s 1391
DSSE/environment/wrappers/matrix_encode_wrapper.py sha256=WVCAwBk39Ws5Bdc-7pjA7Psd42E_dc9mikmswLSA5AM 1483
DSSE/environment/wrappers/retain_drone_pos_wrapper.py sha256=7khOOsTB3qDd390FkdJlEeasvGugJnK7nmaQVTXDAZo 975
DSSE/environment/wrappers/top_n_cells_wrapper.py sha256=Or80lrbIVJvRUBU_mUnHNp7ScJUVPlh7fH_oR15Scts 1963
DSSE/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
DSSE/tests/drone_policy.py sha256=02YtpbHXRZ1_KaqGQloRHasKLRtXNz-c_5u3s4gDJgE 1488
DSSE/tests/test_env.py sha256=bGGsPyYdmptB0bgRCTiZdk8tYBGcPp20DjPfL1MHs4Y 17985
DSSE/tests/test_env_coverage.py sha256=7DTnoHu2ifuVOb08sPOI22ewlY-UJCKNjmk9PwlkoUs 6142
DSSE/tests/test_matrix.py sha256=JJMbpuxPuqfxL9kbJY2RCUgZ-oopAzXMXRY_B3p6nFM 581
DSSE-1.1.9.dist-info/LICENSE sha256=FAyhXe3wjwuXZZEEnDC-y-KLkVyilmHkbhamQU59QbU 1094
DSSE-1.1.9.dist-info/METADATA sha256=OuD-VJ_U4oEcWeuXsI_5JUVI6h9LeukKfWftwGf-GDU 8809
DSSE-1.1.9.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
DSSE-1.1.9.dist-info/top_level.txt sha256=jpU0imbaeAUiRC40m7cMcYEbJCSPcvhNqzmtvfAF_P8 5
DSSE-1.1.9.dist-info/RECORD

top_level.txt

DSSE