Pyflyt

Latest version: v0.21.0

Safety actively analyzes 638437 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.15.6

Minor bug fixes.

0.15.4

Added dogfight env.

0.15.3

Bug fix: Verified `MAQuadXHover` is leanable.

0.15.2

0.15.1

Bug Fixes

- Fix bug where drone was spawning in the ground for ma hover.

0.15.0

PZ environments converted to parallel

py
from PyFlyt.pz_envs import MAQuadXHoverEnv

env = MAQuadXHoverEnv(render_mode="human")
observations, infos = env.reset()

while env.agents:
this is where you would insert your policy
actions = {agent: env.action_space(agent).sample() for agent in env.agents}

observations, rewards, terminations, truncations, infos = env.step(actions)
env.close()

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.