浏览代码

Change memory size definition in docs

/develop/nopreviousactions
Ervin Teng 5 年前
当前提交
31c844e2
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 4
      docs/Training-PPO.md
  2. 6
      docs/Training-SAC.md

4
docs/Training-PPO.md


### Memory Size
`memory_size` corresponds to the size of the array of floating point numbers
used to store the hidden state of the recurrent neural network. This value must
used to store the hidden state of the recurrent neural network of the policy. This value must
Typical Range: `64` - `512`
Typical Range: `32` - `256`
## (Optional) Behavioral Cloning Using Demonstrations

6
docs/Training-SAC.md


### Memory Size
`memory_size` corresponds to the size of the array of floating point numbers
used to store the hidden state of the recurrent neural network. This value must
be a multiple of 4, and should scale with the amount of information you expect
used to store the hidden state of the recurrent neural network in the policy.
This value should scale with the amount of information you expect
Typical Range: `64` - `512`
Typical Range: `32` - `256`
### (Optional) Save Replay Buffer

正在加载...
取消
保存