avisingh599 / reward-learning-rl

[RSS 2019] End-to-End Robotic Reinforcement Learning without Reward Engineering
https://sites.google.com/view/reward-learning-rl/
Other
370 stars 68 forks source link

Re: running the code on local server + effectiveness of Mujoco simulation #10

Closed weijiafeng closed 5 years ago

weijiafeng commented 5 years ago

Hi Avi,

While I am still tackling various issues with installation, just want to raise two questions that've been concerning me:

  1. If I want to use GPU on a local server to run the code, do I just simply run the example codes on the server? any other installations that I need to do?

  2. Regarding the effective of Mujoco simulation - as I am new in this field, just wondering:

    1) What is the pros and cos of doing simulation on Mujoco+softlearning vs on real robotic arms? Is it that simulation can speed up the learning process hence is used before experimenting on real robots?

2) Are there big differences on the results obtained from simulations vs the result on real robots provided the same set of policies/strategies?

Many thanks for your reply!

avisingh599 commented 5 years ago
  1. Yes, just running the example code on local server will work, you don't have to do anything else.
    1. Yes, simulation is good for fast prototyping, and for conducting experiments with many different random seeds to see the variance between runs.
    1. No, there aren't any big differences in the final results themselves. Let me know if you have any other questions!