Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/ray/rllib/policy/tf_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def _initialize_loss(self, loss, loss_inputs):
self._grads_and_vars)

if log_once("loss_used"):
logger.info(
logger.debug(
"These tensors were used in the loss_fn:\n\n{}\n".format(
summarize(self._loss_input_dict)))

Expand Down
1 change: 0 additions & 1 deletion python/ray/rllib/tuned_examples/halfcheetah-ddpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ halfcheetah-ddpg:
# === Parallelism ===
num_workers: 0
num_gpus_per_worker: 0
optimizer_class: "SyncReplayOptimizer"
per_worker_exploration: False
worker_side_prioritization: False

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ mountaincarcontinuous-ddpg:
# === Parallelism ===
num_workers: 0
num_gpus_per_worker: 0
optimizer_class: "SyncReplayOptimizer"
per_worker_exploration: False
worker_side_prioritization: False

Expand Down
1 change: 0 additions & 1 deletion python/ray/rllib/tuned_examples/pendulum-ddpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ pendulum-ddpg:
# === Parallelism ===
num_workers: 0
num_gpus_per_worker: 0
optimizer_class: "SyncReplayOptimizer"
per_worker_exploration: False
worker_side_prioritization: False

Expand Down