mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 06:47:13 +08:00
[rllib] Revert [rllib] Port DDPG to the build_tf_policy pattern (#5626)
This commit is contained in:
committed by
Philipp Moritz
parent
1823ea74e3
commit
dcff263ce9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user