Skip to content

Commit

Permalink
Update zoo address dictionary call to get
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Jul 12, 2022
1 parent 6c20942 commit db9a003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smarts/core/heterogenous_agent_buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, **kwargs):
from smarts.core.remote_agent_buffer import RemoteAgentBuffer

self._agent_buffer = RemoteAgentBuffer(
zoo_manager_addrs=kwargs["zoo_manager_addrs"]
zoo_manager_addrs=kwargs.get("zoo_manager_addrs")
)

except (ImportError, ModuleNotFoundError):
Expand Down

0 comments on commit db9a003

Please sign in to comment.