We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beef587 commit 24b8d8bCopy full SHA for 24b8d8b
docs/Training-Configuration-File.md
@@ -161,8 +161,6 @@ A few considerations when deciding to use memory:
161
162
- LSTM does not work well with continuous actions. Please use
163
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.
166
- Adding a recurrent layer increases the complexity of the neural network, it is
167
recommended to decrease `num_layers` when using recurrent.
168
- It is required that `memory_size` be divisible by 2.
0 commit comments