Skip to content

Releases: Farama-Foundation/HighwayEnv

Bug fixes and new env

18 Oct 14:15
b9180df

Choose a tag to compare

  • Adds racetrack-oval-v0
  • Minor fixes

Gymasium v1.0 support

19 Aug 21:58
251e804

Choose a tag to compare

Fix release workflow

Gymnasium v1.0 support

18 Aug 18:36

Choose a tag to compare

Update to support Gymnasium v1.0

Update release version

11 Aug 18:09
af85faf

Choose a tag to compare

(Didn't see that the version definition had been moved from config to init)

Bug fixes

11 Aug 17:50
0686b06

Choose a tag to compare

  • Fix creation of vehicles in parking env
  • Bug fixes for kinematics observation
  • Fix Lidar observation
  • Fix boundaries check in occupancy grid observation
  • Update docs
  • Update numpy deprecated calls
  • Fix road priorities
  • Fix non-determinism in route planning
  • Fix multiagent wrapper for intersection env

Hotfix of parking env reward function

30 May 22:08

Choose a tag to compare

  • Fix collision reward in parking env
  • Minor update of documentation and workflows
  • Minor update of example notebooks
  • Update rendering logic

Hotfix of env registration entrypoint with gymnasium

22 Mar 19:55

Choose a tag to compare

Move from gym to gymnasium

18 Mar 14:21

Choose a tag to compare

  • fix vehicle order in occupancy grid obs
  • fix broken seeding implementation
  • support numpy types for discrete actions
  • use Runge-Kutta 4 integration for dynamical continuous actions, making the dynamics make more stable
  • use gymnasium rather than gym

Hotfix of parking env init

19 Dec 23:05

Choose a tag to compare

Add support for gym 0.26

06 Nov 14:17

Choose a tag to compare

  • Change the step / reset / render interfaces to match the new API of gym 0.26
  • Drop support for gym <0.26