-
Notifications
You must be signed in to change notification settings - Fork 224
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
Rename examples directories #487
Rename examples directories #487
Conversation
49ccf65
to
b4d21bf
Compare
For reviewers: |
b4d21bf
to
a9485a7
Compare
- `gym`: examples for OpenAI Gym environments | ||
- `grasping`: examples for a Bullet-based robotic grasping environment | ||
- `mujoco`: examples with benchmark scores for reproducing published results on MuJoCo tasks |
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.
Should mujoco/reproduction
be in gym/reproduction? Or should we move gym tasks that use mujoco into mujoco
@muupan ?
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.
That is, should we have a mujoco
and mujoco/reproduction
directory, where mujoco tasks formerly in gym
move to mujoco
?
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.
Thank you @prabhatnagarajan @muupan , I'll fix this.
7cff588
to
fae00bb
Compare
fae00bb
to
626b33e
Compare
@prabhatnagarajan I moved the corresponding test scripts, according to the existing |
71ba7a4
to
c880c2f
Compare
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.
Few changes. Looks good though.
outdir=$(mktemp -d) | ||
|
||
gpu="$1" | ||
|
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.
Shouldn't this file be deleted?
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 file was not removed but renamed cd7180b#diff-9784aa586d342815241085cc9b58991a
(The final diff shows misleading results because I fixed the content of files at same time)
Co-Authored-By: Prabhat Nagarajan <prabhat.nagarajan@gmail.com>
Co-Authored-By: Prabhat Nagarajan <prabhat.nagarajan@gmail.com>
Co-Authored-By: Prabhat Nagarajan <prabhat.nagarajan@gmail.com>
Co-Authored-By: Prabhat Nagarajan <prabhat.nagarajan@gmail.com>
Co-Authored-By: Prabhat Nagarajan <prabhat.nagarajan@gmail.com>
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.
LGTM, just one small change.
Co-Authored-By: Prabhat Nagarajan <prabhat.nagarajan@gmail.com>
Rename some directories underexamples/
:update: