-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[Docs] stacking observations #479
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
Conversation
| * `Space Size` - Length of vector observation for brain (In _Continuous_ space type). Or number of possible values (in _Discrete_ space type). | ||
| * `Stacked Vectors` - The number of previous vector observations that will be stacked before being sent to the brain. | ||
| * `Stacked Vectors` - The number of previous vector observations that will be stacked before being sent to the brain. This results in the effective size of the vector observation being passed to the brain being: _Space Size_ x _Stacked Vectors_. | ||
| * `Visual Observations` - Describes height, width, and whether to grayscale visual observations for the Brain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a note on internal brains needing to have the same stacked vector obs as used during training ?
| * `Space Type` - Corresponds to whether the observation vector contains a single integer (Discrete) or a series of real-valued floats (Continuous). | ||
| * `Space Size` - Length of vector observation for brain (In _Continuous_ space type). Or number of possible values (in _Discrete_ space type). | ||
| * `Stacked Vectors` - The number of previous vector observations that will be stacked before being sent to the brain. | ||
| * `Stacked Vectors` - The number of previous vector observations that will be stacked before being sent to the brain. This results in the effective size of the vector observation being passed to the brain being: _Space Size_ x _Stacked Vectors_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a one-liner on what increasing this value does?
vincentpierre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢🇮🇹
No description provided.