-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
bugIssue describes a potential bug in ml-agents.Issue describes a potential bug in ml-agents.
Description
Describe the bug
The documentation says the parameter for the Visual Encoder Type is "vis_encoder_type" (encodeR), however the actual config parameter is "vis_encode_type" (encode) in all of the examples
To Reproduce
Steps to reproduce the behavior:
- This page lists the parameter name as "vis_encoder_type" https://github.com/Unity-Technologies/ml-agents/blob/main/docs/Training-Configuration-File.md
- All of the config files use "vis_encode_type"
Console logs / stack traces
N/A
Screenshots
N/A
Environment (please complete the following information):
- Unity Version: N/A
- OS + version: N/A
- ML-Agents version: Release 1 through 13
- Torch version: N/A
- Environment: N/A
NOTE: We are unable to help reproduce bugs with custom environments. Please attempt to reproduce your issue with one of the example environments, or provide a minimal patch to one of the environments needed to reproduce the issue.
Metadata
Metadata
Assignees
Labels
bugIssue describes a potential bug in ml-agents.Issue describes a potential bug in ml-agents.