mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
[rllib] Update Docs for RLLib (#1248)
* init_changes * last_changes * addressing comments * fix comments * update * nit
This commit is contained in:
@@ -15,7 +15,7 @@ class Model(object):
|
||||
The last layer of the network can also be retrieved if the algorithm
|
||||
needs to further post-processing (e.g. Actor and Critic networks in A3C).
|
||||
|
||||
If options["free_log_std"] is True, the last half of the
|
||||
If `options["free_log_std"]` is True, the last half of the
|
||||
output layer will be free variables that are not dependent on
|
||||
inputs. This is often used if the output of the network is used
|
||||
to parametrize a probability distribution. In this case, the
|
||||
|
||||
Reference in New Issue
Block a user