New
SUMO-RL 1.4.2 Release
What's Changed
- Support for custom observations (both observation function and observation space) by @firemankoxd in https://github.com/LucasAlegre/sumo-rl/pull/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: https://github.com/LucasAlegre/sumo-rl/compare/v1.4.1...v1.4.2