Releases: LucasAlegre/sumo-rl
Releases · LucasAlegre/sumo-rl
SUMO-RL 1.4.5 Release
- Add nets folder to pypi package
- Add fixed_time option to pettingzoo env
Full Changelog: v1.4.4...v1.4.5
SUMO-RL 1.4.4 Release
What's Changed
- fix: set traci default view if it doesn't exist by @KevynKelso in #191
- Add copy of info dict to metrics
- Add system info to pettingzoo api
- Make num_seconds be duration of simulation, instead of time to finish
New Contributors
- @KevynKelso made their first contribution in #191
Full Changelog: v1.4.3...v1.4.4
SUMO-RL 1.4.3 Release
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
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
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
What's Changed
- Replaced Gym for Gymnasium
New Contributors
- @firemankoxd made their first contribution in #119
Full Changelog: v1.3...v1.4.0
SUMO-RL v1.3
Full Changelog: v1.2...v1.3
SUMO-RL v1.2
What's Changed
- Compatibility with newest gym version.
Full Changelog: v1.1...v1.2
SUMO-RL v1.1
Update setup.py
SUMO-RL v1.0
Big refactor