Skip to content

Releases: flow-project/flow

flow-0.4.1

08 Sep 20:26
Compare
Choose a tag to compare
  • 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

21 Jul 06:10
1f68535
Compare
Choose a tag to compare
  • upgraded to sumo 1.1.0, see PR #293
  • new router class, see PR #524
  • updated documentation for most methods and classes

flow-0.3.1

11 Jun 07:45
c8ea2b0
Compare
Choose a tag to compare

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

07 Mar 17:07
32a0ecc
Compare
Choose a tag to compare
  • 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

29 Nov 00:28
Compare
Choose a tag to compare
v0.2.1

modified version to freeze for renderer (#286)

flow-0.2.0

21 Sep 01:57
Compare
Choose a tag to compare
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

18 Oct 02:16
Compare
Choose a tag to compare
using environemnt.yml instead of requirements.txt