Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/Learning-Environment-Create-New.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ All the values are divided by 5 to normalize the inputs to the neural network to
In total, the state observation contains 8 values and we need to use the continuous state space when we get around to setting the Brain properties:

```csharp
List<float> observation = new List<float>();
public override void CollectObservations()
{
// Calculate relative position
Expand Down