a2perf

View on PyPIReverse Dependencies (0)

0.1.0 a2perf-0.1.0-py3-none-any.whl

Wheel Details

Project: a2perf
Version: 0.1.0
Filename: a2perf-0.1.0-py3-none-any.whl
Download: [link]
Size: 67748
MD5: a1b108e5883f9c4f4981107c6d540769
SHA256: 51a77ffce2cd2cb1e8be16f32f437ffd756fcd223498cbe9198799391ffed85f
Uploaded: 2024-09-06 15:00:06 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: a2perf
Version: 0.1.0
Summary: Benchmarking suite for evaluating autonomous agents in real-world domains.
Author-Email: Farama Foundation <contact[at]farama.org>
Project-Url: Homepage, https://farama.org
Project-Url: Repository, https://github.com/Farama-Foundation/A2Perf
Project-Url: Documentation, https://a2perf.farama.org
Project-Url: Bug Report, https://github.com/Farama-Foundation/A2Perf/issues
License: MIT License
Keywords: Reinforcement Learning,Autonomous Agents,RL,Imitation Learning,Benchmark,AI
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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.8
Requires-Dist: gin-config
Requires-Dist: gymnasium
Requires-Dist: minari
Requires-Dist: absl-py
Requires-Dist: codecarbon
Requires-Dist: torch (==1.13.1); extra == "all"
Requires-Dist: tensorflow (<2.16.1); extra == "all"
Requires-Dist: tf-agents; extra == "all"
Requires-Dist: timeout-decorator; extra == "all"
Requires-Dist: matplotlib; extra == "all"
Requires-Dist: cairocffi; extra == "all"
Requires-Dist: shapely; extra == "all"
Requires-Dist: selenium; extra == "all"
Requires-Dist: regex; extra == "all"
Requires-Dist: chromedriver-py; extra == "all"
Requires-Dist: pybullet; extra == "all"
Requires-Dist: torch (==1.13.1); extra == "circuit-training"
Requires-Dist: tensorflow (<2.16.1); extra == "circuit-training"
Requires-Dist: tf-agents; extra == "circuit-training"
Requires-Dist: timeout-decorator; extra == "circuit-training"
Requires-Dist: matplotlib; extra == "circuit-training"
Requires-Dist: cairocffi; extra == "circuit-training"
Requires-Dist: shapely; extra == "circuit-training"
Requires-Dist: pybullet; extra == "quadruped-locomotion"
Requires-Dist: scipy; extra == "quadruped-locomotion"
Requires-Dist: selenium; extra == "web-navigation"
Requires-Dist: regex; extra == "web-navigation"
Requires-Dist: chromedriver-py; extra == "web-navigation"
Provides-Extra: all
Provides-Extra: circuit-training
Provides-Extra: quadruped-locomotion
Provides-Extra: web-navigation
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 7214 characters]

WHEEL

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

RECORD

