Releases: flow-project/flow
Releases · flow-project/flow
flow-0.4.1
- introduced support for a new RL library, stable-baselines: https://github.com/hill-a/stable-baselines
- removed and deprecated all rllab features
- introduced a multi-lane generic highway network with on- and off-ramps
- added a tutorial on running the bottleneck experiments
- added a tutorial for running RLlib experiments on EC2 servers
- some refactoring to features in grid network
- increased unit test coverage for renderer features
flow-0.4.0
flow-0.3.1
This is the final release before we are switching to a more recent version of SUMO. Some changes include:
- Cleanup to many of the scripts from redundant or unsed pieces of code.
- Modifications to aimsun functionality and inclusion of an aimsun scripting class.
- Extended unit test coverage. Our coverage is now about 90%.
- Tutorials on using OpenStreetMap and Network Template scenarios.
- Updated behavior to some of the examples and benchmarks to be compatible with the newer version of SUMO.
flow-0.3.0
- support for a new traffic simulator: Aimsun
- simulator specific commands were abstracted and moved from the environments to a kernel class, consisting of simulation, scenario, vehicle, and traffic_light subkernels. The subkernels were implemented for SUMO and Aimsun, and further ones can be created to support a plethora of other traffic simulators
flow-0.2.1
v0.2.1 modified version to freeze for renderer (#286)
flow-0.2.0
Addressing issue 145 (#160) * Addressing issue 145 * Fixed setup script env_params to reflect new changes * Fixed pep8 issues * Added new green_wave_env requirements to rllib/green_wave.py * Added new env params to the benchmark experiments as well * Added env params to baseline as well. nose2 not passing for some figure_eight scenarios
flow-0.1.0
using environemnt.yml instead of requirements.txt