Closed giuliavezzani closed 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:
matplotlib
version is 3.1.0
However, this version requires Python >=3.6
, while you say here that pybullet-robot-envs
requires Python>=3.5
. id_envs
we designed, so that the user can immediately test them.$ python pybullet_robot_envs/examples/algos_baselines/train/icub_envs/train_deep_reaching.py
I got the error:
TypeError: learn() got an unexpected keyword argument 'network'
I think it's a matter of baselines version. Following your instructions I got version 0.1.5
.
@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.
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.
@eleramp I think the structure of this repo can be considered stable. Here are some suggestions:
robot-agents
project (which we need to move to robotology-playground
too).@H2SO4T, asap yu should align panda
branch to master
.
@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).
Well done guys @eleramp @H2SO4T
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.