Path Digest Size
a2perf/__init__.py sha256=kUR5RAFc7HCeiqdlX36dZOHkUI5wI6V_43RpEcD8b-0 22
a2perf/constants.py sha256=uuzBdD9OBY0XKPA1fUeROxhVVPpjSKiBHRL54SPeyds 1591
a2perf/analysis/__init__.py sha256=LkeCxj2w5Ns1YDtAxu0hPyLQgGw_sXDxJMrfaefr3VE 51
a2perf/analysis/evaluation.py sha256=kP81aS0_xIgIm_UC9wUA14TdyMp7ng3voi5M3Mwebec 6409
a2perf/analysis/expertise.py sha256=nYAkgdBaKpLfs1pJqj2ZMg0lmZ6e0X9VyJUA_5EYLzk 5218
a2perf/analysis/metrics.py sha256=Kj1gj-wViSZvacO2KyYc_w5iuYEBm1uflkbelxnqOMA 6627
a2perf/analysis/metrics_lib.py sha256=CXB5JKWpESqcw-qVWk2fHHFFCBoQlb6FlkQWqF2LaCw 24746
a2perf/analysis/reliability.py sha256=yjUYGmw3UWZhsgrxzoH0iCv178qda12KRFISxQ8SgZ8 16682
a2perf/analysis/results.py sha256=cXzvg29--fT0LwL95Qkm2HoVOXta6QxAp8_lLLwb84o 7486
a2perf/analysis/system.py sha256=sl5Rg4_xYXjRSdwheh6Qph_SgKe13QxSk-63EphcjXc 8398
a2perf/data/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
a2perf/data/combine.py sha256=1r0blzmkKQyugmfXMXjqbhxGXcID0Q3LK1V5C5Snnf0 8264
a2perf/data/generate.py sha256=tNkGsX07xKGmFcyl4GFVcbG-PxfkfA15Hea9Qg5j58M 7232
a2perf/data/minari_dataset/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
a2perf/data/minari_dataset/data_utils.py sha256=NfCgK4wVXf6AbD-2oIQCwxcaUFaGbyxfUV4c78EIA5c 4823
a2perf/data/minari_dataset/tf_utils.py sha256=PoeVlM2K2WNWPrc5BAIFH7joDoevZRaGNLP2v_HggI4 4655
a2perf/domains/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
a2perf/domains/tfa/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
a2perf/domains/tfa/gym_wrapper.py sha256=z8QA_9QWywcV8TPoFgQ4KI8FvWIqc5F6Gn7rpEzQwjo 10181
a2perf/domains/tfa/suite_gym.py sha256=GoR1lR2yVchLJWHN1dc8-W86QAAvj2OE-EtmS7FU25I 10430
a2perf/domains/tfa/utils.py sha256=gXGaAgRbRnE9uy6bqNPXuOEiZHu65SRDraM9Y8ZxlQk 5418
a2perf/launch/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
a2perf/launch/docker_utils.py sha256=oEJ7_nwhbItGCKGtdszSxKBI90Rfb9caQQfy7NVc88A 7624
a2perf/launch/entrypoint.py sha256=HQKGYsfnB7GbNgMO4HFk2igYBfbxmJEkIlGWFtpNf60 3606
a2perf/metrics/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
a2perf/submission/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
a2perf/submission/main_submission.py sha256=KRIjE1r5L3JtoBW1nACazz6cECeV6X9ve0Ma_Ex0Yk8 2075
a2perf/submission/submission_util.py sha256=yZPloVSaYo1D-BjihQ2da6XLUzrURWg3vpfTB6QSayA 24237
a2perf/submission/configs/circuit_training/generalization.gin sha256=oA9bMHeqqBs8cDBT4ZqlBtYhzGm6f20oFN33UqN30S8 639
a2perf/submission/configs/circuit_training/train.gin sha256=_T4G7m_IfcUtnnRoULZGasTst4mPtjUuvT3wn1k7PlM 1059
a2perf/submission/configs/circuit_training/ariane/inference.gin sha256=uayVrrVTbq550m9x-9Z4URclyE1Z2_M1JmETq6Hpwsw 1289
a2perf/submission/configs/circuit_training/toy_macro_stdcell/inference.gin sha256=_nFgfQHQXLE75aFIbWHUZtB1qmRbYuSyp2Ytn7Zuwh4 1261
a2perf/submission/configs/quadruped_locomotion/generalization.gin sha256=2GugBlTRa2Z61C-OUwIxkdvxnqWox-Xs8ZZgyVUpS5I 628
a2perf/submission/configs/quadruped_locomotion/inference.gin sha256=Ut9wA82Vyy62ol_1BaI7HVhwtA5Z-1piZ10aiBvKaTE 1298
a2perf/submission/configs/quadruped_locomotion/train.gin sha256=FUVsRUaeksr_k8_u5FawBX638VawcWJoCre-KZgCVFM 1117
a2perf/submission/configs/quadruped_locomotion/dog_pace/domain.gin sha256=jYCWEDTnCZj5geYyIiTxrBM7nMN1E5t9-guy9ZpfZv8 185
a2perf/submission/configs/quadruped_locomotion/dog_pace/inference.gin sha256=mK0XNTAhlGn2GcI5g8y-s49a4q-soyvOB_Ww96SXAa0 112
a2perf/submission/configs/quadruped_locomotion/dog_spin/domain.gin sha256=qHkkmyqlvxquxXV_xYBiLcS8y6sq77U94vl5GxXI9B4 185
a2perf/submission/configs/quadruped_locomotion/dog_spin/inference.gin sha256=9IW2kq3I_XEnslbgJxtGejKT2APgrbPnUnkbo8zr-u0 112
a2perf/submission/configs/quadruped_locomotion/dog_trot/domain.gin sha256=QY8XujXQzlkc2kswptv_3OZcM7URIQZn3X-z08LiQSs 185
a2perf/submission/configs/quadruped_locomotion/dog_trot/inference.gin sha256=pXQ2bgcBS06wLmOdBpTaeouO07PGDsV6olZ9ej8PK7I 112
a2perf/submission/configs/web_navigation/generalization.gin sha256=eajWYDEJEZ1mx59df4RGttf1UM4DEQTfWQi-S7rWzTU 720
a2perf/submission/configs/web_navigation/train.gin sha256=abjGGbQg_4C9qoKC6ofjbvxxWr0oPYrjQ_AjpsYCI3s 1055
a2perf/submission/configs/web_navigation/difficulty_level_1_num_websites_1/inference.gin sha256=OAKGV8lRhMSiPNi-MYTzF5DJMo-x3rkZ-m3lRxaPozk 1372
a2perf/submission/configs/web_navigation/difficulty_level_1_num_websites_10/inference.gin sha256=OAKGV8lRhMSiPNi-MYTzF5DJMo-x3rkZ-m3lRxaPozk 1372
a2perf/submission/configs/web_navigation/difficulty_level_1_num_websites_5/inference.gin sha256=OAKGV8lRhMSiPNi-MYTzF5DJMo-x3rkZ-m3lRxaPozk 1372
a2perf/tutorials/example_submission/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
a2perf/tutorials/example_submission/inference.py sha256=pGhYgsaUHzkxyo1UAe_7Ilm2KOZuBp8QKX-CgV6pGao 927
a2perf/tutorials/example_submission/main.py sha256=OobsAWpxaYbqivy5FrPc_5ONirsfjmhk8ayoVN1sjKU 703
a2perf/tutorials/example_submission/train.py sha256=OmIsItiVYAaEQvmgXSowMwwS9c_btb1Sf6bGbxyFWp8 3989
a2perf-0.1.0.dist-info/LICENSE sha256=f_YzazOuTBaAhuiZoRt8kdNptnWM7iD5Rp1WPwBPies 1074
a2perf-0.1.0.dist-info/METADATA sha256=ILAFzTcXe_YtaGLP7AEF1eI5Lay8ZjTW813M73_rPq8 9678
a2perf-0.1.0.dist-info/WHEEL sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY 91
a2perf-0.1.0.dist-info/entry_points.txt sha256=FRyrlfh3AD5_WSXHHm4Eplai4co4EVvbtCBThJyYXEY 61
a2perf-0.1.0.dist-info/top_level.txt sha256=lTHvCdNAmun64SwHFUae-xn4Op12UPfpPTLOSEyOBEE 7
a2perf-0.1.0.dist-info/RECORD

top_level.txt

a2perf

entry_points.txt

a2perf = a2perf.launch.entrypoint:run_main