Skip to content

Commit 24b8d8b

Browse files
authored
Remove line from LSTM documentation that is no longer true (#4929)
1 parent beef587 commit 24b8d8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/Training-Configuration-File.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ A few considerations when deciding to use memory:
161161

162162
- LSTM does not work well with continuous actions. Please use
163163
discrete actions for better results.
164-
- Since the memories must be sent back and forth between Python and Unity, using
165-
too large `memory_size` will slow down training.
166164
- Adding a recurrent layer increases the complexity of the neural network, it is
167165
recommended to decrease `num_layers` when using recurrent.
168166
- It is required that `memory_size` be divisible by 2.

0 commit comments

Comments
 (0)