hsp-iit / pybullet-robot-envs

A Python package that collects robotic environments based on the PyBullet simulator, suitable to develop and test Reinforcement Learning algorithms on simulated grasping and manipulation applications.
GNU Lesser General Public License v2.1
187 stars 24 forks source link

Add instructions on how to run the code #2

Closed giuliavezzani closed 5 years ago

giuliavezzani commented 5 years ago

Please @eleramp, could you update the README.md with detailed instructions on how to install the dependencies and how to run some examples?

I also suggest to include here just simple trainings and evaluations of the policies with one/two standard baselines (like the openai baselines) to show the correctness of the implemented environments. Then, the real implementation of new algorithms will be done in another repository.

giuliavezzani commented 5 years ago

@eleramp I tested your installation instructions. They are very well written, even if I encountered some problems.

Here are some suggestions to improve the instructions:

eleramp commented 5 years ago

@giuliavezzani thanks for your feedback! I updated the instruction trying to fix the issues you encountered. Please check if they are correct now and if you can finally run the script for training.

giuliavezzani commented 5 years ago

The new installation instructions go smoothly! Good job @eleramp :rocket: Let's leave this issue open, because @H2SO4T will need to make his code compatible with @eleramp's installation process and/or add other instructions to play with the Panda.

giuliavezzani commented 5 years ago

@eleramp I think the structure of this repo can be considered stable. Here are some suggestions:

@H2SO4T, asap yu should align panda branch to master.

giuliavezzani commented 5 years ago

@H2SO4T please, once everything will be fixed, please add the instructions to launch your code in the README.md following @eleramp's template (in every section named panda).

giuliavezzani commented 5 years ago

Well done guys @eleramp @H2SO4T