Rename examples directories#487
Conversation
49ccf65 to
b4d21bf
Compare
|
For reviewers: |
b4d21bf to
a9485a7
Compare
| - `atari/reproduction`: examples with benchmark scores for reproducing published results on Atari | ||
| - `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.
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.
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.
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
prabhatnagarajan
left a comment
There was a problem hiding this comment.
Few changes. Looks good though.
| outdir=$(mktemp -d) | ||
|
|
||
| gpu="$1" | ||
|
|
There was a problem hiding this comment.
Shouldn't this file be deleted?
There was a problem hiding this comment.
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>
prabhatnagarajan
left a comment
There was a problem hiding this comment.
LGTM, just one small change.
Co-Authored-By: Prabhat Nagarajan <prabhat.nagarajan@gmail.com>
Rename some directories underexamples/:update: