浏览代码

Remove line from LSTM documentation that is no longer true (#4929)

/bullet-hell-barracuda-test-1.3.1
GitHub 4 年前
当前提交
e98e7c8b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      docs/Training-Configuration-File.md

2
docs/Training-Configuration-File.md


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

正在加载...
取消
保存