Skip to content

Releases: LucasAlegre/sumo-rl

SUMO-RL 1.4.5 Release

07 May 14:50
Compare
Choose a tag to compare

SUMO-RL 1.4.4 Release

25 Mar 15:53
c2a73c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.3...v1.4.4

SUMO-RL 1.4.3 Release

15 Jun 14:08
Compare
Choose a tag to compare

What's Changed

  • Update experiments with sb3 and rllib by @LucasAlegre in #143
  • Rename branch master to main
  • Compute info dict when using the pettingzoo API

Full Changelog: v1.4.2...v1.4.3

SUMO-RL 1.4.2 Release

26 Feb 20:07
Compare
Choose a tag to compare

What's Changed

  • Support for custom observations (both observation function and observation space) by @firemankoxd in #133
  • Updated pydocs
  • Added pre-commit, black and isort to the code
  • Documentation updated
  • Renamed "run" to "episode" on the output .csv file

Bug fix

  • Fixed "pressure" reward function sign

Full Changelog: v1.4.1...v1.4.2

SUMO-RL 1.4.1 Release

22 Feb 09:26
Compare
Choose a tag to compare

What's Changed

  • Add documentation page at lucasalegre.github.io/sumo-rl
  • Make truncated = True when sim_step >= sim_max_time (previously was >)
  • Fixed numpy warning caused by mean of empty vehicle list

Full Changelog: v1.4.0...v1.4.1

SUMO-RL v1.4.0

13 Dec 11:41
d95389d
Compare
Choose a tag to compare

What's Changed

  • Replaced Gym for Gymnasium

New Contributors

Full Changelog: v1.3...v1.4.0

SUMO-RL v1.3

24 Aug 10:19
Compare
Choose a tag to compare

Full Changelog: v1.2...v1.3

SUMO-RL v1.2

21 Mar 15:21
Compare
Choose a tag to compare

What's Changed

  • Compatibility with newest gym version.
    Full Changelog: v1.1...v1.2

SUMO-RL v1.1

17 Oct 19:01
c4ddbc5
Compare
Choose a tag to compare
Update setup.py

SUMO-RL v1.0

08 Dec 01:59
Compare
Choose a tag to compare
Big refactor