loosen action constraints to allow more exploration, encourage active/varied knee motions early in training without dominating progress reward.
This commit is contained in:
@@ -7,7 +7,7 @@ import threading
|
||||
class Server():
|
||||
WATCHDOG_ENABLED = True
|
||||
WATCHDOG_INTERVAL_SEC = 30.0
|
||||
WATCHDOG_RSS_MB_LIMIT = 2000.0
|
||||
WATCHDOG_RSS_MB_LIMIT = 1000.0
|
||||
|
||||
def __init__(self, first_server_p, first_monitor_p, n_servers, no_render=True, no_realtime=True) -> None:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user