The source project of this merge request has been removed.
Fixing minor bugs with namedtuples and ray versions
-
In
rollout.py
, it has_flatten_action
for Ray rllib 0.8.4 andflatten_to_single_ndarray
Ray rllib 0.8.5- But, as defined in the environments it installs Ray rllib 0.8.5. so it's preferable to use the 0.8.5 usage
-
In
flatland_single
andflatland_sparse
environments, it has an outdated usage ofmalfunction_generator
which now no longer accepts adict
and insteadMalfunctionParameters