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

errors about linearVelocity #6178

Open
taroutaroutaroutarou opened this issue Dec 10, 2024 · 0 comments
Open

errors about linearVelocity #6178

taroutaroutaroutarou opened this issue Dec 10, 2024 · 0 comments
Labels
bug Issue describes a potential bug in ml-agents.

Comments

@taroutaroutaroutarou
Copy link

Describe the bug
I installed ml-agents but there are 2 errors.

ml-agents-release_22\com.unity.ml-agents.extensions\Runtime\Sensors\ArticulationBodyPoseExtractor.cs(63,36): error CS1061: 'ArticulationBody' does not contain a definition for 'linearVelocity' and no accessible extension method 'linearVelocity' accepting a first argument of type 'ArticulationBody' could be found (are you missing a using directive or an assembly reference?)

ml-agents-release_22\com.unity.ml-agents.extensions\Runtime\Sensors\RigidBodyPoseExtractor.cs(131,36): error CS1061: 'Rigidbody' does not contain a definition for 'linearVelocity' and no accessible extension method 'linearVelocity' accepting a first argument of type 'Rigidbody' could be found (are you missing a using directive or an assembly reference?)

They are about linearVelocity.
Please tell me how to solve them.

Screenshots
Image

Environment

  • Unity Version: Unity 2023.2.13f1
  • OS + version: Windows 11
  • ML-Agents version: ml-agents release 22
  • Torch version: 2.2.2+cu121
@taroutaroutaroutarou taroutaroutaroutarou added the bug Issue describes a potential bug in ml-agents. label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue describes a potential bug in ml-agents.
Projects
None yet
Development

No branches or pull requests

1 participant