Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up env logging on initialization #2950

Merged
merged 1 commit into from
Nov 22, 2019
Merged

Conversation

chriselion
Copy link
Contributor

@chriselion chriselion commented Nov 22, 2019

This was misleading, because we now never have brains at the start, only after an agent sends its actions.
old:

'Academy' started successfully!
Unity Academy name: Academy
        Number of Training Brains : 0
        Reset Parameters :

new:

INFO:mlagents.envs:
'Academy' started successfully!
Unity Academy name: Academy
        Reset Parameters : {}
INFO:mlagents.envs:Connected new brain:
Unity brain name: Hallway
        Number of Visual Observations (per agent): 0
        Camera Resolutions: []
        Vector Observation space size (per agent): 108
        Vector Action space type: discrete
        Vector Action space size (per agent): [5]
        Vector Action descriptions: 

Saw one user confused about it on discord, and there as an issue comment on it too: #2856 (comment)

@chriselion chriselion merged commit 71226a7 into develop Nov 22, 2019
@delete-merged-branch delete-merged-branch bot deleted the develop-cleanup-env-int branch November 22, 2019 18:14
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 17, 2021
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