mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
[rllib] Include config dicts in the sphinx docs (#3064)
This commit is contained in:
@@ -55,7 +55,7 @@ class Model(object):
|
||||
self.seq_lens = tf.placeholder(
|
||||
dtype=tf.int32, shape=[None], name="seq_lens")
|
||||
|
||||
if options.get("free_log_std", False):
|
||||
if options.get("free_log_std"):
|
||||
assert num_outputs % 2 == 0
|
||||
num_outputs = num_outputs // 2
|
||||
self.outputs, self.last_layer = self._build_layers(
|
||||
|
||||
Reference in New Issue
Block a user