-
Notifications
You must be signed in to change notification settings - Fork 813
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
access model data by name #389
base: master
Are you sure you want to change the base?
Conversation
99ba217
to
db7a9a9
Compare
db7a9a9
to
3208217
Compare
What's the status of this PR? |
Waiting for feedback if this make sense. |
I think it may be useful in some cases. Could use as well some tests/examples. In general my take though is to expose less in MjSim and more task-relevant functionality in a layer on top. What do you think about detecting argument type (string, list[string], int, array[int], etc.) and returning suitable result depending on that? |
@@ -2,7 +2,7 @@ | |||
|
|||
###### const from defines ###### | |||
MINVAL = 1e-15 # minimum value in any denominator | |||
PI = 3.141592653589793 # | |||
PI = 3.141592653589793 # |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is accidental I guess?
I'm doing a review of open mujoco-py PRs. Do you still want to work on this one @mateuszlitwin ? |
No description provided.