Skip to content
New issue

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

arbiter-engine: worlds and messaging layer #739

Merged
merged 3 commits into from
Dec 8, 2023

Conversation

Autoparallel
Copy link
Collaborator

Give an overview of the tasks completed
Creates some more abstractions to be used in arbiter-engine with some starter examples that don't yet run. Main things are:

  • Agent messaging layer.
  • Beginning of World abstraction.

Link to issue(s) that this PR closes
Closes #738


#[ignore]
#[tokio::test]
async fn mainnet_world() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lfg

Copy link
Collaborator

@0xJepsen 0xJepsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the way

}

#[async_trait::async_trait]
impl Strategy<Message, NewBlock> for BlockAdmin {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this is the action for the blockadmin?

@0xJepsen 0xJepsen merged commit 7b0ce75 into main Dec 8, 2023
@0xJepsen 0xJepsen deleted the arbiter-engine/world-connection branch December 8, 2023 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(arbiter-engine): implement World for agents to connect to an Environment and be ran.
2 participants