We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want 5 social agents all on different machines contributing towards one simulation.
Agent
Policy
async
RemoteAgent
async def act(obs)
send_obs()
recv_act()
agent_specs
The text was updated successfully, but these errors were encountered:
A first implementation completed in #236
Sorry, something went wrong.
davidrusu
No branches or pull requests
We want 5 social agents all on different machines contributing towards one simulation.
core
prep work
Agent
andPolicy
async
#89RemoteAgent
to useasync def act(obs)
instead ofsend_obs()
,recv_act()
agent_specs
.networking
The text was updated successfully, but these errors were encountered: