Flatland-rl

Latest version: v4.0.3

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

4.0.3

Github Action Release failed
Fixed.

4.0.2

Performance improvement

The rail generators (infrastructure) implementation is based on A*. The A* implementation has been improved in terms of calculation time. The main modification concerns the internal data structure which was widely used in the A* algorithm. The used ordered set is replaced by a heap that allows to fetch the nearest nodes in O(1) instead of O(n).

More details: https://github.com/flatland-association/flatland-rl/pull/68

4.0.1

Fixed

- Removed dependency on an old version of `gym` which in turn brought in an old version of `pyglet` that caused issues
on Windows.

4.0.0

Removed

- Dropped support for Python 3.7 because it's end of life.

Changed

- Improved performance by introducing an LRU cache.
- Drastically improved performance by improving `numpy` usage.
- Updated a lot dependencies.
- Cleaned the project structure.
- First release handled by the [flatland association](https://www.flatland-association.org/)!

Fixed

- Fixed a lot of bugs :)
- The tests actually pass now.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.