cbfinn / gps

Guided Policy Search
http://rll.berkeley.edu/gps/
Other
594 stars 239 forks source link

Include variance in NN policy for ros agent #48

Closed cbfinn closed 7 years ago

cbfinn commented 7 years ago

This PR adds functionality to run neural net policies with non-zero variance on the PR2/agent_ros. This is crucial for running MDGPS with agent_ros.

This PR also adds a 2 second wait after the agent_ros reset, which is important for running experiments on the real robot, but not necessary for gazebo experiments (and will slow down gazebo experiments).

Lastly, it includes a minor bug fix in neuralnetworkcaffe.cpp.

cbfinn commented 7 years ago

@anuragajay Can you double-check that I got all of the changes in this PR?

anuragajay commented 7 years ago

Yes. It includes all the changes.

cbfinn commented 7 years ago

Thanks!