Skip to content

Releases: jjshoots/PyFlyt

0.25.0

04 Sep 02:03
Compare
Choose a tag to compare

What's Changed

quadx_pole_waypoint

0.24.0

05 Jul 14:28
bed365c
Compare
Choose a tag to compare

Introducing the PyFlyt/QuadX-Pole-Waypoints-v2 Environment!

Inline with 0.23.0, this release introduces another pole env with one more complexity - waypoints.

quadx_pole_waypoint

0.23.0

30 Jun 13:23
be0a846
Compare
Choose a tag to compare

Introducing the PyFlyt/QuadX-Pole-Balance-v2 Environment!

Inspired by this dated but still cool video, the QuadX Pole Balance environment serves as a starting point for more complex environments to come. Some of which include Pole Waypoints and Pole Flipping.

pole_balance

0.22.2

29 Jun 03:18
1c8074b
Compare
Choose a tag to compare

Minor QOL Improvement: updates typehints and docstrings.

0.22.1

28 Jun 05:42
e62f9b6
Compare
Choose a tag to compare

Fixed #46

0.22.0

24 Jun 04:05
b985131
Compare
Choose a tag to compare

What's Changed

  • The default drones now have a camera_fps parameter. The idea was introduced by @ch-MEIJIE in #43
  • update_control and update_camera now has a physics_step argument at the API level. This is to facilitate the new camera_fps change and to have cleaner code across the codebase.
  • As a result of the above change, the environment logic has now been slightly modified since we can measure state before a simulation step. Therefore, all environments have been version bumped.

New Contributors

Full Changelog: 0.21.0...0.22.0

0.21.0

01 May 17:36
Compare
Choose a tag to compare

What's Changed

  • Make rendering GUI optional when render_mode is set to rgb_array by @peterghaddad in #36

0.20.0

30 Apr 10:30
Compare
Choose a tag to compare
  • Fixes render RTF bug in 3406dbe , reported in #32 .
  • Fixes rotational drag for quadx model in #34 .

0.19.0

23 Mar 00:29
Compare
Choose a tag to compare

Fixes #29, for real this time.

0.17.0

11 Mar 13:40
Compare
Choose a tag to compare
  • Added flight_mode kwarg to all Gymnasium environments.
  • Added more typehints to various functions to ease development.