[rllib] Revert [rllib] Port DDPG to the build_tf_policy pattern (#5626)

This commit is contained in:
Eric Liang
2019-09-04 21:39:22 -07:00
committed by Philipp Moritz
parent f38bb288e2
commit 19bbf1eb4d
7 changed files with 658 additions and 761 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ PICKLE_OBJECT_WARNING_SIZE = 10**7
# The maximum resource quantity that is allowed. TODO(rkn): This could be
# relaxed, but the current implementation of the node manager will be slower
# for large resource quantities due to bookkeeping of specific resource IDs.
MAX_RESOURCE_QUANTITY = 10000
MAX_RESOURCE_QUANTITY = 20000
# Each memory "resource" counts as this many bytes of memory.
MEMORY_RESOURCE_UNIT_BYTES = 50 * 1024 * 1024