Skip to content

Conversation

vincentpierre
Copy link
Contributor

Proposed change(s)

Modified the gym-unity readme to fix some issues with the code (The API for the gym wrapper changed)
This should fix some of the issues reported in #5330
We need to decide what to do with this Readme since the GridWorld environment is now much more complex (with task parametrization)
I haven't tested dopamine training, only amde sure that the training of baseline DQN and PPO2 starts and does a few updates.

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

MLA-1968

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 Apr 29, 2021
[here](../docs/Learning-Environment-Executable.md). Add the following code to
[here](../docs/Learning-Environment-Executable.md). Note that for the DQN baseline,
the environment must have a single visual observation, a single discrete action and
a single Agent in the scene.
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe adding the reason for this will prevent people asking why in the future

Copy link
Contributor

@ervteng ervteng left a comment

Choose a reason for hiding this comment

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

Maybe we can just remove the last section and some of the references to VisualBanana since that scene is gone.

@vincentpierre vincentpierre merged commit 326a277 into main May 10, 2021
@delete-merged-branch delete-merged-branch bot deleted the fix-baseline-readme branch May 10, 2021 20:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 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.

3 participants