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

Migrate RT1 to mbodied-agents #6

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

Tilak1114
Copy link

Added Bare Minimum Requirements for rt1

Description

This update introduces the bare minimum requirements for rt1. The current implementation includes a dummy sample to test the network functionality. The training part is not included in this update.

Summary:

  • Added bare minimum requirements for rt1.
  • Implemented a dummy sample to test the network functionality.
  • The training part is not included in this update.

Related Issue

If there are related issues or tasks, they are listed below. If there are none, this section may be omitted.

Related Issue:

How Has This Been Tested?

The changes have been verified by running a dummy sample to ensure the network functionality works as expected.

Testing:

  • Ran a dummy sample to verify network functionality.

Checklist

  • Self-review
  • Documentation.

@@ -64,32 +64,32 @@ class Pose6D(Motion):

x: float = MotionField(
default_factory=lambda: 0.0,
bounds=[-1, 1],
bounds=None,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are these bounds changed to None

Copy link
Author

Choose a reason for hiding this comment

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

@sebbyjp asked me to make them None

from mbodied_agents.types.controls import Motion


class MotorAgent(ABC):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's call it MotionAgent. Also rename the directory.

Copy link
Author

Choose a reason for hiding this comment

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

Initially it was MotionAgent. @sebbyjp suggested MotorAgent

@@ -0,0 +1,187 @@
from collections import OrderedDict
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add the common MbodiAI header above. Also for other new files.

@sebbyjp sebbyjp self-assigned this Jun 8, 2024
@nqyy nqyy force-pushed the main branch 4 times, most recently from bacecb7 to 012a519 Compare June 18, 2024 02: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.

3 participants