Skip to content

Commit bf7a1b3

Browse files
authored
Merge pull request #603 from imankgoyal/patch-1
Update Learning-Environment-Create-New.md
2 parents ca46a10 + 483c60f commit bf7a1b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/Learning-Environment-Create-New.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ All the values are divided by 5 to normalize the inputs to the neural network to
230230
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:
231231

232232
```csharp
233-
List<float> observation = new List<float>();
234233
public override void CollectObservations()
235234
{
236235
// Calculate relative position

0 commit comments

Comments
 (0)