Skip to content

Releases: Farama-Foundation/HighwayEnv

New observation types and lane geometries, and bug fixes

19 Mar 15:31
Compare
Choose a tag to compare
  • Add documentation on continuous actions
  • Fix various bugs or imprecision in collision checks and obstacles rendering
  • Image observations are now centered on the observer vehicle
  • Fix the lane change behaviour in some situations
  • Add TupleObservation, which is a union of several observation types
  • Improve the accuracy of the LidarObservation
  • Add support for PolyLane, and methods to save/load road networks from a config
  • Fix steering wheel / angle conversion
  • Change of the velocity term projection in the reward function
  • Add support for latest gym versions (>=0.22) which dropped the Monitor wrapper
  • Add a copy of the GoalEnv interface which was removed from gym

New continuous control environment: racetrack-v0

21 Sep 13:47
97aabdc
Compare
Choose a tag to compare

This release introduces additional content:

  • a new continuous control environment, racetrack-v0, where the agent must learn to steer and follow the tracks, while avoiding other vehicles
  • a new "on_road" layer in the OccupancyGrid observation type, which enables the observer to see the drivable space
  • a new "align_to_vehicle_axes" option in the OccupancyGrid observation type, which renders the observation in the local vehicle frame
  • a new DiscreteAction action type, which discretizes the original ContinuousAction type. This allows to do low-level control, but with a small discrete action space (e.g. for DQN). Note that this is different from the DiscreteMetaAction type, which implements its own low-level sub-policies.
  • new example scripts and notebooks for training agents, such as a PPO continuous control policy for racetrack-v0.
  • updated documentation

Faster variant of highway-v0, and bug fixes

30 Aug 09:10
Compare
Choose a tag to compare

This release contains

  • A few fixes for compatibility with SB3
  • Some changes for video rendering and framerate
  • highway-fast-v0: a faster variant of highway-v0 to train/debug models more quickly

Compatibility with stable-baselines3

29 Apr 09:48
9eac67d
Compare
Choose a tag to compare

Minor update with

  • different handling of image observations + example script with stable baselines
  • small changes in the dynamical model

First PyPI release

12 Mar 16:38
Compare
Choose a tag to compare

Main changes:

  • vehicles appearance
  • exit environment
  • u-turn environment
  • lidar observation
  • big fix in video recording

First stable release

07 Sep 16:02
0e9d114
Compare
Choose a tag to compare
v1.0

Update abstract.py