Releases: NREL/graph-env
Releases · NREL/graph-env
Fix ray & TF v2.10 dependency
ray v2.3.1 lists tensorboardX as a dependency. tensorboardX upgraded to v2.6.1 which lists protobuf >v4.2 as a dependency. That breaks ray's import of tensorflow v2.10 which we're currently using. Fixed by downgrading tensorboardX to v2.6.
Fix another warning
Fixes rllib's warning that the reset function can't set the seed
v0.2.4
Update to use Ray v2.3.1
Pin ray to v2.2.0
Removed Python 3.7 Doesn't allow some of the dependencies
Update to use Ray v2.2.0
Ray v2.2.0 uses new algorithm config objects instead of config dicts.