Skip to content

ML-Agents Beta 0.14.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@anupam-142857 anupam-142857 released this 26 Feb 22:13
dd3fd80

Bug Fixes

  • Fixed an issue which caused self-play training sessions to consume a lot of memory. (#3451)
  • Fixed an IndexError when using GAIL or behavioral cloning with demonstrations recorded with 0.14.0 or later (#3464)
  • Updated the gail_config.yaml to work with per-Agent steps (#3475)
  • Fixed demonstration recording of experiences when the Agent is done. (#3463)
  • Fixed a bug with the rewards of multiple Agents in the gym interface (#3471, #3496)