Skip to content

Changelog for goal conditioning#5195

Merged
vincentpierre merged 4 commits into
mainfrom
goal-conditioning-changelog
Apr 1, 2021
Merged

Changelog for goal conditioning#5195
vincentpierre merged 4 commits into
mainfrom
goal-conditioning-changelog

Conversation

@vincentpierre

@vincentpierre vincentpierre commented Mar 30, 2021

Copy link
Copy Markdown
Contributor

Proposed change(s)

Modify the changelog for the goal conditioning feature !

Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.)

Types of change(s)

  • Bug fix
  • New feature
  • Code refactor
  • Breaking change
  • Documentation update
  • Other (please describe)

Checklist

  • Added tests that prove my fix is effective or that my feature works
  • Updated the changelog (if applicable)
  • Updated the documentation (if applicable)
  • Updated the migration guide (if applicable)

Other comments

@vincentpierre vincentpierre self-assigned this Mar 30, 2021
@vincentpierre vincentpierre marked this pull request as ready for review March 31, 2021 22:18
@vincentpierre vincentpierre requested a review from ervteng April 1, 2021 00:44
Comment thread com.unity.ml-agents/CHANGELOG.md Outdated
- The default `InferenceDevice` is now `InferenceDevice.Default`, which is equivalent to `InferenceDevice.Burst`. If you
depend on the previous behavior, you can explicitly set the Agent's `InferenceDevice` to `InferenceDevice.CPU`. (#5175)
- Added support for `Goal Signal` as a type of observation. Trainers can now use HyperNetowrks to process `Goal Signal`. (#5142, #5159, #5149)
- Modified the GridWorld environment to use the new `Goal Signal` feature. (#5193)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add hyperlink to the Gridworld section of the example envs

Comment thread com.unity.ml-agents/CHANGELOG.md Outdated
- Make com.unity.modules.physics and com.unity.modules.physics2d optional dependencies. (#5112)
- The default `InferenceDevice` is now `InferenceDevice.Default`, which is equivalent to `InferenceDevice.Burst`. If you
depend on the previous behavior, you can explicitly set the Agent's `InferenceDevice` to `InferenceDevice.CPU`. (#5175)
- Added support for `Goal Signal` as a type of observation. Trainers can now use HyperNetowrks to process `Goal Signal`. (#5142, #5159, #5149)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Added support for `Goal Signal` as a type of observation. Trainers can now use HyperNetowrks to process `Goal Signal`. (#5142, #5159, #5149)
- Added support for `Goal Signal` as a type of observation. Trainers can now use HyperNetworks to process `Goal Signal`. (#5142, #5159, #5149)

Comment thread com.unity.ml-agents/CHANGELOG.md Outdated
- Make com.unity.modules.physics and com.unity.modules.physics2d optional dependencies. (#5112)
- The default `InferenceDevice` is now `InferenceDevice.Default`, which is equivalent to `InferenceDevice.Burst`. If you
depend on the previous behavior, you can explicitly set the Agent's `InferenceDevice` to `InferenceDevice.CPU`. (#5175)
- Added support for `Goal Signal` as a type of observation. Trainers can now use HyperNetowrks to process `Goal Signal`. (#5142, #5159, #5149)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a very short blurb as to what benefit using HyperNetworks does? e.g. "Trainers with hypernetworks are more effective at solving multiple tasks."

@vincentpierre vincentpierre merged commit 22b2016 into main Apr 1, 2021
@delete-merged-branch delete-merged-branch Bot deleted the goal-conditioning-changelog branch April 1, 2021 16:55
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants