Skip to content

Commit 217b6cd

Browse files
authored
Update document (#875)
1 parent 5aca9a6 commit 217b6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Learning-Environment-Design-Agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For angles that can be outside the range [0,360], you can either reduce the angl
121121

122122
### Multiple Visual Observations
123123

124-
Camera observations use rendered textures from one or more cameras in a scene. The brain vectorizes the textures and feeds them into a neural network. You can use camera observations and either continuous feature vector or discrete state observations at the same time.
124+
Camera observations use rendered textures from one or more cameras in a scene. The brain vectorizes the textures into a 3D Tensor which can be fed into a convolutional neural network (CNN). For more information on CNNs, see [this guide](http://cs231n.github.io/convolutional-networks/). You can use camera observations and either continuous feature vector or discrete state observations at the same time.
125125

126126
Agents using camera images can capture state of arbitrary complexity and are useful when the state is difficult to describe numerically. However, they are also typically less efficient and slower to train, and sometimes don't succeed at all.
127127

0 commit comments

Comments
 (0)