Skip to content

Releases: NREL/graph-env

Fix ray & TF v2.10 dependency

21 Jun 18:53
b2f1a6f
Compare
Choose a tag to compare

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

21 Apr 21:27
Compare
Choose a tag to compare

Fixes rllib's warning that the reset function can't set the seed

v0.2.4

04 Apr 22:41
Compare
Choose a tag to compare

Skip the warning message of choosing a masked child state from rllib's precheck module. I believe it is caused because rllib's precheck function chooses a random action, many of which could be masked out for the first state.

Update to use Ray v2.3.1

29 Mar 21:55
b0e9067
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

Pin ray to v2.2.0

06 Mar 20:24
68978b9
Compare
Choose a tag to compare
Removed Python 3.7

Doesn't allow some of the dependencies

Update to use Ray v2.2.0

23 Jan 22:47
be62c74
Compare
Choose a tag to compare

Ray v2.2.0 uses new algorithm config objects instead of config dicts.

v0.1.3

28 Aug 20:20
741b5df
Compare
Choose a tag to compare

trying zenodo again

v0.1.2

28 Aug 20:16
2b05f7d
Compare
Choose a tag to compare

Additional zenodo json edits

v0.1.1

28 Aug 20:15
2c9b703
Compare
Choose a tag to compare

Fix zenodo JSON

v0.1.0

28 Aug 20:11
0a3aefd
Compare
Choose a tag to compare

What's Changed

  • UPDATE: Fix typos, PEP8 python format, correct declaration of return … by @iammix in #47
  • Joss paper edits by @pstjohn in #51

New Contributors

Full Changelog: v0.0.9...v0.1.0