[rllib] Update Docs for RLLib (#1248)

* init_changes

* last_changes

* addressing comments

* fix comments

* update

* nit
This commit is contained in:
Richard Liaw
2017-11-24 10:36:57 -08:00
committed by Eric Liang
parent 7af5292646
commit f34d705178
5 changed files with 97 additions and 81 deletions
+1 -1
View File
@@ -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